All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] LTP and POSIX test suite report
@ 2021-05-26 12:34 Pavan Arun Deshpande
  2021-05-26 23:14 ` daniel.sangorrin
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Pavan Arun Deshpande @ 2021-05-26 12:34 UTC (permalink / raw)
  To: Bird, Tim, tbird20d; +Cc: Balaji Kalidas, fuego


[-- Attachment #1.1: Type: text/plain, Size: 1240 bytes --]

Hi Tim,

fuego has LTP test version - 20180118.
but the latest LTP repo has version - 20210524.


We ran the LTP and POSIX tests on a raspberry pi board and we have prepared
the test error reports for both tests based on the output we got . Both the
tests have the common errors(test failures).

I have attached both(LTP and POSIX) test error reports and also attached
result output  documents generated during test execution.

Let me know your thoughts on the same.

Thanks and regards
Pavan Arun Deshpande

-- 






This
message contains confidential information and is intended only 
for the
individual(s) named. If you are not the intended
recipient, you are 
notified that disclosing, copying, distributing or taking any
action in 
reliance on the contents of this mail and attached file/s is strictly
prohibited. Please notify the
sender immediately and delete this e-mail 
from your system. E-mail transmission
cannot be guaranteed to be secured or 
error-free as information could be
intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain
viruses. The sender therefore does 
not accept liability for any errors or
omissions in the contents of this 
message, which arise as a result of e-mail
transmission.

[-- Attachment #1.2: Type: text/html, Size: 1925 bytes --]

[-- Attachment #2: LTP_error_report.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 25200 bytes --]

[-- Attachment #3: posix_error_report.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 20267 bytes --]

[-- Attachment #4: POSIX_results.xlsx --]
[-- Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, Size: 57218 bytes --]

[-- Attachment #5: LTP_results.xlsx --]
[-- Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, Size: 57064 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-05-26 12:34 [Fuego] LTP and POSIX test suite report Pavan Arun Deshpande
@ 2021-05-26 23:14 ` daniel.sangorrin
  2021-05-28 16:18 ` Tim.Bird
  2021-06-02 23:52 ` Tim.Bird
  2 siblings, 0 replies; 11+ messages in thread
From: daniel.sangorrin @ 2021-05-26 23:14 UTC (permalink / raw)
  To: pavan.ad, Tim.Bird, tbird20d; +Cc: balaji.k, fuego

Hi Pavan, Tim:

Sorry for taking such a long time.

We have had some internal patches for Fuego and LTP for quite a few months. We are going to start upstreaming them soon.

Sorry for the inconveniences.

Daniel


> -----Original Message-----
> From: Fuego <fuego-bounces@lists.linuxfoundation.org> On Behalf Of Pavan Arun Deshpande
> Sent: Wednesday, May 26, 2021 9:35 PM
> To: Bird, Tim <Tim.Bird@sony.com>; tbird20d@yahoo.com
> Cc: Balaji Kalidas <balaji.k@pathpartnertech.com>; fuego@lists.linuxfoundation.org
> Subject: [Fuego] LTP and POSIX test suite report
> 
> Hi Tim,
> 
> fuego has LTP test version - 20180118.
> but the latest LTP repo has version - 20210524.
> 
> 
> 
> We ran the LTP and POSIX tests on a raspberry pi board and we have prepared the test error reports for both tests based on the output
> we got . Both the tests have the common errors(test failures).
> 
> 
> I have attached both(LTP and POSIX) test error reports and also attached result output  documents generated during test execution.
> 
> Let me know your thoughts on the same.
> 
> 
> Thanks and regards
> Pavan Arun Deshpande
> 
> 
> 
> This message contains confidential information and is intended only for the individual(s) named. If you are not the intended recipient,
> you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached file/s is
> strictly prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be
> guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise
> as a result of e-mail transmission.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-05-26 12:34 [Fuego] LTP and POSIX test suite report Pavan Arun Deshpande
  2021-05-26 23:14 ` daniel.sangorrin
@ 2021-05-28 16:18 ` Tim.Bird
  2021-06-02 23:52 ` Tim.Bird
  2 siblings, 0 replies; 11+ messages in thread
From: Tim.Bird @ 2021-05-28 16:18 UTC (permalink / raw)
  To: pavan.ad, tbird20d; +Cc: balaji.k, fuego

I took a quick look.  There are a number of TCONF errors, which we could reduce by 
adding to the skiplist checking in the Functional.LTP test (see fuego-core/tests/Functional.LTP/fuego_test.sh:
function test_pre_check).  It's possible that when Daniel said that Toshiba had some patches to
upstream relative to LTP, this is the kind of thing what he was referring to.

For the errors, we should update to the 20210524 version of LTP and see what the differences are.  Some tests
have undoubtably been fixed, and so some of these may not be an issue.  Of course, there may be some
real bugs buried in those results also.

I thought we had a "latest" spec for Functional.LTP, but I don't see one.  That would be good to add.
I may have created a "latest" spec a few months ago, and not pushed it.  I need to look through
old development branches and see what I've got lying around.

I tried running LTP on my raspberry pi here, but ran into some issues.  I need to fix those, and then
I'll have a base for comparison with your results, and we can work forward from there.  My kernel seems
to be missing a /proc/config.gz (and /boot/config- file) which is used for some of the test pre checks.

This weekend is a holiday in the US, so I probably won't make much more progress on this until next
week.  But I'll try to check back then.
 -- Tim

> -----Original Message-----
> From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com>
> 
> Hi Tim,
> 
> fuego has LTP test version - 20180118.
> but the latest LTP repo has version - 20210524.
> 
> 
> 
> We ran the LTP and POSIX tests on a raspberry pi board and we have prepared the test error reports for both tests based on the output we
> got . Both the tests have the common errors(test failures).
> 
> 
> I have attached both(LTP and POSIX) test error reports and also attached result output  documents generated during test execution.
> 
> Let me know your thoughts on the same.
> 
> 
> Thanks and regards
> Pavan Arun Deshpande
> 
> 
> 
> This message contains confidential information and is intended only for the individual(s) named. If you are not the intended recipient, you
> are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached file/s is strictly
> prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be
> secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The
> sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail
> transmission.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-05-26 12:34 [Fuego] LTP and POSIX test suite report Pavan Arun Deshpande
  2021-05-26 23:14 ` daniel.sangorrin
  2021-05-28 16:18 ` Tim.Bird
@ 2021-06-02 23:52 ` Tim.Bird
  2021-06-03 12:01   ` Balaji Kalidas
  2 siblings, 1 reply; 11+ messages in thread
From: Tim.Bird @ 2021-06-02 23:52 UTC (permalink / raw)
  To: pavan.ad, tbird20d; +Cc: balaji.k, fuego

OK - I did some more analysis and testing today.  I found a few different
bugs in the Functional.LTP test.  It works OK on some other boards in
my lab, but on my raspberry pi it had problems.  Specifically msgstress04
is taking quite a long time (but it does eventually complete).
But the overall test hangs before completing.

I updated Functional.LTP to the latest version (20210524).  This has
been updated in the fuego-core master git repository. You should
be able to do a git pull of the new test. Can you please
try this test again, and let me know what results you get?

Thanks,
 -- Tim


> -----Original Message-----
> From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com>
> 
> Hi Tim,
> 
> fuego has LTP test version - 20180118.
> but the latest LTP repo has version - 20210524.
> 
> 
> 
> We ran the LTP and POSIX tests on a raspberry pi board and we have prepared the test error reports for both tests based on the output we
> got . Both the tests have the common errors(test failures).
> 
> 
> I have attached both(LTP and POSIX) test error reports and also attached result output  documents generated during test execution.
> 
> Let me know your thoughts on the same.
> 
> 
> Thanks and regards
> Pavan Arun Deshpande
> 
> 
> 
> This message contains confidential information and is intended only for the individual(s) named. If you are not the intended recipient, you
> are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached file/s is strictly
> prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be
> secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The
> sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail
> transmission.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-06-02 23:52 ` Tim.Bird
@ 2021-06-03 12:01   ` Balaji Kalidas
  2021-06-09 12:58     ` Pavan Arun Deshpande
  0 siblings, 1 reply; 11+ messages in thread
From: Balaji Kalidas @ 2021-06-03 12:01 UTC (permalink / raw)
  To: Tim.Bird; +Cc: Pavan Arun Deshpande, tbird20d, fuego


[-- Attachment #1.1: Type: text/plain, Size: 3253 bytes --]

Hi Tim,

      We ran the latest ltp version(20210524) Functional LTP and POSIX
tests on a raspberry pi board and we have prepared the test error reports
for both tests based on the output we got .

I have attached both(LTP and POSIX) test error reports and also attached
result output  documents generated during test execution.

Let me know your thoughts on the same.

Thanks and regards
BALAJI.K


On Thu, Jun 3, 2021 at 5:22 AM <Tim.Bird@sony.com> wrote:

> OK - I did some more analysis and testing today.  I found a few different
> bugs in the Functional.LTP test.  It works OK on some other boards in
> my lab, but on my raspberry pi it had problems.  Specifically msgstress04
> is taking quite a long time (but it does eventually complete).
> But the overall test hangs before completing.
>
> I updated Functional.LTP to the latest version (20210524).  This has
> been updated in the fuego-core master git repository. You should
> be able to do a git pull of the new test. Can you please
> try this test again, and let me know what results you get?
>
> Thanks,
>  -- Tim
>
>
> > -----Original Message-----
> > From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com>
> >
> > Hi Tim,
> >
> > fuego has LTP test version - 20180118.
> > but the latest LTP repo has version - 20210524.
> >
> >
> >
> > We ran the LTP and POSIX tests on a raspberry pi board and we have
> prepared the test error reports for both tests based on the output we
> > got . Both the tests have the common errors(test failures).
> >
> >
> > I have attached both(LTP and POSIX) test error reports and also attached
> result output  documents generated during test execution.
> >
> > Let me know your thoughts on the same.
> >
> >
> > Thanks and regards
> > Pavan Arun Deshpande
> >
> >
> >
> > This message contains confidential information and is intended only for
> the individual(s) named. If you are not the intended recipient, you
> > are notified that disclosing, copying, distributing or taking any action
> in reliance on the contents of this mail and attached file/s is strictly
> > prohibited. Please notify the sender immediately and delete this e-mail
> from your system. E-mail transmission cannot be guaranteed to be
> > secured or error-free as information could be intercepted, corrupted,
> lost, destroyed, arrive late or incomplete, or contain viruses. The
> > sender therefore does not accept liability for any errors or omissions
> in the contents of this message, which arise as a result of e-mail
> > transmission.
>
>

-- 






This
message contains confidential information and is intended only 
for the
individual(s) named. If you are not the intended
recipient, you are 
notified that disclosing, copying, distributing or taking any
action in 
reliance on the contents of this mail and attached file/s is strictly
prohibited. Please notify the
sender immediately and delete this e-mail 
from your system. E-mail transmission
cannot be guaranteed to be secured or 
error-free as information could be
intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain
viruses. The sender therefore does 
not accept liability for any errors or
omissions in the contents of this 
message, which arise as a result of e-mail
transmission.

[-- Attachment #1.2: Type: text/html, Size: 4786 bytes --]

[-- Attachment #2: NEW LTP SUMMARIZE REPORT (1).pdf --]
[-- Type: application/pdf, Size: 99416 bytes --]

[-- Attachment #3: NEW Posix test report (20210524 version) (1).pdf --]
[-- Type: application/pdf, Size: 70747 bytes --]

[-- Attachment #4: new_ltp_result.xlsx --]
[-- Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, Size: 68247 bytes --]

[-- Attachment #5: posix_result.xlsx --]
[-- Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, Size: 38346 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-06-03 12:01   ` Balaji Kalidas
@ 2021-06-09 12:58     ` Pavan Arun Deshpande
  2021-06-11 22:56       ` Tim.Bird
  0 siblings, 1 reply; 11+ messages in thread
From: Pavan Arun Deshpande @ 2021-06-09 12:58 UTC (permalink / raw)
  To: Bird, Tim, tbird20d; +Cc: Balaji Kalidas, fuego


[-- Attachment #1.1: Type: text/plain, Size: 5069 bytes --]

Hi Tim,

We analysed the previous test error report and sorted out some TCONF errors
but still some errors are coming.
We ran the latest ltp(20210524) test  on a raspberry pi board and we have
prepared the test error reports for both tests based on the output we got .

we have some observations:

   -  tests which failed as TCONF test error , shows status as "pass" in
   run.json log file.

               for an example :  fork14 which gives the  error as -  mmap()
fails too many times,so we are almost impossibleto get an vm_area_structsized
16TB.
                    but in run.json shows status as pass . like  below
               {
                    "name": "fork14",
                    "status": "PASS"
                }
          query is on what bases tests are considered as pass or fail in
the ltp?


   - Most of the TCONF failed tests are due to absence of required
   configurations in the kernel config file.Tests which failed as TCONF on
   raspberry pi runs successfully on x86 machine because required
   configurations are enabled in the config file.

           for example: fanotify test was failed due to
CONFIG_FANOTIFY_ACCESS_PERMISSIONS
not configured in the kernel but same test passed on the x86 machine
           because  * CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y  *enabled in the
x86 config file.
            So can we add all those required configs to the raspberry pi
config file?


I have attached a test error report and also attached result output
documents(results.xlsx,run.json,consolelog.txt) generated during test
execution.
Let me know your thoughts on this.

Thanks and Regards
Pavan Arun Deshpande



On Thu, Jun 3, 2021 at 5:31 PM Balaji Kalidas <balaji.k@pathpartnertech.com>
wrote:

> Hi Tim,
>
>       We ran the latest ltp version(20210524) Functional LTP and POSIX
> tests on a raspberry pi board and we have prepared the test error reports
> for both tests based on the output we got .
>
> I have attached both(LTP and POSIX) test error reports and also attached
> result output  documents generated during test execution.
>
> Let me know your thoughts on the same.
>
> Thanks and regards
> BALAJI.K
>
>
> On Thu, Jun 3, 2021 at 5:22 AM <Tim.Bird@sony.com> wrote:
>
>> OK - I did some more analysis and testing today.  I found a few different
>> bugs in the Functional.LTP test.  It works OK on some other boards in
>> my lab, but on my raspberry pi it had problems.  Specifically msgstress04
>> is taking quite a long time (but it does eventually complete).
>> But the overall test hangs before completing.
>>
>> I updated Functional.LTP to the latest version (20210524).  This has
>> been updated in the fuego-core master git repository. You should
>> be able to do a git pull of the new test. Can you please
>> try this test again, and let me know what results you get?
>>
>> Thanks,
>>  -- Tim
>>
>>
>> > -----Original Message-----
>> > From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com>
>> >
>> > Hi Tim,
>> >
>> > fuego has LTP test version - 20180118.
>> > but the latest LTP repo has version - 20210524.
>> >
>> >
>> >
>> > We ran the LTP and POSIX tests on a raspberry pi board and we have
>> prepared the test error reports for both tests based on the output we
>> > got . Both the tests have the common errors(test failures).
>> >
>> >
>> > I have attached both(LTP and POSIX) test error reports and also
>> attached result output  documents generated during test execution.
>> >
>> > Let me know your thoughts on the same.
>> >
>> >
>> > Thanks and regards
>> > Pavan Arun Deshpande
>> >
>> >
>> >
>> > This message contains confidential information and is intended only for
>> the individual(s) named. If you are not the intended recipient, you
>> > are notified that disclosing, copying, distributing or taking any
>> action in reliance on the contents of this mail and attached file/s is
>> strictly
>> > prohibited. Please notify the sender immediately and delete this e-mail
>> from your system. E-mail transmission cannot be guaranteed to be
>> > secured or error-free as information could be intercepted, corrupted,
>> lost, destroyed, arrive late or incomplete, or contain viruses. The
>> > sender therefore does not accept liability for any errors or omissions
>> in the contents of this message, which arise as a result of e-mail
>> > transmission.
>>
>>

-- 






This
message contains confidential information and is intended only 
for the
individual(s) named. If you are not the intended
recipient, you are 
notified that disclosing, copying, distributing or taking any
action in 
reliance on the contents of this mail and attached file/s is strictly
prohibited. Please notify the
sender immediately and delete this e-mail 
from your system. E-mail transmission
cannot be guaranteed to be secured or 
error-free as information could be
intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain
viruses. The sender therefore does 
not accept liability for any errors or
omissions in the contents of this 
message, which arise as a result of e-mail
transmission.

[-- Attachment #1.2: Type: text/html, Size: 8867 bytes --]

[-- Attachment #2: consolelog.txt --]
[-- Type: text/plain, Size: 1127084 bytes --]

===== doing fuego phase: pre_test =====
Tests skipped by default in Fuego for now
Skipping tests: su01.
Skipping tests: bdflush01.
Skipping tests: fcntl06.
Skipping tests: fcntl06_64.
Skipping tests: munlockall02.
Skipping tests: utimensat01.
Tests skipped if the target /tmp folder is mounted on tmpfs
Tests skipped by Linux kernel version
Skipping tests: ptrace03.
Tests skipped depending on the availability of a command on the target
WARNING: expect is not installed on the target.
Skipping tests: su01.
WARNING: at is not installed on the target.
Skipping tests: at_deny01 at_allow01.
WARNING: mkfs.ext3 is not installed on the target.
Skipping tests: ext4-nsec-timestamps.
WARNING: mkfs.ext4 is not installed on the target.
Skipping tests: ext4-nsec-timestamps.
WARNING: tune2fs is not installed on the target.
Skipping tests: ext4-nsec-timestamps.
WARNING: quotacheck is not installed on the target.
Skipping tests: quotactl01.
WARNING: ftp is not installed on the target.
Skipping tests: ftp04.
WARNING: ftp is not installed on the target.
Skipping tests: ftp.
Tests skipped depending on the configuration of the target kernel
/proc/config.gz not found, trying /boot/config-5.4.83-v8-32+
Checking cfg: [CONFIG_INOTIFY_USER=y]
1
Skipping tests: inotify_init1_01 inotify_init1_02 inotify01 inotify02 inotify03 inotify04 inotify05 inotify06.
Checking cfg: [CONFIG_FANOTIFY=y]
0
Checking cfg: [CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y]
1
Skipping tests: fanotify01 fanotify02 fanotify03 fanotify04 fanotify05 fanotify06.
Checking cfg: [CONFIG_EXT4_FS=y]
0
Checking cfg: [CONFIG_EXT4DEV_COMPAT=y]
1
Skipping tests: ext4-nsec-timestamps.
Checking cfg: [CONFIG_EXT4_FS_XATTR=y]
1
Skipping tests: ext4-nsec-timestamps.
Checking cfg: [CONFIG_EXT4_FS_POSIX_ACL=y]
0
Checking cfg: [CONFIG_EXT4_FS_SECURITY=y]
0
Checking cfg: [CONFIG_CHECKPOINT_RESTORE=y]
1
Skipping tests: kcmp01 kcmp02 kcmp03.
Checking cfg: [CONFIG_SWAP=y]
1
Skipping tests: swapoff01 swapoff02 swapon01 swapon02 swapon03.
Checking cfg: [CONFIG_SGETMASK_SYSCALL=y]
1
Skipping tests: ssetmask01.
Tests skipped depending on the architecture
Skipping tests: sbrk03.
Skipping tests: switch01.
Skipping tests: ptrace04.
Skipping tests: cacheflush01.
Skipping tests: modify_ldt01 modify_ldt02 modify_ldt03.
/proc/config.gz not found, trying /boot/config-5.4.83-v8-32+
Performing bulk dependency checking using /fuego-core/tests/Functional.LTP/test-dependency-list.txt
===== doing fuego phase: build =====
The test is already built
Fuego test_build duration=0 seconds
===== doing fuego phase: deploy =====
Appending tests skipped during the build phase to the skiplist.
Skipping LTP deploy to board
===== doing fuego phase: snapshot =====
Firmware revision: 5.4.83-v8-32+
===== doing fuego phase: run =====
-------------------------------------------------
Running LTP
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.
ltp_target_run: syscalls  | SEM  | 
ltp_target_run: doing test syscalls
ltp_target_run: doing test SEM
Executing semaphores tests
*******************
Testing sem_close
*******************
PASS		  4
FAIL		  0
*******************
TOTAL		  4
*******************
*******************
Testing sem_destroy
*******************
PASS		  2
FAIL		  0
*******************
TOTAL		  2
*******************
*******************
Testing sem_getvalue
*******************
PASS		  5
FAIL		  0
*******************
TOTAL		  5
*******************
conformance/interfaces/sem_init/sem_init_7-1: execution: UNTESTED 
*******************
Testing sem_init
*******************
PASS		  9
FAIL		  1
*******************
TOTAL		 10
*******************
*******************
Testing sem_open
*******************
PASS		 12
FAIL		  0
*******************
TOTAL		 12
*******************
*******************
Testing sem_post
*******************
PASS		  7
FAIL		  0
*******************
TOTAL		  7
*******************
*******************
Testing sem_timedwait
*******************
PASS		 11
FAIL		  0
*******************
TOTAL		 11
*******************
*******************
Testing sem_unlink
*******************
PASS		 10
FAIL		  0
*******************
TOTAL		 10
*******************
*******************
Testing sem_wait
*******************
PASS		  8
FAIL		  0
*******************
TOTAL		  8
*******************
****Tests Complete****
In Fuego signal_handler (due to error in run phase)
##### doing fuego phase: post_test (from signal handler) #####
Fetching LTP results
##### doing fuego phase: processing (from signal handler) #####
### WARNING: Program returned exit code '125'
### WARNING: Log evaluation may be invalid
Processing LTP results
syscalls:abort01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
abort01.c:62: TPASS: abort() dumped core
abort01.c:65: TPASS: abort() raised SIGIOT

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:accept01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
accept01.c:101: TPASS: bad file descriptor: EBADF (9)
accept01.c:101: TPASS: fd is not socket: ENOTSOCK (88)
accept01.c:101: TPASS: invalid socket buffer: EINVAL (22)
accept01.c:101: TPASS: invalid salen: EINVAL (22)
accept01.c:101: TPASS: no queued connections: EINVAL (22)
accept01.c:101: TPASS: UDP accept: EOPNOTSUPP (95)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:accept02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
accept02.c:130: TINFO: Starting listener on port: 56021
accept02.c:74: TPASS: Multicast group was not copied: EADDRNOTAVAIL (99)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:accept4_01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
accept4_01.c:72: TINFO: Testing variant: libc accept4()
accept4_01.c:153: TPASS: Close-on-exec 0, nonblock 0
accept4_01.c:153: TPASS: Close-on-exec 1, nonblock 0
accept4_01.c:153: TPASS: Close-on-exec 0, nonblock 1
accept4_01.c:153: TPASS: Close-on-exec 1, nonblock 1
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
accept4_01.c:72: TINFO: Testing variant: __NR_accept4 syscall
accept4_01.c:153: TPASS: Close-on-exec 0, nonblock 0
accept4_01.c:153: TPASS: Close-on-exec 1, nonblock 0
accept4_01.c:153: TPASS: Close-on-exec 0, nonblock 1
accept4_01.c:153: TPASS: Close-on-exec 1, nonblock 1
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
accept4_01.c:72: TINFO: Testing variant: __NR_socketcall SYS_ACCEPT4 syscall
accept4_01.c:46: TCONF: syscall(-1) __NR_socketcall not supported

Summary:
passed   8
failed   0
broken   0
skipped  1
warnings 0
syscalls:access01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
access01.c:241: TPASS: access(accessfile_rwx, F_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, F_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, X_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, W_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, W_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|W_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|W_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|X_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, W_OK|X_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, W_OK|X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|W_OK|X_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|W_OK|X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessfile_x, X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessfile_w, W_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessfile_r, R_OK) as nobody passed
access01.c:238: TPASS: access(accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, W_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|W_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, W_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|W_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, R_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, R_OK|W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, R_OK|W_OK|X_OK) as nobody: EACCES (13)
access01.c:241: TPASS: access(accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessfile_r, R_OK|W_OK) as root passed
access01.c:241: TPASS: access(accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessfile_w, R_OK|W_OK) as root passed
access01.c:241: TPASS: access(accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessfile_x, R_OK|W_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, R_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, W_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, X_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, R_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, W_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, X_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, R_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, W_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, X_OK) as nobody passed
access01.c:238: TPASS: access(accessdir_r/accessfile_r, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_r, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_x, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_x, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_x, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_x, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_x, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_x, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_x, W_OK) as nobody: EACCES (13)

Summary:
passed   199
failed   0
broken   0
skipped  0
warnings 0
syscalls:access02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
access02.c:142: TPASS: access(file_f, F_OK) as root behaviour is correct.
access02.c:142: TPASS: access(file_f, F_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(file_r, R_OK) as root behaviour is correct.
access02.c:142: TPASS: access(file_r, R_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(file_w, W_OK) as root behaviour is correct.
access02.c:142: TPASS: access(file_w, W_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(file_x, X_OK) as root behaviour is correct.
access02.c:142: TPASS: access(file_x, X_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(symlink_f, F_OK) as root behaviour is correct.
access02.c:142: TPASS: access(symlink_f, F_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(symlink_r, R_OK) as root behaviour is correct.
access02.c:142: TPASS: access(symlink_r, R_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(symlink_w, W_OK) as root behaviour is correct.
access02.c:142: TPASS: access(symlink_w, W_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(symlink_x, X_OK) as root behaviour is correct.
access02.c:142: TPASS: access(symlink_x, X_OK) as nobody behaviour is correct.

Summary:
passed   16
failed   0
broken   0
skipped  0
warnings 0
syscalls:access03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
access03.c:35: TPASS: invalid address as root: EFAULT (14)
access03.c:44: TPASS: invalid address as nobody: EFAULT (14)
access03.c:35: TPASS: invalid address as root: EFAULT (14)
access03.c:44: TPASS: invalid address as nobody: EFAULT (14)
access03.c:35: TPASS: invalid address as root: EFAULT (14)
access03.c:44: TPASS: invalid address as nobody: EFAULT (14)
access03.c:35: TPASS: invalid address as root: EFAULT (14)
access03.c:44: TPASS: invalid address as nobody: EFAULT (14)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:access04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
access04.c:62: TPASS: access as root: EINVAL (22)
access04.c:62: TPASS: access as nobody: EINVAL (22)
access04.c:62: TPASS: access as root: ENOENT (2)
access04.c:62: TPASS: access as nobody: ENOENT (2)
access04.c:62: TPASS: access as root: ENAMETOOLONG (36)
access04.c:62: TPASS: access as nobody: ENAMETOOLONG (36)
access04.c:62: TPASS: access as root: ENOTDIR (20)
access04.c:62: TPASS: access as nobody: ENOTDIR (20)
access04.c:62: TPASS: access as root: ELOOP (40)
access04.c:62: TPASS: access as nobody: ELOOP (40)
access04.c:62: TPASS: access as root: EROFS (30)
access04.c:62: TPASS: access as nobody: EROFS (30)

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:acct01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
acct01.c:118: TPASS: acct() failed as expected: EISDIR (21)
acct01.c:118: TPASS: acct() failed as expected: EACCES (13)
acct01.c:118: TPASS: acct() failed as expected: ENOENT (2)
acct01.c:118: TPASS: acct() failed as expected: ENOTDIR (20)
acct01.c:118: TPASS: acct() failed as expected: EPERM (1)
acct01.c:118: TPASS: acct() failed as expected: EPERM (1)
acct01.c:118: TPASS: acct() failed as expected: ELOOP (40)
acct01.c:118: TPASS: acct() failed as expected: ENAMETOOLONG (36)
acct01.c:118: TPASS: acct() failed as expected: EROFS (30)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:acct02 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
acct02.c:65: TINFO: CONFIG_BSD_PROCESS_ACCT_V3=y
acct02.c:242: TINFO: Verifying using 'struct acct_v3'
acct02.c:195: TINFO: == entry 1 ==
acct02.c:207: TINFO: Number of accounting file entries tested: 1
acct02.c:212: TPASS: acct() wrote correct file contents!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:add_key01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
add_key01.c:63: TINFO: The key type is keyrings and plen is 0
add_key01.c:79: TPASS: add_key call succeeded as expected
add_key01.c:63: TINFO: the key type is keyrings and plen is 1
add_key01.c:83: TPASS: add_key call failed as expected: EINVAL (22)
add_key01.c:63: TINFO: The key type is user and plen is 32767
add_key01.c:79: TPASS: add_key call succeeded as expected
add_key01.c:63: TINFO: The key type is user and plen is 32768
add_key01.c:83: TPASS: add_key call failed as expected: EINVAL (22)
add_key01.c:63: TINFO: The key type is logon and plen is 32767
add_key01.c:79: TPASS: add_key call succeeded as expected
add_key01.c:63: TINFO: The key type is logon and plen is 32768
add_key01.c:83: TPASS: add_key call failed as expected: EINVAL (22)
add_key01.c:63: TINFO: The key type is big_key and plen is 1048575
add_key01.c:70: TCONF: skipping unsupported big_key key
add_key01.c:63: TINFO: The key type is big_key and plen is 1048576
add_key01.c:70: TCONF: skipping unsupported big_key key

Summary:
passed   6
failed   0
broken   0
skipped  2
warnings 0
syscalls:add_key02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
add_key02.c:60: TPASS: received expected EFAULT with key type 'asymmetric'
add_key02.c:60: TPASS: received expected EFAULT with key type 'cifs.idmap'
add_key02.c:60: TPASS: received expected EFAULT with key type 'cifs.spnego'
add_key02.c:60: TPASS: received expected EFAULT with key type 'pkcs7_test'
add_key02.c:60: TPASS: received expected EFAULT with key type 'rxrpc'
add_key02.c:60: TPASS: received expected EFAULT with key type 'rxrpc_s'
add_key02.c:60: TPASS: received expected EFAULT with key type 'user'
add_key02.c:60: TPASS: received expected EFAULT with key type 'logon'
add_key02.c:60: TPASS: received expected EFAULT with key type 'big_key'

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:add_key03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
add_key03.c:80: TPASS: expectedly could not create another user's keyrings

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:add_key04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
add_key04.c:71: TPASS: didn't crash while filling keyring

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:add_key05 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
add_key05.c:45: TINFO: Created user ltp_add_key05_0
add_key05.c:186: TINFO: User: 0, UID: 1002
add_key05.c:83: TINFO: test max bytes under unprivileged user
add_key05.c:108: TPASS: add_key(test_inv) failed as expected: EDQUOT (122)
add_key05.c:131: TPASS: add_key(test_max) succeeded as expected
add_key05.c:134: TPASS: allow reaching the max bytes exactly
add_key05.c:45: TINFO: Created user ltp_add_key05_1
add_key05.c:186: TINFO: User: 1, UID: 1003
add_key05.c:144: TINFO: test max keys under unprivileged user
add_key05.c:162: TPASS: add_key(test_invalid_key) failed as expected: EDQUOT (122)
add_key05.c:169: TPASS: allow reaching the max key(200) exactly
userdel: ltp_add_key05_1 mail spool (/var/mail/ltp_add_key05_1) not found
userdel: ltp_add_key05_1 home directory (/home/ltp_add_key05_1) not found
userdel: ltp_add_key05_0 mail spool (/var/mail/ltp_add_key05_0) not found
userdel: ltp_add_key05_0 home directory (/home/ltp_add_key05_0) not found

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:adjtimex01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
adjtimex01.c:24: TPASS: adjtimex() with mode 0x403f 
adjtimex01.c:34: TPASS: adjtimex() with mode 0x8001 

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:adjtimex02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
adjtimex02.c:79: TPASS: adjtimex() error 14 : EFAULT (14)
adjtimex02.c:79: TPASS: adjtimex() error 22 : EINVAL (22)
adjtimex02.c:79: TPASS: adjtimex() error 22 : EINVAL (22)
adjtimex02.c:79: TPASS: adjtimex() error 1 : EPERM (1)
adjtimex02.c:38: TCONF: this kernel normalizes buf.offset value if it is outside the acceptable range.
adjtimex02.c:38: TCONF: this kernel normalizes buf.offset value if it is outside the acceptable range.

Summary:
passed   4
failed   0
broken   0
skipped  2
warnings 0
syscalls:adjtimex03 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:71: TPASS: Data leak not observed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:alarm02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:alarm03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
alarm03.c:50: TPASS: alarm(100), fork, alarm(0) parent's alarm returned 100
alarm03.c:37: TPASS: alarm(100), fork, alarm(0) child's alarm returned 0

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:alarm05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
alarm05.c:32: TPASS: alarm() returned zero
alarm05.c:38: TPASS: alarm() returned remainder correctly
alarm05.c:45: TPASS: alarm handler fired once

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:alarm06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
alarm06.c:54: TPASS: Received 0 alarms
alarm06.c:57: TPASS: alarm(0) returned 1

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:alarm07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
alarm07.c:43: TPASS: Got 1 sigalarm in parent
alarm07.c:32: TPASS: alarm() request cleared in child

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:bind02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bind02.c:53: TINFO: Switching credentials to user: nobody, group: nogroup
bind02.c:40: TPASS: bind(): EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bind03.c:33: TPASS: re-bind() socket: EINVAL (22)
bind03.c:40: TPASS: bind() with bound pathname: EADDRINUSE (98)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bind04.c:117: TINFO: Testing AF_UNIX pathname stream
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing AF_UNIX pathname seqpacket
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing AF_UNIX abstract stream
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing AF_UNIX abstract seqpacket
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 loop TCP variant 1
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 loop TCP variant 2
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 loop SCTP
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 any TCP variant 1
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 any TCP variant 2
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 any SCTP
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 loop TCP variant 1
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 loop TCP variant 2
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 loop SCTP
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 any TCP variant 1
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 any TCP variant 2
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 any SCTP
bind04.c:149: TPASS: Communication successful

Summary:
passed   16
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bind05.c:131: TINFO: Testing AF_UNIX pathname datagram
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing AF_UNIX abstract datagram
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 loop UDP variant 1
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 loop UDP variant 2
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 loop UDP-Lite
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 any UDP variant 1
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 any UDP variant 2
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 any UDP-Lite
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 loop UDP variant 1
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 loop UDP variant 2
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 loop UDP-Lite
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 any UDP variant 1
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 any UDP variant 2
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 any UDP-Lite
bind05.c:167: TPASS: Communication successful

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind06 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:bpf_map01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
bpf_map01.c:53: TPASS: Created hash map
bpf_map01.c:70: TPASS: Empty hash map lookup: ENOENT (2)
bpf_map01.c:104: TPASS: Update hash map element
bpf_map01.c:122: TPASS: hash map lookup
bpf_map01.c:53: TPASS: Created array map
bpf_map01.c:104: TPASS: Update array map element
bpf_map01.c:122: TPASS: array map lookup

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
bpf_common.c:114: TPASS: Loaded program
bpf_prog01.c:95: TPASS: val = 1

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
bpf_common.c:114: TPASS: Loaded program
bpf_prog02.c:93: TPASS: val = 1152921504606846976 + 1
bpf_prog02.c:103: TPASS: val = 1152921504606846976 - 1

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog03 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
bpf_prog03.c:105: TPASS: Failed verification: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog04 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
bpf_prog04.c:80: TPASS: BPF program failed verification: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog05 failed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
bpf_common.c:114: TPASS: Loaded program
bpf_prog05.c:142: TINFO: Check w7(-1) /= w6(0) [r7 = -1, r6 = 1 << 32]
bpf_prog05.c:119: TFAIL: src(r6) = 0, but should be 4294967296
bpf_prog05.c:121: TPASS: dst(r7) = 0
bpf_prog05.c:146: TINFO: Check w7(-1) %= w6(0) [r7 = -1, r6 = 1 << 32]
bpf_prog05.c:119: TFAIL: src(r6) = 0, but should be 4294967296
bpf_prog05.c:119: TFAIL: dst(r7) = 18446744073709551615, but should be 4294967295

HINT: You _MAY_ be missing kernel fixes, see:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f6b1b3bf0d5f
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=468f6eafa6c4
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e88b2c6e5a4d
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9b00f1b78809

HINT: You _MAY_ be vulnerable to CVE(s), see:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-CVE-2021-3444

Summary:
passed   2
failed   3
broken   0
skipped  0
warnings 0
syscalls:brk01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
brk01.c:52: TPASS: brk() works fine

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:brk02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
brk02.c:55: TPASS: munmap at least two VMAs of brk() passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:capget01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_NET_RAW(13)
capget01.c:36: TPASS: capget() with LINUX_CAPABILITY_VERSION_1 passed
capget01.c:41: TPASS: capget() doesn't get CAP_NET_RAW as expected in PE
capget01.c:36: TPASS: capget() with LINUX_CAPABILITY_VERSION_2 passed
capget01.c:41: TPASS: capget() doesn't get CAP_NET_RAW as expected in PE
capget01.c:36: TPASS: capget() with LINUX_CAPABILITY_VERSION_3 passed
capget01.c:41: TPASS: capget() doesn't get CAP_NET_RAW as expected in PE

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:capget02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capget02.c:59: TPASS: capget() with bad address header: EFAULT (14)
capget02.c:59: TPASS: capget() with bad address data: EFAULT (14)
capget02.c:59: TPASS: capget() with bad version: EINVAL (22)
capget02.c:59: TPASS: capget() with bad pid: EINVAL (22)
capget02.c:59: TPASS: capget() with unused pid: ESRCH (3)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:capset01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capset01.c:40: TPASS: capset() with LINUX_CAPABILITY_VERSION_1 passed
capset01.c:40: TPASS: capset() with LINUX_CAPABILITY_VERSION_2 passed
capset01.c:40: TPASS: capset() with LINUX_CAPABILITY_VERSION_3 passed

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:capset02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capset02.c:67: TPASS: capset() with bad address header: EFAULT (14)
capset02.c:67: TPASS: capset() with bad address data: EFAULT (14)
capset02.c:67: TPASS: capset() with bad version: EINVAL (22)
capset02.c:67: TPASS: capset() with bad value data(when pE is not in pP): EPERM (1)
capset02.c:67: TPASS: capset() with bad value data(when pP is not in old pP): EPERM (1)
capset02.c:67: TPASS: capset() with bad value data(when pI is not in bounding set or old pI): EPERM (1)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:capset03 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capset03.c:24: TINFO: Test bad value data(when pI is not old pP or old pI without CAP_SETPCAP)
capset03.c:26: TPASS: capset(): EPERM (1)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:capset04 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capset04.c:27: TINFO: Test capset() for a different process
capset04.c:31: TPASS: capset(): EPERM (1)

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

syscalls:chdir01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:122: TCONF: Skipping unprivileged permission test, FS mangles dir mode
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:110: TCONF: Skipping symlink loop test, not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:122: TCONF: Skipping unprivileged permission test, FS mangles dir mode
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)

Summary:
passed   108
failed   0
broken   0
skipped  3
warnings 0
syscalls:chdir01A passed
chdir01     1  TPASS  :  chdir(2) to object file location through symbolic link file is ok
chdir01     2  TPASS  :  chdir(2) to non-existent object file location through symbolic link file failed as expected
chdir01     3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:chdir04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir04.c:29: TPASS: chdir(): ENAMETOOLONG (36)
chdir04.c:29: TPASS: chdir(): ENOENT (2)
chdir04.c:29: TPASS: chdir(): EFAULT (14)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:chmod01 passed
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
syscalls:chmod01A passed
chmod01     1  TPASS  :  chmod(2) of object file permissions through symbolic link file is ok
chmod01     2  TPASS  :  chmod(2) error when accessing non-existent object through symbolic link is caught
chmod01     3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:chmod02 passed
chmod02     1  TPASS  :  chmod(test_file, 0) returned 0
chmod02     2  TPASS  :  chmod(test_file, 07) returned 0
chmod02     3  TPASS  :  chmod(test_file, 070) returned 0
chmod02     4  TPASS  :  chmod(test_file, 0700) returned 0
chmod02     5  TPASS  :  chmod(test_file, 0777) returned 0
chmod02     6  TPASS  :  chmod(test_file, 02777) returned 0
chmod02     7  TPASS  :  chmod(test_file, 04777) returned 0
chmod02     8  TPASS  :  chmod(test_file, 06777) returned 0
syscalls:chmod03 passed
chmod03     1  TPASS  :  Functionality of chmod(testfile, 01777) successful
syscalls:chmod04 passed
chmod04     1  TPASS  :  Functionality of chmod(testdir_4, 01777) successful
syscalls:chmod05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chmod05.c:65: TPASS: Functionality of chmod(testdir, 043777) successful

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chmod06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chmod06.c:86: TPASS: chmod failed as expected: EPERM (1)
chmod06.c:86: TPASS: chmod failed as expected: EACCES (13)
chmod06.c:86: TPASS: chmod failed as expected: EFAULT (14)
chmod06.c:86: TPASS: chmod failed as expected: EFAULT (14)
chmod06.c:86: TPASS: chmod failed as expected: ENAMETOOLONG (36)
chmod06.c:86: TPASS: chmod failed as expected: ENOENT (2)
chmod06.c:86: TPASS: chmod failed as expected: ENOTDIR (20)
chmod06.c:86: TPASS: chmod failed as expected: EROFS (30)
chmod06.c:86: TPASS: chmod failed as expected: ELOOP (40)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:chmod07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chmod07.c:59: TPASS: Functionality of chmod(testfile, 01777) successful

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown01.c:31: TPASS: chown(chown01_testfile,0,0) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown01.c:31: TPASS: chown(chown01_testfile,0,0) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown02.c:49: TPASS: CHOWN(tc[i].filename, uid, gid) passed
chown02.c:49: TPASS: CHOWN(tc[i].filename, uid, gid) passed

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown02_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown02.c:49: TPASS: CHOWN(tc[i].filename, uid, gid) passed
chown02.c:49: TPASS: CHOWN(tc[i].filename, uid, gid) passed

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown03.c:73: TPASS: chown(chown03_testfile, -1, 65534) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown03_16 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown03.c:73: TFAIL: chown(chown03_testfile, -1, 65534) failed: EPERM (1)
chown03.c:45: TFAIL: chown03_testfile: wrong owner set to (uid=65534, gid=0), expected (uid=65534, gid=65534)
chown03.c:52: TFAIL: chown03_testfile: wrong mode permissions 0106770, expected 0100770

Summary:
passed   0
failed   3
broken   0
skipped  0
warnings 0
syscalls:chown04 passed
mke2fs 1.44.5 (15-Dec-2018)
chown04     0  TINFO  :  Found free device 3 '/dev/loop3'
chown04     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
chown04     1  TPASS  :  chown failed: TEST_ERRNO=EPERM(1): Operation not permitted
chown04     2  TPASS  :  chown failed: TEST_ERRNO=EACCES(13): Permission denied
chown04     3  TPASS  :  chown failed: TEST_ERRNO=EFAULT(14): Bad address
chown04     4  TPASS  :  chown failed: TEST_ERRNO=ENAMETOOLONG(36): File name too long
chown04     5  TPASS  :  chown failed: TEST_ERRNO=ENOENT(2): No such file or directory
chown04     6  TPASS  :  chown failed: TEST_ERRNO=ENOTDIR(20): Not a directory
chown04     7  TPASS  :  chown failed: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
chown04     8  TPASS  :  chown failed: TEST_ERRNO=EROFS(30): Read-only file system
syscalls:chown04_16 passed
mke2fs 1.44.5 (15-Dec-2018)
chown04_16    0  TINFO  :  Found free device 3 '/dev/loop3'
chown04_16    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
chown04_16    1  TPASS  :  chown failed: TEST_ERRNO=EPERM(1): Operation not permitted
chown04_16    2  TPASS  :  chown failed: TEST_ERRNO=EACCES(13): Permission denied
chown04_16    3  TPASS  :  chown failed: TEST_ERRNO=EFAULT(14): Bad address
chown04_16    4  TPASS  :  chown failed: TEST_ERRNO=ENAMETOOLONG(36): File name too long
chown04_16    5  TPASS  :  chown failed: TEST_ERRNO=ENOENT(2): No such file or directory
chown04_16    6  TPASS  :  chown failed: TEST_ERRNO=ENOTDIR(20): Not a directory
chown04_16    7  TPASS  :  chown failed: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
chown04_16    8  TPASS  :  chown failed: TEST_ERRNO=EROFS(30): Read-only file system
syscalls:chown05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown05_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:chroot01 passed
chroot01    1  TPASS  :  chroot set errno to EPERM.
syscalls:chroot02 passed
chroot02    1  TPASS  :  chroot functionality correct
syscalls:chroot03 passed
chroot03    1  TPASS  :  failed as expected: TEST_ERRNO=ENAMETOOLONG(36): File name too long
chroot03    2  TPASS  :  failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
chroot03    3  TPASS  :  failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
chroot03    4  TPASS  :  failed as expected: TEST_ERRNO=EFAULT(14): Bad address
chroot03    5  TPASS  :  failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
syscalls:chroot04 passed
chroot04    1  TPASS  :  got EACCESS as expected
syscalls:clock_adjtime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_adjtime01.c:186: TINFO: Testing variant: syscall with old kernel spec
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 57146
        frequency: -254858
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 589029160(us)
clock_adjtime.h:160: TINFO: SET
             mode: 32769
           offset: 0
        frequency: -254858
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 589133952(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 57146
        frequency: -254858
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 589280618(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=8001)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 57146
        frequency: -254858
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 589448690(us)
clock_adjtime.h:160: TINFO: SET
             mode: 40961
           offset: 57146
        frequency: -254858
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 589620773(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 57146
        frequency: -254858
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 589717387(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=a001)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 57146
        frequency: -254858
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 589857178(us)
clock_adjtime.h:160: TINFO: SET
             mode: 16447
           offset: 57145
        frequency: -254648
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 589964157(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 57145
        frequency: -254648
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 590067333(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=403f)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 57145
        frequency: -254648
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 590258010(us)
clock_adjtime.h:160: TINFO: SET
             mode: 1
           offset: 67144
        frequency: -254648
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 590381082(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 67144
        frequency: -254648
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 590477540(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=1)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 67144
        frequency: -254648
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 590619883(us)
clock_adjtime.h:160: TINFO: SET
             mode: 2
           offset: 67144
        frequency: -254548
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 590715300(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 590814570(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=2)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 590964465(us)
clock_adjtime.h:160: TINFO: SET
             mode: 4
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 591106652(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 591232642(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=4)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 591397433(us)
clock_adjtime.h:160: TINFO: SET
             mode: 8
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 591494203(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 591589984(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=8)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 591728629(us)
clock_adjtime.h:160: TINFO: SET
             mode: 32
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 591822587(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 591926493(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=20)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 592065190(us)
clock_adjtime.h:160: TINFO: SET
             mode: 16384
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 11000
         raw time: 1623224228(s) 592159669(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 67144
        frequency: -254548
         maxerror: 735100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 11000
         raw time: 1623224228(s) 592316679(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=4000)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_adjtime01.c:186: TINFO: Testing variant: syscall time64 with kernel spec
clock_adjtime.h:125: TCONF: syscall(405) __NR_clock_adjtime64 not supported

Summary:
passed   9
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_adjtime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_adjtime02.c:197: TINFO: Testing variant: syscall with old kernel spec
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630001276(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 0
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630001276(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x0, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630242942(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 0
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630242942(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x0, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630400702(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x403f, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630507003(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 16384
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 8999
         raw time: 1623224228(s) 630507003(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x4000, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630651222(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 16384
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 11001
         raw time: 1623224228(s) 630651222(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x4000, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630877627(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 16447
           offset: 0
        frequency: -254858
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1623224228(s) 630877627(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x403f, uid=65534)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_adjtime02.c:197: TINFO: Testing variant: syscall time64 with kernel spec
clock_adjtime.h:125: TCONF: syscall(405) __NR_clock_adjtime64 not supported

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_getres01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: vDSO or syscall with libc spec
clock_getres01.c:88: TPASS: clock_getres(REALTIME, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(MONOTONIC, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(PROCESS_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(THREAD_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_RAW, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_REALTIME_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_BOOTTIME, ...) succeeded
clock_getres01.c:73: TCONF: clock_getres(CLOCK_REALTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:73: TCONF: clock_getres(CLOCK_BOOTTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:88: TPASS: clock_getres(-1, ...) succeeded
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: vDSO or syscall with libc spec with NULL res
clock_getres01.c:88: TPASS: clock_getres(REALTIME, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(MONOTONIC, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(PROCESS_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(THREAD_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_RAW, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_REALTIME_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_BOOTTIME, ...) succeeded
clock_getres01.c:73: TCONF: clock_getres(CLOCK_REALTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:73: TCONF: clock_getres(CLOCK_BOOTTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:88: TPASS: clock_getres(-1, ...) succeeded
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: syscall with old kernel spec
clock_getres01.c:88: TPASS: clock_getres(REALTIME, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(MONOTONIC, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(PROCESS_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(THREAD_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_RAW, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_REALTIME_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_BOOTTIME, ...) succeeded
clock_getres01.c:73: TCONF: clock_getres(CLOCK_REALTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:73: TCONF: clock_getres(CLOCK_BOOTTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:88: TPASS: clock_getres(-1, ...) succeeded
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: syscall with old kernel spec with NULL res
clock_getres01.c:88: TPASS: clock_getres(REALTIME, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(MONOTONIC, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(PROCESS_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(THREAD_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_RAW, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_REALTIME_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_BOOTTIME, ...) succeeded
clock_getres01.c:73: TCONF: clock_getres(CLOCK_REALTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:73: TCONF: clock_getres(CLOCK_BOOTTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:88: TPASS: clock_getres(-1, ...) succeeded
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:201: TCONF: syscall(406) __NR_clock_getres_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: syscall time64 with kernel spec with NULL res
../../../../include/tst_timer.h:201: TCONF: syscall(406) __NR_clock_getres_time64 not supported

Summary:
passed   36
failed   0
broken   0
skipped  10
warnings 0
syscalls:clock_nanosleep01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep01.c:124: TINFO: Testing variant: vDSO or syscall with libc spec
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case SEND_SIGINT
clock_nanosleep01.c:201: TPASS: Timespec updated correctly
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINTR (4)
clock_nanosleep01.c:139: TINFO: case BAD_TS_ADDR_REQ
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EFAULT (14)
clock_nanosleep01.c:139: TINFO: case BAD_TS_ADDR_REM
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep01.c:124: TINFO: Testing variant: syscall with old kernel spec
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EOPNOTSUPP (95)
clock_nanosleep01.c:139: TINFO: case SEND_SIGINT
clock_nanosleep01.c:201: TPASS: Timespec updated correctly
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINTR (4)
clock_nanosleep01.c:139: TINFO: case BAD_TS_ADDR_REQ
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EFAULT (14)
clock_nanosleep01.c:139: TINFO: case BAD_TS_ADDR_REM
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep01.c:124: TINFO: Testing variant: syscall time64 with kernel spec
clock_nanosleep01.c:139: TINFO: case NORMAL
../../../../include/tst_timer.h:251: TCONF: syscall(407) __NR_clock_nanosleep_time64 not supported

Summary:
passed   14
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_nanosleep02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1077us, max 1127us, median 1082us, trunc mean 1082.06us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2072us, max 2183us, median 2075us, trunc mean 2074.78us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5049us, max 5257us, median 5057us, trunc mean 5056.56us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10037us, max 10165us, median 10090us, trunc mean 10089.96us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25060us, max 25173us, median 25092us, trunc mean 25094.21us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100091us, max 100183us, median 100091us, trunc mean 100098.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1000093us, max 1000109us, median 1000093us, trunc mean 1000093.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:clock_nanosleep03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_TIME_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_TIME_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:clock_nanosleep04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep04.c:33: TINFO: Testing variant: vDSO or syscall with libc spec
clock_nanosleep04.c:58: TPASS: clock_nanosleep(2) passed for clock CLOCK_MONOTONIC
clock_nanosleep04.c:58: TPASS: clock_nanosleep(2) passed for clock CLOCK_REALTIME
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep04.c:33: TINFO: Testing variant: syscall with old kernel spec
clock_nanosleep04.c:58: TPASS: clock_nanosleep(2) passed for clock CLOCK_MONOTONIC
clock_nanosleep04.c:58: TPASS: clock_nanosleep(2) passed for clock CLOCK_REALTIME
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep04.c:33: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_gettime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime01.c:76: TINFO: Testing variant: vDSO or syscall with libc spec
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_REALTIME passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_PROCESS_CPUTIME_ID passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_THREAD_CPUTIME_ID passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_REALTIME_COARSE passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_COARSE passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_RAW passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_BOOTTIME passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime01.c:76: TINFO: Testing variant: syscall with old kernel spec
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_REALTIME passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_PROCESS_CPUTIME_ID passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_THREAD_CPUTIME_ID passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_REALTIME_COARSE passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_COARSE passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_RAW passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_BOOTTIME passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime01.c:76: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   16
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_gettime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime02.c:102: TINFO: Testing variant: 0: syscall with old kernel spec
clock_gettime02.c:131: TPASS: clock_gettime(2): clock INVALID/UNKNOWN CLOCK failed as expected: EINVAL (22)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock INVALID/UNKNOWN CLOCK failed as expected: EINVAL (22)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_REALTIME failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_PROCESS_CPUTIME_ID failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_THREAD_CPUTIME_ID failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_REALTIME_COARSE failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_COARSE failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_RAW failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_BOOTTIME failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime02.c:102: TINFO: Testing variant: 1: syscall time64 with kernel spec
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   10
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_gettime03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_TIME_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_TIME_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:clock_gettime04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
vdso_helpers.c:76: TINFO: Couldn't find vdso_gettime64()
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:leapsec01 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
leapsec01.c:130: TINFO: test start at 08:37:19.636512963
leapsec01.c:100: TINFO: now is     08:37:19.638279937
leapsec01.c:104: TINFO: sleep until 08:37:20.638279937
leapsec01.c:112: TINFO: now is     08:37:20.638364316
leapsec01.c:115: TINFO: hrtimer early expiration is not detected.
leapsec01.c:138: TINFO: scheduling leap second 01:00:00.000000000
leapsec01.c:144: TINFO: setting time to        00:59:58.000000000
leapsec01.c:88: TINFO: 00:59:58.1329728000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 00:59:58.001571000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 00:59:58.001703000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 00:59:58.001821000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 08:37:21.122678211000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 08:37:21.623067671000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 08:37:22.123348799000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:22.623597374000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:23.123853293000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:23.624123535000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:24.124359662000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:24.624602352000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:25.124941864000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:25.625325856000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:26.125583962000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:26.625847694000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:27.126157154000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:27.626441250000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:28.126704148000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:28.626956578000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:29.127215569000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:29.627433676000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:30.127690585000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:30.627992910000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:31.128375807000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:31.628620424000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:32.128888895000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:32.629105387000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:33.129381202000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:33.629595715000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:34.129795228000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:34.629998491000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:35.130344462000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:35.630553870000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:36.130792810000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:36.631055344000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:37.131279804000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:37.631497494000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:38.131730705000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:38.631966364000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:39.132255929000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:39.632488775000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:40.132809641000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:40.633063217000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:41.133343406000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:41.633578909000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:42.133852900000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:42.634075070000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:43.134288124000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:43.634489668000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:44.134698400000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:44.634910934000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:45.135164144000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:45.635376261000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:46.135635878000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:46.635909610000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:47.136253341000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:47.636550093000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:48.136761481000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:48.636964379000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:49.137232746000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:49.637435853000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:50.137638647000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:50.637855556000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:51.138229912000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:51.638518747000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:52.138747010000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 08:37:52.639054960000 adjtimex: insert leap second
leapsec01.c:84: TBROK: adjtimex status 8208 not set

Summary:
passed   0
failed   0
broken   1
skipped  0
warnings 0
syscalls:clock_settime01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime01.c:42: TINFO: Testing variant: vDSO or syscall with libc spec
clock_settime01.c:76: TPASS: clock_settime(2): was able to advance time
clock_settime01.c:97: TPASS: clock_settime(2): was able to recede time
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime01.c:42: TINFO: Testing variant: syscall with old kernel spec
clock_settime01.c:76: TPASS: clock_settime(2): was able to advance time
clock_settime01.c:97: TPASS: clock_settime(2): was able to recede time
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime01.c:42: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_settime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime02.c:107: TINFO: Testing variant: syscall with old kernel spec
clock_settime02.c:152: TPASS: clock_settime(CLOCK_REALTIME): failed as expected: EFAULT (14)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_REALTIME): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_REALTIME): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_REALTIME): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_MONOTONIC): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(INVALID/UNKNOWN CLOCK): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(INVALID/UNKNOWN CLOCK): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_MONOTONIC_COARSE): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_MONOTONIC_RAW): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_BOOTTIME): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_PROCESS_CPUTIME_ID): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_THREAD_CPUTIME_ID): failed as expected: EINVAL (22)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime02.c:107: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:231: TCONF: syscall(404) __NR_clock_settime64 not supported

Summary:
passed   12
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_settime03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime03.c:35: TINFO: Testing variant: syscall with old kernel spec
clock_settime03.c:103: TPASS: clock_settime(): Y2038 test passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime03.c:35: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:231: TCONF: syscall(404) __NR_clock_settime64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:clone01 passed
clone01     1  TPASS  :  clone returned 345
syscalls:clone02 passed
clone02     1  TPASS  :  Test Passed
clone02     2  TPASS  :  Test Passed
syscalls:clone03 passed
clone03     1  TPASS  :  Test passed
syscalls:clone04 passed
clone04     1  TPASS  :  expected failure; Got EINVAL
syscalls:clone05 passed
clone05     1  TPASS  :  Test Passed
syscalls:clone06 passed
clone06     1  TPASS  :  Test Passed
syscalls:clone07 passed
clone07     1  TPASS  :  Use of return() in child did not cause SIGSEGV
syscalls:clone08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clone08.c:72: TINFO: running CLONE_PARENT
clone08.c:116: TPASS: clone and forked child has the same parent
clone08.c:72: TINFO: running CLONE_CHILD_SETTID
clone08.c:134: TPASS: clone() correctly set ctid
clone08.c:72: TINFO: running CLONE_PARENT_SETTID
clone08.c:144: TPASS: clone() correctly set ptid
clone08.c:72: TINFO: running CLONE_THREAD
clone08.c:223: TPASS: clone has the same thread id
clone08.c:213: TPASS: futex exit on ctid change, ctid: 0

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:clone09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clone09.c:60: TINFO: create clone in a new netns with 'CLONE_NEWNET' flag
clone09.c:83: TPASS: sysctl params differ in new netns

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:clone301 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clone301.c:164: TPASS: Parent got correct signal SIGCHLD
clone301.c:164: TPASS: Parent got correct signal SIGUSR2
clone301.c:164: TPASS: Parent got correct signal SIGCHLD
clone301.c:164: TPASS: Parent got correct signal SIGCHLD
clone301.c:97: TPASS: Child got correct signal SIGUSR1
clone301.c:103: TPASS: Child got correct si_value
clone301.c:164: TPASS: Parent got correct signal SIGCHLD

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:clone302 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clone302.c:101: TPASS: invalid args: clone3() failed as expected: EFAULT (14)
clone302.c:101: TPASS: zero size: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: short size: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: extra size: clone3() failed as expected: EFAULT (14)
clone302.c:101: TPASS: sighand-no-VM: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: thread-no-sighand: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: fs-newns: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: invalid pidfd: clone3() failed as expected: EFAULT (14)
clone302.c:101: TPASS: invalid signal: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: zero-stack-size: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: invalid-stack: clone3() failed as expected: EINVAL (22)

Summary:
passed   11
failed   0
broken   0
skipped  0
warnings 0
syscalls:close01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
close01.c:50: TPASS: close a file fd passed
close01.c:50: TPASS: close a pipe fd passed
close01.c:50: TPASS: close a socket fd passed

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:close02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
close02.c:20: TPASS: close(-1): EBADF (9)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:close_range01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported

Summary:
passed   0
failed   0
broken   0
skipped  7
warnings 0
syscalls:close_range02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:confstr01 passed
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 = ''
confstr01   11  TPASS  :  confstr XBS5_LP64_OFF64_LDFLAGS = ''
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.27'
confstr01   19  TPASS  :  confstr GNU_LIBPTHREAD_VERSION = 'NPTL 2.27'
syscalls:connect01 passed
connect01    1  TPASS  :  bad file descriptor successful
connect01    2  TPASS  :  invalid socket buffer successful
connect01    3  TPASS  :  invalid salen successful
connect01    4  TPASS  :  invalid socket successful
connect01    5  TPASS  :  already connected successful
connect01    6  TPASS  :  connection refused successful
connect01    7  TPASS  :  invalid address family successful
syscalls:connect02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
connect02.c:125: TPASS: Nothing bad happened, probably

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat01.c:50: TPASS: creat() truncated file to 0 bytes
creat01.c:55: TPASS: file was created and written to successfully
creat01.c:60: TPASS: read failed expectedly: EBADF (9)
creat01.c:50: TPASS: creat() truncated file to 0 bytes
creat01.c:55: TPASS: file was created and written to successfully
creat01.c:60: TPASS: read failed expectedly: EBADF (9)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat03.c:36: TINFO: Created file has mode = 0100674
creat03.c:41: TPASS: save text bit cleared

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat04.c:49: TPASS: call failed with EACCES as expected
creat04.c:49: TPASS: call failed with EACCES as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat05.c:49: TINFO: getdtablesize() = 1024
creat05.c:59: TINFO: Opened additional #1021 fds
creat05.c:36: TPASS: creat() failed with EMFILE

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:creat07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat07.c:42: TPASS: creat() received EXTBSY

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat08 passed
creat08     1  TPASS  :  Test passed in block0.
creat08     2  TPASS  :  Test passed in block1.
creat08     3  TPASS  :  Test passed in block2.
creat08     4  TPASS  :  Test passed in block3
syscalls:delete_module01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'dummy_del_mod.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:delete_module02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
delete_module02.c:65: TINFO: test nonexistent module
delete_module02.c:70: TPASS: delete_module() failed as expected: ENOENT (2)
delete_module02.c:65: TINFO: test null terminated module name
delete_module02.c:70: TPASS: delete_module() failed as expected: ENOENT (2)
delete_module02.c:65: TINFO: test module name outside program's accessible address space
delete_module02.c:70: TPASS: delete_module() failed as expected: EFAULT (14)
delete_module02.c:65: TINFO: test long module name
delete_module02.c:70: TPASS: delete_module() failed as expected: ENOENT (2)
delete_module02.c:65: TINFO: test non-superuser
delete_module02.c:70: TPASS: delete_module() failed as expected: EPERM (1)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:delete_module03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'dummy_del_mod.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:dup01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
dup01.c:23: TPASS: dup(3) returned 4

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:dup02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
dup02.c:43: TPASS: dup(-1) failed as expected: EBADF (9)
dup02.c:43: TPASS: dup(1500) failed as expected: EBADF (9)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:dup03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
dup03.c:33: TPASS: dup() failed as expected: EMFILE (24)

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

syscalls:dup05 passed
dup05       1  TPASS  :  dup returned 4
syscalls:dup06 passed
dup06       1  TPASS  :  Test passed.
syscalls:dup07 passed
dup07       1  TPASS  :  Passed in read mode.
dup07       2  TPASS  :  Passed in write mode.
dup07       3  TPASS  :  Passed in read/write mode.
syscalls:dup201 passed
dup201      1  TPASS  :  failed as expected - errno = 9 : Bad file descriptor
dup201      2  TPASS  :  failed as expected - errno = 9 : Bad file descriptor
dup201      3  TPASS  :  failed as expected - errno = 9 : Bad file descriptor
dup201      4  TPASS  :  failed as expected - errno = 9 : Bad file descriptor
syscalls:dup202 passed
dup202      1  TPASS  :  fstat shows new and old modes are the same
dup202      2  TPASS  :  fstat shows new and old modes are the same
dup202      3  TPASS  :  fstat shows new and old modes are the same
syscalls:dup203 passed
dup203      0  TINFO  :  Enter block 1
dup203      0  TINFO  :  Test duping over an open fd
dup203      1  TPASS  :  dup2 test 1 functionality is correct
dup203      0  TINFO  :  Exit block 1
dup203      0  TINFO  :  Enter block 2
dup203      0  TINFO  :  Test close on exec flag
dup203      2  TPASS  :  dup2 test 2 functionality is correct
dup203      0  TINFO  :  Exit block 2
syscalls:dup204 passed
dup204      1  TPASS  :  original and duped inodes are the same
dup204      2  TPASS  :  original and duped inodes are the same
syscalls:dup205 passed
dup205      1  TPASS  :  Test passed.
syscalls:dup3_01 passed
dup3_01     1  TPASS  :  dup3(O_CLOEXEC) PASSED
syscalls:dup3_02 passed
dup3_02     1  TPASS  :  dup3 failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
dup3_02     2  TPASS  :  dup3 failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
dup3_02     3  TPASS  :  dup3 failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:epoll_create1_01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
epoll_create1_01.c:46: TPASS: epoll_create1(EPOLL_CLOEXEC) PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll01 passed
epoll01     0  TINFO  :  testing if epoll() system call works
epoll01     0  TINFO  :  gettimeofday() works
epoll01     0  TINFO  :  random number seeded with gettimeofday() [seed = 616316] works
epoll01     0  TINFO  :  Testing epoll_create
epoll01     1  TPASS  :  epoll_create with negative set size
epoll01     2  TPASS  :  epoll_create with large set size (size = 2147483647)
epoll01     3  TPASS  :  epoll_create with large set size (size = 2147483646)
epoll01     4  TPASS  :  epoll_create with large set size (size = 2147483645)
epoll01     5  TPASS  :  epoll_create with large set size (size = 2147483644)
epoll01     6  TPASS  :  epoll_create with large set size (size = 2147483643)
epoll01     7  TPASS  :  epoll_create with large set size (size = 2147483642)
epoll01     8  TPASS  :  epoll_create with large set size (size = 2147483641)
epoll01     9  TPASS  :  epoll_create with large set size (size = 2147483640)
epoll01    10  TPASS  :  epoll_create with large set size (size = 2147483639)
epoll01    11  TPASS  :  epoll_create with large set size (size = 2147483638)
epoll01    12  TPASS  :  epoll_create with large set size (size = 2147483637)
epoll01    13  TPASS  :  epoll_create with large set size (size = 2147483636)
epoll01    14  TPASS  :  epoll_create with large set size (size = 2147483635)
epoll01    15  TPASS  :  epoll_create with large set size (size = 2147483634)
epoll01    16  TPASS  :  epoll_create with large set size (size = 2147483633)
epoll01    17  TPASS  :  epoll_create with large set size (size = 2147483632)
epoll01    18  TPASS  :  epoll_create with random large set size (size = 1355779658)
epoll01    19  TPASS  :  epoll_create with random large set size (size = 1406949006)
epoll01    20  TPASS  :  epoll_create with random large set size (size = 509163035)
epoll01    21  TPASS  :  epoll_create with random large set size (size = 531155845)
epoll01    22  TPASS  :  epoll_create with random large set size (size = 1902797060)
epoll01    23  TPASS  :  epoll_create with random large set size (size = 1597691445)
epoll01    24  TPASS  :  epoll_create with random large set size (size = 927817528)
epoll01    25  TPASS  :  epoll_create with random large set size (size = 1571930025)
epoll01    26  TPASS  :  epoll_create with random large set size (size = 1610986618)
epoll01    27  TPASS  :  epoll_create with random large set size (size = 335253281)
epoll01    28  TPASS  :  epoll_create with random large set size (size = 445903587)
epoll01    29  TPASS  :  epoll_create with random large set size (size = 1545448147)
epoll01    30  TPASS  :  epoll_create with random large set size (size = 155332098)
epoll01    31  TPASS  :  epoll_create with random large set size (size = 449138208)
epoll01    32  TPASS  :  epoll_create with random large set size (size = 430154550)
epoll01    33  TPASS  :  epoll_create with random large set size (size = 380101055)
epoll01     0  TINFO  :  Summary: Of 33 tests, epoll_create failed 0 (100% passed).
epoll01     0  TINFO  :  Testing epoll_ctl
epoll01     0  TINFO  :  Summary: Of 13824 tests, epoll_ctl failed 0 (100% passed).
syscalls:epoll_ctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
epoll_ctl01.c:119: TPASS: epoll_ctl() succeeds with op 1
epoll_ctl01.c:119: TPASS: epoll_ctl() succeeds with op 3
epoll_ctl01.c:119: TPASS: epoll_ctl() succeeds with op 2

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll_ctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EBADF (9)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EBADF (9)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EINVAL (22)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EINVAL (22)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: ENOENT (2)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: ENOENT (2)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EEXIST (17)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll_wait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
epoll_wait01.c:45: TINFO: Pipe buffer size is 65536 bytes
epoll_wait01.c:127: TPASS: epoll_wait() epollout
epoll_wait01.c:165: TPASS: epoll_wait() epollin
epoll_wait01.c:212: TPASS: epoll_wait() epollio

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll_wait02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1070us, max 1353us, median 1092us, trunc mean 1092.95us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2088us, max 2165us, median 2092us, trunc mean 2093.48us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5089us, max 5152us, median 5092us, trunc mean 5093.99us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10091us, max 10143us, median 10093us, trunc mean 10095.27us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25093us, max 25168us, median 25095us, trunc mean 25101.50us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100180us, max 100235us, median 100182us, trunc mean 100187.44us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001057us, max 1001058us, median 1001057us, trunc mean 1001057.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll_wait03 passed
epoll_wait03    1  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
epoll_wait03    2  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EINVAL(22): Invalid argument
epoll_wait03    3  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EINVAL(22): Invalid argument
epoll_wait03    4  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EINVAL(22): Invalid argument
epoll_wait03    5  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EFAULT(14): Bad address
syscalls:epoll_pwait01 passed
epoll_pwait01    1  TPASS  :  epoll_pwait(sigmask) blocked signal
epoll_pwait01    0  TINFO  :  Child process returned TPASS
epoll_pwait01    2  TPASS  :  epoll_wait() failed as expected: TEST_ERRNO=EINTR(4): Interrupted system call
epoll_pwait01    0  TINFO  :  Child process returned TPASS
syscalls:eventfd01 passed
eventfd01    1  TPASS  :  counter value matches required
eventfd01    2  TPASS  :  read failed with EAGAIN as expected
eventfd01    3  TPASS  :  counter value matches required
eventfd01    4  TPASS  :  write failed with EAGAIN as expected
eventfd01    5  TPASS  :  read failed with EINVAL as expected
eventfd01    6  TPASS  :  write failed with EINVAL as expected
eventfd01    7  TPASS  :  write failed with EINVAL as expected
eventfd01    8  TPASS  :  fd is set in readfds
eventfd01    9  TPASS  :  fd is not set in readfds
eventfd01   10  TPASS  :  fd is set in writefds
eventfd01   11  TPASS  :  fd is not set in writefds
eventfd01    1  TPASS  :  counter value matches required
eventfd01    2  TPASS  :  read failed with EAGAIN as expected
eventfd01    3  TPASS  :  counter value matches required
eventfd01    4  TPASS  :  write failed with EAGAIN as expected
eventfd01    5  TPASS  :  read failed with EINVAL as expected
eventfd01    6  TPASS  :  write failed with EINVAL as expected
eventfd01    7  TPASS  :  write failed with EINVAL as expected
eventfd01    8  TPASS  :  fd is set in readfds
eventfd01    9  TPASS  :  fd is not set in readfds
eventfd01   10  TPASS  :  fd is set in writefds
eventfd01   11  TPASS  :  fd is not set in writefds
eventfd01   12  TPASS  :  counter value write from child successful
eventfd01   13  TPASS  :  read fd set as expected
eventfd01   14  TPASS  :  POLLERR occurred as expected
eventfd01   15  TPASS  :  overflow occurred as expected
syscalls:eventfd2_01 passed
eventfd2_01    1  TPASS  :  eventfd2(EFD_CLOEXEC) Passed
syscalls:eventfd2_02 passed
eventfd2_02    1  TPASS  :  eventfd2(EFD_NONBLOCK) PASSED
syscalls:eventfd2_03 passed
[14377] posting 1 on 4
[14377] waiting on 3
[14377] wait completed on 3: count=1
[14377] posting 1 on 4
[14377] waiting on 3
[14377] wait completed on 3: count=1
[14377] posting 5 on 4
[14377] waiting 5 times on 3
[14377] wait completed on 3: count=1
[14377] wait completed on 3: count=1
[14377] wait completed on 3: count=1
[14377] wait completed on 3: count=1
[14377] wait completed on 3: count=1
[14376] posting 1 on 3
[14376] waiting on 4
[14376] wait completed on 4: count=1
[14376] posting 1 on 3
[14376] waiting on 4
[14376] wait completed on 4: count=1
[14376] posting 5 on 3
[14376] waiting 5 times on 4
[14376] wait completed on 4: count=1
[14376] wait completed on 4: count=1
[14376] wait completed on 4: count=1
[14376] wait completed on 4: count=1
[14376] wait completed on 4: count=1
syscalls:execl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execl01_child.c:20: TPASS: execl01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execle01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execle01_child.c:34: TPASS: execle01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execlp01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execlp01_child.c:20: TPASS: execlp01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execv01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execv01_child.c:23: TPASS: execv01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve01_child.c:34: TPASS: execve01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve02.c:54: TPASS: execve() failed expectedly: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve03.c:124: TPASS: execve failed as expected: ENAMETOOLONG (36)
execve03.c:124: TPASS: execve failed as expected: ENOENT (2)
execve03.c:124: TPASS: execve failed as expected: ENOTDIR (20)
execve03.c:124: TPASS: execve failed as expected: EFAULT (14)
execve03.c:124: TPASS: execve failed as expected: EACCES (13)
execve03.c:124: TPASS: execve failed as expected: ENOEXEC (8)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve04.c:50: TPASS: execve failed as expected: ETXTBSY (26)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'

Summary:
passed   160
failed   0
broken   0
skipped  0
warnings 0
syscalls:execvp01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execvp01_child.c:20: TPASS: execvp01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execveat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:execveat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execveat02.c:64: TPASS: execveat() fails as expected: EBADF (9)
execveat02.c:64: TPASS: execveat() fails as expected: EINVAL (22)
execveat02.c:64: TPASS: execveat() fails as expected: ELOOP (40)
execveat02.c:64: TPASS: execveat() fails as expected: ENOTDIR (20)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:execveat03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execveat_child.c:17: TPASS: execveat_child run as expected

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:exit01 passed
exit01      1  TPASS  :  exit() test PASSED
syscalls:exit02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
exit02.c:46: TPASS: File written by child read back correctly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:exit_group01 passed
exit_group01    1  TPASS  :  exit_group() succeeded
syscalls:faccessat01 passed
faccessat01    1  TPASS  :  faccessat() returned the expected  errno 0: Success
faccessat01    2  TPASS  :  faccessat() returned the expected  errno 0: Success
faccessat01    3  TPASS  :  faccessat() returned the expected  errno 20: Not a directory
faccessat01    4  TPASS  :  faccessat() returned the expected  errno 9: Bad file descriptor
faccessat01    5  TPASS  :  faccessat() returned the expected  errno 0: Success
faccessat01    6  TPASS  :  faccessat() returned the expected  errno 0: Success
syscalls:fallocate01 passed
fallocate01    1  TPASS  :  fallocate(3, 0, 49152, 4096) returned 0
fallocate01    2  TPASS  :  write operation on fallocated(3, 0, 49152, 4096) returned 1
fallocate01    3  TPASS  :  fallocate(4, 1, 49152, 4096) returned 0
fallocate01    4  TPASS  :  write operation on fallocated(4, 1, 49152, 4096) returned 1
syscalls:fallocate02 passed
fallocate02    1  TPASS  :  fallocate(test_file1:3, 1, 0, 1024) returned 9: TEST_ERRNO=EBADF(9): Bad file descriptor
fallocate02    2  TPASS  :  fallocate(test_file2:4, 1, -1024, 1024) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    3  TPASS  :  fallocate(test_file2:4, 1, 1024, -1024) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    4  TPASS  :  fallocate(test_file2:4, 1, 12288, 0) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    5  TPASS  :  fallocate(test_file2:4, 1, 12288, -1024) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    6  TPASS  :  fallocate(test_file2:4, 1, -24576, 1024) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    7  TPASS  :  fallocate(test_file2:4, 1, 9223372036854774784, 1024) returned 27: TEST_ERRNO=EFBIG(27): File too large
fallocate02    8  TPASS  :  fallocate(test_file2:4, 1, 1024, 9223372036854774784) returned 27: TEST_ERRNO=EFBIG(27): File too large
syscalls:fallocate03 passed
fallocate03    1  TPASS  :  fallocate(tfile_sparse_14615, 0, 8192, 4096) returned 0
fallocate03    2  TPASS  :  fallocate(tfile_sparse_14615, 0, 49152, 4096) returned 0
fallocate03    3  TPASS  :  fallocate(tfile_sparse_14615, 0, 69632, 4096) returned 0
fallocate03    4  TPASS  :  fallocate(tfile_sparse_14615, 0, 102400, 4096) returned 0
fallocate03    5  TPASS  :  fallocate(tfile_sparse_14615, 1, 8192, 4096) returned 0
fallocate03    6  TPASS  :  fallocate(tfile_sparse_14615, 1, 49152, 4096) returned 0
fallocate03    7  TPASS  :  fallocate(tfile_sparse_14615, 1, 77824, 4096) returned 0
fallocate03    8  TPASS  :  fallocate(tfile_sparse_14615, 1, 106496, 4096) returned 0
syscalls:fallocate04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '3072' bytes
fallocate04.c:86: TCONF: fallocate() not supported
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '3072' bytes
fallocate04.c:86: TCONF: fallocate() not supported
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '3072' bytes
fallocate04.c:96: TPASS: test-case succeeded
fallocate04.c:103: TINFO: read allocated file size '3072'
fallocate04.c:104: TINFO: make a hole with FALLOC_FL_PUNCH_HOLE
fallocate04.c:120: TINFO: check that file has a hole with lseek(,,SEEK_HOLE)
fallocate04.c:137: TINFO: found a hole at '1024' offset
fallocate04.c:143: TINFO: allocated file size before '3072' and after '2048'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:154: TPASS: test-case succeeded
fallocate04.c:159: TINFO: zeroing file space with FALLOC_FL_ZERO_RANGE
fallocate04.c:168: TINFO: read current allocated file size '2048'
fallocate04.c:185: TINFO: allocated file size before '2048' and after '3072'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:196: TPASS: test-case succeeded
fallocate04.c:201: TINFO: collapsing file space with FALLOC_FL_COLLAPSE_RANGE
fallocate04.c:205: TINFO: read current allocated file size '3072'
fallocate04.c:219: TINFO: allocated file size before '3072' and after '2048'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:236: TPASS: test-case succeeded
fallocate04.c:241: TINFO: inserting space with FALLOC_FL_INSERT_RANGE
fallocate04.c:245: TINFO: read current allocated file size '2048'
fallocate04.c:263: TINFO: allocated file size before '2048' and after '3072'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:274: TPASS: test-case succeeded
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '12288' bytes
fallocate04.c:96: TPASS: test-case succeeded
fallocate04.c:103: TINFO: read allocated file size '12288'
fallocate04.c:104: TINFO: make a hole with FALLOC_FL_PUNCH_HOLE
fallocate04.c:120: TINFO: check that file has a hole with lseek(,,SEEK_HOLE)
fallocate04.c:137: TINFO: found a hole at '4096' offset
fallocate04.c:143: TINFO: allocated file size before '12288' and after '8192'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:154: TPASS: test-case succeeded
fallocate04.c:159: TINFO: zeroing file space with FALLOC_FL_ZERO_RANGE
fallocate04.c:168: TINFO: read current allocated file size '8192'
fallocate04.c:185: TINFO: allocated file size before '8192' and after '12288'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:196: TPASS: test-case succeeded
fallocate04.c:201: TINFO: collapsing file space with FALLOC_FL_COLLAPSE_RANGE
fallocate04.c:205: TINFO: read current allocated file size '12288'
fallocate04.c:219: TINFO: allocated file size before '12288' and after '8192'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:236: TPASS: test-case succeeded
fallocate04.c:241: TINFO: inserting space with FALLOC_FL_INSERT_RANGE
fallocate04.c:245: TINFO: read current allocated file size '8192'
fallocate04.c:263: TINFO: allocated file size before '8192' and after '12288'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:274: TPASS: test-case succeeded
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '12288' bytes
fallocate04.c:96: TPASS: test-case succeeded
fallocate04.c:103: TINFO: read allocated file size '12288'
fallocate04.c:104: TINFO: make a hole with FALLOC_FL_PUNCH_HOLE
fallocate04.c:115: TCONF: FALLOC_FL_PUNCH_HOLE not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '12288' bytes
fallocate04.c:86: TCONF: fallocate() not supported
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '12288' bytes
fallocate04.c:96: TPASS: test-case succeeded
fallocate04.c:103: TINFO: read allocated file size '12288'
fallocate04.c:104: TINFO: make a hole with FALLOC_FL_PUNCH_HOLE
fallocate04.c:120: TINFO: check that file has a hole with lseek(,,SEEK_HOLE)
fallocate04.c:137: TINFO: found a hole at '4096' offset
fallocate04.c:143: TINFO: allocated file size before '12288' and after '8192'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:154: TPASS: test-case succeeded
fallocate04.c:159: TINFO: zeroing file space with FALLOC_FL_ZERO_RANGE
fallocate04.c:168: TINFO: read current allocated file size '8192'
fallocate04.c:174: TCONF: FALLOC_FL_ZERO_RANGE not supported

Summary:
passed   13
failed   0
broken   0
skipped  5
warnings 0
syscalls:fallocate05 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate05.c:66: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate05.c:66: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate05.c:81: TPASS: write() wrote 65536 bytes
fallocate05.c:103: TINFO: fallocate()d 0 extra blocks on full FS
fallocate05.c:114: TPASS: fallocate() on full FS
fallocate05.c:130: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)
fallocate05.c:136: TPASS: write()
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file11 size 92198827
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate05.c:81: TPASS: write() wrote 65536 bytes
fallocate05.c:103: TINFO: fallocate()d 1 extra blocks on full FS
fallocate05.c:114: TPASS: fallocate() on full FS
fallocate05.c:130: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)
fallocate05.c:136: TPASS: write()
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file11 size 92198827
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate05.c:81: TPASS: write() wrote 65536 bytes
fallocate05.c:103: TINFO: fallocate()d 0 extra blocks on full FS
fallocate05.c:114: TPASS: fallocate() on full FS
fallocate05.c:126: TCONF: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate05.c:66: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate05.c:81: TPASS: write() wrote 65536 bytes
fallocate05.c:103: TINFO: fallocate()d 0 extra blocks on full FS
fallocate05.c:114: TPASS: fallocate() on full FS
fallocate05.c:130: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)
fallocate05.c:136: TPASS: write()

Summary:
passed   14
failed   0
broken   0
skipped  4
warnings 0
syscalls:fallocate06 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:198: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:198: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 3. Fill FS: no; Use copy on write: yes
fallocate06.c:183: TCONF: File system does not support copy-on-write
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file11 size 92198827
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 3. Fill FS: no; Use copy on write: yes
fallocate06.c:183: TCONF: File system does not support copy-on-write
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:219: TCONF: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE): EOPNOTSUPP (95)
fallocate06.c:177: TINFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file11 size 92198827
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:219: TCONF: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE): EOPNOTSUPP (95)
fallocate06.c:177: TINFO: Case 3. Fill FS: no; Use copy on write: yes
fallocate06.c:183: TCONF: File system does not support copy-on-write
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:198: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 3. Fill FS: no; Use copy on write: yes
fallocate06.c:183: TCONF: File system does not support copy-on-write

Summary:
passed   28
failed   0
broken   0
skipped  9
warnings 0
syscalls:fsetxattr01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EINVAL (22)
fsetxattr01.c:150: TCONF: fsetxattr(2) not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EINVAL (22)
fsetxattr01.c:150: TCONF: fsetxattr(2) not supported

Summary:
passed   47
failed   0
broken   0
skipped  2
warnings 0
syscalls:fsetxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:posix_fadvise01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:posix_fadvise02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:posix_fadvise03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise03.c:86: TPASS: skipping defined - advise = 0
posix_fadvise03.c:86: TPASS: skipping defined - advise = 1
posix_fadvise03.c:86: TPASS: skipping defined - advise = 2
posix_fadvise03.c:86: TPASS: skipping defined - advise = 3
posix_fadvise03.c:86: TPASS: skipping defined - advise = 4
posix_fadvise03.c:86: TPASS: skipping defined - advise = 5
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 6 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 7 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 8 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 9 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 10 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 11 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 12 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 13 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 14 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 15 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 16 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 17 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 18 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 19 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 20 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 21 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 22 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 23 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 24 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 25 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 26 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 27 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 28 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 29 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 30 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 31 : EINVAL

Summary:
passed   32
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise03.c:86: TPASS: skipping defined - advise = 0
posix_fadvise03.c:86: TPASS: skipping defined - advise = 1
posix_fadvise03.c:86: TPASS: skipping defined - advise = 2
posix_fadvise03.c:86: TPASS: skipping defined - advise = 3
posix_fadvise03.c:86: TPASS: skipping defined - advise = 4
posix_fadvise03.c:86: TPASS: skipping defined - advise = 5
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 6 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 7 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 8 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 9 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 10 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 11 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 12 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 13 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 14 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 15 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 16 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 17 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 18 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 19 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 20 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 21 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 22 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 23 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 24 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 25 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 26 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 27 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 28 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 29 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 30 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 31 : EINVAL

Summary:
passed   32
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise04_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchdir01 passed
fchdir01    1  TPASS  :  fchdir call succeeded
syscalls:fchdir02 passed
fchdir02    1  TPASS  :  failed as expected with EBADF
syscalls:fchdir03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchdir03.c:42: TPASS: fchdir() failed expectedly: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmod01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchmod01.c:42: TPASS: Functionality of fchmod(3, 0) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 07) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 070) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 0700) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 0777) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 02777) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 04777) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 06777) successful

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmod02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchmod02.c:44: TPASS: Functionality of fchmod(3, 01777) Successful

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmod03 passed
fchmod03    1  TPASS  :  Functionality of fchmod(3, 01777) successful
syscalls:fchmod04 passed
fchmod04    1  TPASS  :  Functionality of fchmod(3, 01777) successful
syscalls:fchmod05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchmod05.c:46: TPASS: Functionality of fchmod(3, 043777) successful

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmod06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchmod06.c:48: TPASS: fchmod() failed expectedly: EPERM (1)
fchmod06.c:48: TPASS: fchmod() failed expectedly: EBADF (9)
fchmod06.c:48: TPASS: fchmod() failed expectedly: EROFS (30)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmodat01 passed
fchmodat01    1  TPASS  :  fchmodat() returned the expected  errno 0: Success
fchmodat01    2  TPASS  :  fchmodat() returned the expected  errno 0: Success
fchmodat01    3  TPASS  :  fchmodat() returned the expected  errno 20: Not a directory
fchmodat01    4  TPASS  :  fchmodat() returned the expected  errno 9: Bad file descriptor
fchmodat01    5  TPASS  :  fchmodat() returned the expected  errno 0: Success
fchmodat01    6  TPASS  :  fchmodat() returned the expected  errno 0: Success
syscalls:fchown01 passed
fchown01    1  TPASS  :  fchown(fd, geteuid(), getegid()) returned 0
syscalls:fchown01_16 passed
fchown01_16    1  TPASS  :  fchown(fd, geteuid(), getegid()) returned 0
syscalls:fchown02 passed
fchown02    1  TPASS  :  fchown() on testfile1 succeeds : Setuid/Setgid bits cleared
fchown02    2  TPASS  :  fchown() on testfile2 succeeds : Setgid bit not cleared
syscalls:fchown02_16 passed
fchown02_16    1  TPASS  :  fchown() on testfile1 succeeds : Setuid/Setgid bits cleared
fchown02_16    2  TPASS  :  fchown() on testfile2 succeeds : Setgid bit not cleared
syscalls:fchown03 passed
fchown03    1  TPASS  :  fchown() on testfile succeeds: Setuid/gid bits cleared
syscalls:fchown03_16 failed
fchown03_16    1  TFAIL  :  fchown03.c:81: fchown() on testfile Fails, errno=1
syscalls:fchown04 passed
mke2fs 1.44.5 (15-Dec-2018)
fchown04    0  TINFO  :  Found free device 3 '/dev/loop3'
fchown04    0  TINFO  :  Formatting /dev/loop3 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
syscalls:fchown04_16 passed
mke2fs 1.44.5 (15-Dec-2018)
fchown04_16    0  TINFO  :  Found free device 3 '/dev/loop3'
fchown04_16    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
fchown04_16    1  TPASS  :  fchown failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
fchown04_16    2  TPASS  :  fchown failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
fchown04_16    3  TPASS  :  fchown failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
syscalls:fchown05 passed
fchown05    1  TPASS  :  fchown() succeeds to Change Owner/Group ids of testfile
fchown05    2  TPASS  :  fchown() succeeds to Change Owner id only of testfile
fchown05    3  TPASS  :  fchown() succeeds to Change Owner id only of testfile
fchown05    4  TPASS  :  fchown() succeeds to Change Group id only of testfile
fchown05    5  TPASS  :  fchown() succeeds to Change Group id only of testfile
syscalls:fchown05_16 failed
fchown05_16    1  TPASS  :  fchown() succeeds to Change Owner/Group ids of testfile
fchown05_16    2  TFAIL  :  fchown05.c:100: testfile: Incorrect ownership set, Expected 702 701
fchown05_16    3  TPASS  :  fchown() succeeds to Change Owner id only of testfile
fchown05_16    4  TFAIL  :  fchown05.c:100: testfile: Incorrect ownership set, Expected 703 704
fchown05_16    5  TPASS  :  fchown() succeeds to Change Group id only of testfile
syscalls:fchownat01 passed
fchownat01    1  TPASS  :  fchownat() returned the expected errno 0: Success: TEST_ERRNO=SUCCESS(0): Success
fchownat01    2  TPASS  :  fchownat() returned the expected errno -1: Not a directory: TEST_ERRNO=ENOTDIR(20): Not a directory
fchownat01    3  TPASS  :  fchownat() returned the expected errno -1: Bad file descriptor: TEST_ERRNO=EBADF(9): Bad file descriptor
fchownat01    4  TPASS  :  fchownat() returned the expected errno -1: Invalid argument: TEST_ERRNO=EINVAL(22): Invalid argument
fchownat01    5  TPASS  :  fchownat() returned the expected errno 0: Success: TEST_ERRNO=SUCCESS(0): Success
syscalls:fchownat02 passed
fchownat02    1  TPASS  :  fchownat() test AT_SYMLINK_NOFOLLOW success
syscalls:fcntl01 passed

syscalls:fcntl01_64 passed

syscalls:fcntl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl02.c:42: TPASS: fcntl(fcntl02_14943, F_DUPFD, 0) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_14943, F_DUPFD, 1) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_14943, F_DUPFD, 2) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_14943, F_DUPFD, 3) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_14943, F_DUPFD, 10) returned 10
fcntl02.c:42: TPASS: fcntl(fcntl02_14943, F_DUPFD, 100) returned 100

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl02.c:42: TPASS: fcntl(fcntl02_14945, F_DUPFD, 0) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_14945, F_DUPFD, 1) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_14945, F_DUPFD, 2) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_14945, F_DUPFD, 3) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_14945, F_DUPFD, 10) returned 10
fcntl02.c:42: TPASS: fcntl(fcntl02_14945, F_DUPFD, 100) returned 100

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl03.c:33: TPASS: fcntl(fcntl03_14947, F_GETFD, 0) returned 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl03.c:33: TPASS: fcntl(fcntl03_14949, F_GETFD, 0) returned 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl04.c:39: TPASS: fcntl(fcntl04_14951, F_GETFL, 0) returned 20002

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl04_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl04.c:39: TPASS: fcntl(fcntl04_14953, F_GETFL, 0) returned 20002

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl05 passed
fcntl05     1  TPASS  :  fcntl returned 0
syscalls:fcntl05_64 passed
fcntl05     1  TPASS  :  fcntl returned 0
syscalls:fcntl06 passed

syscalls:fcntl06_64 passed

syscalls:fcntl07 passed
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()
syscalls:fcntl07_64 passed
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()
syscalls:fcntl08 passed
fcntl08     1  TPASS  :  fcntl returned 0
syscalls:fcntl08_64 passed
fcntl08     1  TPASS  :  fcntl returned 0
syscalls:fcntl09 passed
fcntl09     1  TPASS  :  fcntl(./file_14970, F_SETLK, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl09     2  TPASS  :  fcntl(./file_14970, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl09     1  TPASS  :  fcntl(./file_14970, F_SETLK, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl09     2  TPASS  :  fcntl(./file_14970, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0
syscalls:fcntl09_64 passed
fcntl09     1  TPASS  :  fcntl(./file_14971, F_SETLK, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl09     2  TPASS  :  fcntl(./file_14971, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl09     1  TPASS  :  fcntl(./file_14971, F_SETLK, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl09     2  TPASS  :  fcntl(./file_14971, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0
syscalls:fcntl10 passed
fcntl10     1  TPASS  :  fcntl(tfile_14972, F_SETLKW, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl10     2  TPASS  :  fcntl(tfile_14972, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl10     1  TPASS  :  fcntl(tfile_14972, F_SETLKW, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl10     2  TPASS  :  fcntl(tfile_14972, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
syscalls:fcntl10_64 passed
fcntl10     1  TPASS  :  fcntl(tfile_14973, F_SETLKW, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl10     2  TPASS  :  fcntl(tfile_14973, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl10     1  TPASS  :  fcntl(tfile_14973, F_SETLKW, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl10     2  TPASS  :  fcntl(tfile_14973, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
syscalls:fcntl11 passed
fcntl11     0  TINFO  :  Enter block 1
fcntl11     0  TINFO  :  Exit block 1
fcntl11     0  TINFO  :  Enter block 2
fcntl11     0  TINFO  :  Exit block 2
fcntl11     0  TINFO  :  Enter block 3
fcntl11     0  TINFO  :  Exit block 3
fcntl11     0  TINFO  :  Enter block 4
fcntl11     0  TINFO  :  Exit block 4
fcntl11     0  TINFO  :  Enter block 5
fcntl11     0  TINFO  :  Exit block 5
fcntl11     0  TINFO  :  Enter block 6
fcntl11     0  TINFO  :  Exit block 6
fcntl11     0  TINFO  :  Enter block 7
fcntl11     0  TINFO  :  Exit block 7
fcntl11     0  TINFO  :  Enter block 8
fcntl11     0  TINFO  :  Exit block 8
fcntl11     0  TINFO  :  Enter block 9
fcntl11     0  TINFO  :  Exit block 9
syscalls:fcntl11_64 passed
fcntl11     0  TINFO  :  Enter block 1
fcntl11     0  TINFO  :  Exit block 1
fcntl11     0  TINFO  :  Enter block 2
fcntl11     0  TINFO  :  Exit block 2
fcntl11     0  TINFO  :  Enter block 3
fcntl11     0  TINFO  :  Exit block 3
fcntl11     0  TINFO  :  Enter block 4
fcntl11     0  TINFO  :  Exit block 4
fcntl11     0  TINFO  :  Enter block 5
fcntl11     0  TINFO  :  Exit block 5
fcntl11     0  TINFO  :  Enter block 6
fcntl11     0  TINFO  :  Exit block 6
fcntl11     0  TINFO  :  Enter block 7
fcntl11     0  TINFO  :  Exit block 7
fcntl11     0  TINFO  :  Enter block 8
fcntl11     0  TINFO  :  Exit block 8
fcntl11     0  TINFO  :  Enter block 9
fcntl11     0  TINFO  :  Exit block 9
syscalls:fcntl12 passed
fcntl12     0  TINFO  :  Test for errno EMFILE
fcntl12     1  TPASS  :  block 1 PASSED
syscalls:fcntl12_64 passed
fcntl12     0  TINFO  :  Test for errno EMFILE
fcntl12     1  TPASS  :  block 1 PASSED
syscalls:fcntl13 passed
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
syscalls:fcntl13_64 passed
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
syscalls:fcntl14 passed
fcntl14     0  TINFO  :  Enter block 1: without mandatory locking
fcntl14     1  TPASS  :  testcase:1 PASSED
fcntl14     2  TPASS  :  testcase:2 PASSED
fcntl14     3  TPASS  :  testcase:3 PASSED
fcntl14     4  TPASS  :  testcase:4 PASSED
fcntl14     5  TPASS  :  testcase:5 PASSED
fcntl14     6  TPASS  :  testcase:6 PASSED
fcntl14     7  TPASS  :  testcase:7 PASSED
fcntl14     8  TPASS  :  testcase:8 PASSED
fcntl14     9  TPASS  :  testcase:9 PASSED
fcntl14    10  TPASS  :  testcase:10 PASSED
fcntl14    11  TPASS  :  testcase:11 PASSED
fcntl14    12  TPASS  :  testcase:12 PASSED
fcntl14    13  TPASS  :  testcase:13 PASSED
fcntl14    14  TPASS  :  testcase:14 PASSED
fcntl14    15  TPASS  :  testcase:15 PASSED
fcntl14    16  TPASS  :  testcase:16 PASSED
fcntl14    17  TPASS  :  testcase:17 PASSED
fcntl14    18  TPASS  :  testcase:18 PASSED
fcntl14    19  TPASS  :  testcase:19 PASSED
fcntl14    20  TPASS  :  testcase:20 PASSED
fcntl14    21  TPASS  :  testcase:21 PASSED
fcntl14    22  TPASS  :  testcase:22 PASSED
fcntl14    23  TPASS  :  testcase:23 PASSED
fcntl14    24  TPASS  :  testcase:24 PASSED
fcntl14    25  TPASS  :  testcase:25 PASSED
fcntl14    26  TPASS  :  testcase:26 PASSED
fcntl14    27  TPASS  :  testcase:27 PASSED
fcntl14    28  TPASS  :  testcase:28 PASSED
fcntl14    29  TPASS  :  testcase:29 PASSED
fcntl14    30  TPASS  :  testcase:30 PASSED
fcntl14    31  TPASS  :  testcase:31 PASSED
fcntl14    32  TPASS  :  testcase:32 PASSED
fcntl14    33  TPASS  :  testcase:33 PASSED
fcntl14    34  TPASS  :  testcase:34 PASSED
fcntl14    35  TPASS  :  testcase:35 PASSED
fcntl14    36  TPASS  :  testcase:36 PASSED
fcntl14    37  TPASS  :  Block 1, test 1 PASSED
fcntl14    38  TPASS  :  testcase:37 PASSED
fcntl14    39  TPASS  :  testcase:38 PASSED
fcntl14    40  TPASS  :  testcase:39 PASSED
fcntl14    41  TPASS  :  testcase:40 PASSED
fcntl14    42  TPASS  :  testcase:41 PASSED
fcntl14    43  TPASS  :  testcase:42 PASSED
fcntl14    44  TPASS  :  testcase:43 PASSED
fcntl14    45  TPASS  :  testcase:44 PASSED
fcntl14    46  TPASS  :  testcase:45 PASSED
fcntl14    47  TPASS  :  Block 1, test 2 PASSED
fcntl14     0  TINFO  :  Exit block 1
fcntl14     0  TINFO  :  Enter block 2: with mandatory locking
fcntl14    48  TPASS  :  testcase:1 PASSED
fcntl14    49  TPASS  :  testcase:2 PASSED
fcntl14    50  TPASS  :  testcase:3 PASSED
fcntl14    51  TPASS  :  testcase:4 PASSED
fcntl14    52  TPASS  :  testcase:5 PASSED
fcntl14    53  TPASS  :  testcase:6 PASSED
fcntl14    54  TPASS  :  testcase:7 PASSED
fcntl14    55  TPASS  :  testcase:8 PASSED
fcntl14    56  TPASS  :  testcase:9 PASSED
fcntl14    57  TPASS  :  testcase:10 PASSED
fcntl14    58  TPASS  :  testcase:11 PASSED
fcntl14    59  TPASS  :  testcase:12 PASSED
fcntl14    60  TPASS  :  testcase:13 PASSED
fcntl14    61  TPASS  :  testcase:14 PASSED
fcntl14    62  TPASS  :  testcase:15 PASSED
fcntl14    63  TPASS  :  testcase:16 PASSED
fcntl14    64  TPASS  :  testcase:17 PASSED
fcntl14    65  TPASS  :  testcase:18 PASSED
fcntl14    66  TPASS  :  testcase:19 PASSED
fcntl14    67  TPASS  :  testcase:20 PASSED
fcntl14    68  TPASS  :  testcase:21 PASSED
fcntl14    69  TPASS  :  testcase:22 PASSED
fcntl14    70  TPASS  :  testcase:23 PASSED
fcntl14    71  TPASS  :  testcase:24 PASSED
fcntl14    72  TPASS  :  testcase:25 PASSED
fcntl14    73  TPASS  :  testcase:26 PASSED
fcntl14    74  TPASS  :  testcase:27 PASSED
fcntl14    75  TPASS  :  testcase:28 PASSED
fcntl14    76  TPASS  :  testcase:29 PASSED
fcntl14    77  TPASS  :  testcase:30 PASSED
fcntl14    78  TPASS  :  testcase:31 PASSED
fcntl14    79  TPASS  :  testcase:32 PASSED
fcntl14    80  TPASS  :  testcase:33 PASSED
fcntl14    81  TPASS  :  testcase:34 PASSED
fcntl14    82  TPASS  :  testcase:35 PASSED
fcntl14    83  TPASS  :  testcase:36 PASSED
fcntl14    84  TPASS  :  Block 2, test 1 PASSED
fcntl14    85  TPASS  :  testcase:37 PASSED
fcntl14    86  TPASS  :  testcase:38 PASSED
fcntl14    87  TPASS  :  testcase:39 PASSED
fcntl14    88  TPASS  :  testcase:40 PASSED
fcntl14    89  TPASS  :  testcase:41 PASSED
fcntl14    90  TPASS  :  testcase:42 PASSED
fcntl14    91  TPASS  :  testcase:43 PASSED
fcntl14    92  TPASS  :  testcase:44 PASSED
fcntl14    93  TPASS  :  testcase:45 PASSED
fcntl14    94  TPASS  :  Block 2, test 2 PASSED
fcntl14     0  TINFO  :  Exit block 2
fcntl14     0  TINFO  :  Enter block 3
fcntl14    95  TPASS  :  Test with negative whence locking PASSED
fcntl14     0  TINFO  :  Exit block 3
fcntl14     0  TINFO  :  Enter block 4
fcntl14    96  TPASS  :  Test of locks on file PASSED
fcntl14     0  TINFO  :  Exit block 4
syscalls:fcntl14_64 passed
fcntl14     0  TINFO  :  Enter block 1: without mandatory locking
fcntl14     1  TPASS  :  testcase:1 PASSED
fcntl14     2  TPASS  :  testcase:2 PASSED
fcntl14     3  TPASS  :  testcase:3 PASSED
fcntl14     4  TPASS  :  testcase:4 PASSED
fcntl14     5  TPASS  :  testcase:5 PASSED
fcntl14     6  TPASS  :  testcase:6 PASSED
fcntl14     7  TPASS  :  testcase:7 PASSED
fcntl14     8  TPASS  :  testcase:8 PASSED
fcntl14     9  TPASS  :  testcase:9 PASSED
fcntl14    10  TPASS  :  testcase:10 PASSED
fcntl14    11  TPASS  :  testcase:11 PASSED
fcntl14    12  TPASS  :  testcase:12 PASSED
fcntl14    13  TPASS  :  testcase:13 PASSED
fcntl14    14  TPASS  :  testcase:14 PASSED
fcntl14    15  TPASS  :  testcase:15 PASSED
fcntl14    16  TPASS  :  testcase:16 PASSED
fcntl14    17  TPASS  :  testcase:17 PASSED
fcntl14    18  TPASS  :  testcase:18 PASSED
fcntl14    19  TPASS  :  testcase:19 PASSED
fcntl14    20  TPASS  :  testcase:20 PASSED
fcntl14    21  TPASS  :  testcase:21 PASSED
fcntl14    22  TPASS  :  testcase:22 PASSED
fcntl14    23  TPASS  :  testcase:23 PASSED
fcntl14    24  TPASS  :  testcase:24 PASSED
fcntl14    25  TPASS  :  testcase:25 PASSED
fcntl14    26  TPASS  :  testcase:26 PASSED
fcntl14    27  TPASS  :  testcase:27 PASSED
fcntl14    28  TPASS  :  testcase:28 PASSED
fcntl14    29  TPASS  :  testcase:29 PASSED
fcntl14    30  TPASS  :  testcase:30 PASSED
fcntl14    31  TPASS  :  testcase:31 PASSED
fcntl14    32  TPASS  :  testcase:32 PASSED
fcntl14    33  TPASS  :  testcase:33 PASSED
fcntl14    34  TPASS  :  testcase:34 PASSED
fcntl14    35  TPASS  :  testcase:35 PASSED
fcntl14    36  TPASS  :  testcase:36 PASSED
fcntl14    37  TPASS  :  Block 1, test 1 PASSED
fcntl14    38  TPASS  :  testcase:37 PASSED
fcntl14    39  TPASS  :  testcase:38 PASSED
fcntl14    40  TPASS  :  testcase:39 PASSED
fcntl14    41  TPASS  :  testcase:40 PASSED
fcntl14    42  TPASS  :  testcase:41 PASSED
fcntl14    43  TPASS  :  testcase:42 PASSED
fcntl14    44  TPASS  :  testcase:43 PASSED
fcntl14    45  TPASS  :  testcase:44 PASSED
fcntl14    46  TPASS  :  testcase:45 PASSED
fcntl14    47  TPASS  :  Block 1, test 2 PASSED
fcntl14     0  TINFO  :  Exit block 1
fcntl14     0  TINFO  :  Enter block 2: with mandatory locking
fcntl14    48  TPASS  :  testcase:1 PASSED
fcntl14    49  TPASS  :  testcase:2 PASSED
fcntl14    50  TPASS  :  testcase:3 PASSED
fcntl14    51  TPASS  :  testcase:4 PASSED
fcntl14    52  TPASS  :  testcase:5 PASSED
fcntl14    53  TPASS  :  testcase:6 PASSED
fcntl14    54  TPASS  :  testcase:7 PASSED
fcntl14    55  TPASS  :  testcase:8 PASSED
fcntl14    56  TPASS  :  testcase:9 PASSED
fcntl14    57  TPASS  :  testcase:10 PASSED
fcntl14    58  TPASS  :  testcase:11 PASSED
fcntl14    59  TPASS  :  testcase:12 PASSED
fcntl14    60  TPASS  :  testcase:13 PASSED
fcntl14    61  TPASS  :  testcase:14 PASSED
fcntl14    62  TPASS  :  testcase:15 PASSED
fcntl14    63  TPASS  :  testcase:16 PASSED
fcntl14    64  TPASS  :  testcase:17 PASSED
fcntl14    65  TPASS  :  testcase:18 PASSED
fcntl14    66  TPASS  :  testcase:19 PASSED
fcntl14    67  TPASS  :  testcase:20 PASSED
fcntl14    68  TPASS  :  testcase:21 PASSED
fcntl14    69  TPASS  :  testcase:22 PASSED
fcntl14    70  TPASS  :  testcase:23 PASSED
fcntl14    71  TPASS  :  testcase:24 PASSED
fcntl14    72  TPASS  :  testcase:25 PASSED
fcntl14    73  TPASS  :  testcase:26 PASSED
fcntl14    74  TPASS  :  testcase:27 PASSED
fcntl14    75  TPASS  :  testcase:28 PASSED
fcntl14    76  TPASS  :  testcase:29 PASSED
fcntl14    77  TPASS  :  testcase:30 PASSED
fcntl14    78  TPASS  :  testcase:31 PASSED
fcntl14    79  TPASS  :  testcase:32 PASSED
fcntl14    80  TPASS  :  testcase:33 PASSED
fcntl14    81  TPASS  :  testcase:34 PASSED
fcntl14    82  TPASS  :  testcase:35 PASSED
fcntl14    83  TPASS  :  testcase:36 PASSED
fcntl14    84  TPASS  :  Block 2, test 1 PASSED
fcntl14    85  TPASS  :  testcase:37 PASSED
fcntl14    86  TPASS  :  testcase:38 PASSED
fcntl14    87  TPASS  :  testcase:39 PASSED
fcntl14    88  TPASS  :  testcase:40 PASSED
fcntl14    89  TPASS  :  testcase:41 PASSED
fcntl14    90  TPASS  :  testcase:42 PASSED
fcntl14    91  TPASS  :  testcase:43 PASSED
fcntl14    92  TPASS  :  testcase:44 PASSED
fcntl14    93  TPASS  :  testcase:45 PASSED
fcntl14    94  TPASS  :  Block 2, test 2 PASSED
fcntl14     0  TINFO  :  Exit block 2
fcntl14     0  TINFO  :  Enter block 3
fcntl14    95  TPASS  :  Test with negative whence locking PASSED
fcntl14     0  TINFO  :  Exit block 3
fcntl14     0  TINFO  :  Enter block 4
fcntl14    96  TPASS  :  Test of locks on file PASSED
fcntl14     0  TINFO  :  Exit block 4
syscalls:fcntl15 passed
fcntl15     1  TPASS  :  Test 1: test with "dup" PASSED
fcntl15     0  TINFO  :  Failed to record test working dir
fcntl15     2  TPASS  :  Test 2: test with "open" PASSED
fcntl15     0  TINFO  :  Failed to record test working dir
fcntl15     3  TPASS  :  Test 3: test with "fork" PASSED
syscalls:fcntl15_64 passed
fcntl15     1  TPASS  :  Test 1: test with "dup" PASSED
fcntl15     0  TINFO  :  Failed to record test working dir
fcntl15     2  TPASS  :  Test 2: test with "open" PASSED
fcntl15     0  TINFO  :  Failed to record test working dir
fcntl15     3  TPASS  :  Test 3: test with "fork" PASSED
syscalls:fcntl16 passed
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
syscalls:fcntl16_64 passed
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
syscalls:fcntl17 passed
fcntl17     0  TINFO  :  Enter preparation phase
fcntl17     0  TINFO  :  child 1 starting
fcntl17     0  TINFO  :  child 1 pid 15296 locked
fcntl17     0  TINFO  :  child 1 resuming
fcntl17     0  TINFO  :  child 1 unlocked
fcntl17     0  TINFO  :  child 1 exiting
fcntl17     0  TINFO  :  child 3 starting
fcntl17     0  TINFO  :  child 3 pid 15298 locked
fcntl17     0  TINFO  :  child 3 resuming
fcntl17     0  TINFO  :  child 3 lockw err 35
fcntl17     0  TINFO  :  child 3 exiting
fcntl17     0  TINFO  :  child 2 starting
fcntl17     0  TINFO  :  child 2 pid 15297 locked
fcntl17     0  TINFO  :  child 2 resuming
fcntl17     0  TINFO  :  child 2 lockw locked
fcntl17     0  TINFO  :  child 2 exiting
fcntl17     0  TINFO  :  Exit preparation phase
fcntl17     0  TINFO  :  Enter block 1
fcntl17     1  TPASS  :  Block 1 PASSED
fcntl17     0  TINFO  :  Exit block 1
syscalls:fcntl17_64 passed
fcntl17     0  TINFO  :  Enter preparation phase
fcntl17     0  TINFO  :  child 3 starting
fcntl17     0  TINFO  :  child 3 pid 15302 locked
fcntl17     0  TINFO  :  child 3 resuming
fcntl17     0  TINFO  :  child 3 lockw err 35
fcntl17     0  TINFO  :  child 3 exiting
fcntl17     0  TINFO  :  child 1 starting
fcntl17     0  TINFO  :  child 1 pid 15300 locked
fcntl17     0  TINFO  :  child 1 resuming
fcntl17     0  TINFO  :  child 1 unlocked
fcntl17     0  TINFO  :  child 1 exiting
fcntl17     0  TINFO  :  child 2 starting
fcntl17     0  TINFO  :  child 2 pid 15301 locked
fcntl17     0  TINFO  :  child 2 resuming
fcntl17     0  TINFO  :  child 2 lockw locked
fcntl17     0  TINFO  :  child 2 exiting
fcntl17     0  TINFO  :  Exit preparation phase
fcntl17     0  TINFO  :  Enter block 1
fcntl17     1  TPASS  :  Block 1 PASSED
fcntl17     0  TINFO  :  Exit block 1
syscalls:fcntl18 passed
fcntl18     0  TINFO  :  Enter block 1
fcntl18     1  TPASS  :  Test F_GETLK: for errno EFAULT PASSED
fcntl18     0  TINFO  :  Block 1 PASSED
fcntl18     0  TINFO  :  Exit block 1
fcntl18     0  TINFO  :  Enter block 2
fcntl18     2  TPASS  :  Test F_GETLK64: for errno EFAULT PASSED
fcntl18     0  TINFO  :  Block 2 PASSED
fcntl18     0  TINFO  :  Exit block 2
fcntl18     0  TINFO  :  Enter block 3
fcntl18     3  TPASS  :  Test for errno EINVAL PASSED
fcntl18     0  TINFO  :  Block 3 PASSED
fcntl18     0  TINFO  :  Exit block 3
syscalls:fcntl18_64 passed
fcntl18     0  TINFO  :  Enter block 1
fcntl18     1  TPASS  :  Test F_GETLK: for errno EFAULT PASSED
fcntl18     0  TINFO  :  Block 1 PASSED
fcntl18     0  TINFO  :  Exit block 1
fcntl18     0  TINFO  :  Enter block 2
fcntl18     2  TPASS  :  Test F_GETLK64: for errno EFAULT PASSED
fcntl18     0  TINFO  :  Block 2 PASSED
fcntl18     0  TINFO  :  Exit block 2
fcntl18     0  TINFO  :  Enter block 3
fcntl18     3  TPASS  :  Test for errno EINVAL PASSED
fcntl18     0  TINFO  :  Block 3 PASSED
fcntl18     0  TINFO  :  Exit block 3
syscalls:fcntl19 passed
fcntl19     0  TINFO  :  Enter block 1
fcntl19     0  TINFO  :  Test block 1: PASSED
fcntl19     0  TINFO  :  Exit block 1
fcntl19     0  TINFO  :  Enter block 2
fcntl19     0  TINFO  :  Test block 2: PASSED
fcntl19     0  TINFO  :  Exit block 2
fcntl19     0  TINFO  :  Enter block 3
fcntl19     0  TINFO  :  Test block 3: PASSED
fcntl19     0  TINFO  :  Exit block 3
fcntl19     0  TINFO  :  Enter blcok 4
fcntl19     0  TINFO  :  Test block 4: PASSED
fcntl19     0  TINFO  :  Exit block 4
fcntl19     0  TINFO  :  Enter block 5
fcntl19     0  TINFO  :  Test block 5: PASSED
fcntl19     0  TINFO  :  Exit block 5
fcntl19     0  TINFO  :  Enter block 6
fcntl19     0  TINFO  :  Test block 6: PASSED
fcntl19     0  TINFO  :  Exit block 6
fcntl19     0  TINFO  :  Enter block 7
fcntl19     0  TINFO  :  Test block 7: PASSED
fcntl19     0  TINFO  :  Exit block 7
syscalls:fcntl19_64 passed
fcntl19     0  TINFO  :  Enter block 1
fcntl19     0  TINFO  :  Test block 1: PASSED
fcntl19     0  TINFO  :  Exit block 1
fcntl19     0  TINFO  :  Enter block 2
fcntl19     0  TINFO  :  Test block 2: PASSED
fcntl19     0  TINFO  :  Exit block 2
fcntl19     0  TINFO  :  Enter block 3
fcntl19     0  TINFO  :  Test block 3: PASSED
fcntl19     0  TINFO  :  Exit block 3
fcntl19     0  TINFO  :  Enter blcok 4
fcntl19     0  TINFO  :  Test block 4: PASSED
fcntl19     0  TINFO  :  Exit block 4
fcntl19     0  TINFO  :  Enter block 5
fcntl19     0  TINFO  :  Test block 5: PASSED
fcntl19     0  TINFO  :  Exit block 5
fcntl19     0  TINFO  :  Enter block 6
fcntl19     0  TINFO  :  Test block 6: PASSED
fcntl19     0  TINFO  :  Exit block 6
fcntl19     0  TINFO  :  Enter block 7
fcntl19     0  TINFO  :  Test block 7: PASSED
fcntl19     0  TINFO  :  Exit block 7
syscalls:fcntl20 passed
fcntl20     0  TINFO  :  Enter block 1
fcntl20     0  TINFO  :  Test block 1: PASSED
fcntl20     0  TINFO  :  Exit block 1
fcntl20     0  TINFO  :  Enter block 2
fcntl20     0  TINFO  :  Test block 2: PASSED
fcntl20     0  TINFO  :  Exit block 2
fcntl20     0  TINFO  :  Enter block 3
fcntl20     0  TINFO  :  Test block 3: PASSED
fcntl20     0  TINFO  :  Exit block 3
fcntl20     0  TINFO  :  Enter blcok 4
fcntl20     0  TINFO  :  Test block 4: PASSED
fcntl20     0  TINFO  :  Exit block 4
fcntl20     0  TINFO  :  Enter block 5
fcntl20     0  TINFO  :  Test block 5: PASSED
fcntl20     0  TINFO  :  Exit block 5
fcntl20     0  TINFO  :  Enter block 6
fcntl20     0  TINFO  :  Test block 6: PASSED
fcntl20     0  TINFO  :  Exit block 6
fcntl20     0  TINFO  :  Enter block 7
fcntl20     0  TINFO  :  Test block 7: PASSED
fcntl20     0  TINFO  :  Exit block 7
syscalls:fcntl20_64 passed
fcntl20     0  TINFO  :  Enter block 1
fcntl20     0  TINFO  :  Test block 1: PASSED
fcntl20     0  TINFO  :  Exit block 1
fcntl20     0  TINFO  :  Enter block 2
fcntl20     0  TINFO  :  Test block 2: PASSED
fcntl20     0  TINFO  :  Exit block 2
fcntl20     0  TINFO  :  Enter block 3
fcntl20     0  TINFO  :  Test block 3: PASSED
fcntl20     0  TINFO  :  Exit block 3
fcntl20     0  TINFO  :  Enter blcok 4
fcntl20     0  TINFO  :  Test block 4: PASSED
fcntl20     0  TINFO  :  Exit block 4
fcntl20     0  TINFO  :  Enter block 5
fcntl20     0  TINFO  :  Test block 5: PASSED
fcntl20     0  TINFO  :  Exit block 5
fcntl20     0  TINFO  :  Enter block 6
fcntl20     0  TINFO  :  Test block 6: PASSED
fcntl20     0  TINFO  :  Exit block 6
fcntl20     0  TINFO  :  Enter block 7
fcntl20     0  TINFO  :  Test block 7: PASSED
fcntl20     0  TINFO  :  Exit block 7
syscalls:fcntl21 passed
fcntl21     0  TINFO  :  Enter block 1
fcntl21     0  TINFO  :  Test block 1: PASSED
fcntl21     0  TINFO  :  Exit block 1
fcntl21     0  TINFO  :  Enter block 2
fcntl21     0  TINFO  :  Test block 2: PASSED
fcntl21     0  TINFO  :  Exit block 2
fcntl21     0  TINFO  :  Enter block 3
fcntl21     0  TINFO  :  Test block 3 : PASSED
fcntl21     0  TINFO  :  Exit block 3
fcntl21     0  TINFO  :  Enter block 4
fcntl21     0  TINFO  :  Test block 4: PASSED
fcntl21     0  TINFO  :  Exit block 4
fcntl21     0  TINFO  :  Enter block 5
fcntl21     0  TINFO  :  Test block 5: PASSED
fcntl21     0  TINFO  :  Exit block 5
fcntl21     0  TINFO  :  Enter block 6
fcntl21     0  TINFO  :  Test block 6 PASSED
fcntl21     0  TINFO  :  Exit block 6
fcntl21     0  TINFO  :  Enter block 7
fcntl21     0  TINFO  :  Test block 7: PASSED
fcntl21     0  TINFO  :  Exit block 7
fcntl21     0  TINFO  :  Enter block 8
fcntl21     0  TINFO  :  Test block 8: PASSED
fcntl21     0  TINFO  :  Exit block 8
fcntl21     0  TINFO  :  Enter block 9
fcntl21     0  TINFO  :  Test block 9: PASSED
fcntl21     0  TINFO  :  Exit block 9
fcntl21     0  TINFO  :  Enter block 10
fcntl21     0  TINFO  :  Test block 10: PASSED
fcntl21     0  TINFO  :  Exit block 10
fcntl21     0  TINFO  :  Enter block 11
fcntl21     0  TINFO  :  Test block 11: PASSED
fcntl21     0  TINFO  :  Exit block 11
syscalls:fcntl21_64 passed
fcntl21     0  TINFO  :  Enter block 1
fcntl21     0  TINFO  :  Test block 1: PASSED
fcntl21     0  TINFO  :  Exit block 1
fcntl21     0  TINFO  :  Enter block 2
fcntl21     0  TINFO  :  Test block 2: PASSED
fcntl21     0  TINFO  :  Exit block 2
fcntl21     0  TINFO  :  Enter block 3
fcntl21     0  TINFO  :  Test block 3 : PASSED
fcntl21     0  TINFO  :  Exit block 3
fcntl21     0  TINFO  :  Enter block 4
fcntl21     0  TINFO  :  Test block 4: PASSED
fcntl21     0  TINFO  :  Exit block 4
fcntl21     0  TINFO  :  Enter block 5
fcntl21     0  TINFO  :  Test block 5: PASSED
fcntl21     0  TINFO  :  Exit block 5
fcntl21     0  TINFO  :  Enter block 6
fcntl21     0  TINFO  :  Test block 6 PASSED
fcntl21     0  TINFO  :  Exit block 6
fcntl21     0  TINFO  :  Enter block 7
fcntl21     0  TINFO  :  Test block 7: PASSED
fcntl21     0  TINFO  :  Exit block 7
fcntl21     0  TINFO  :  Enter block 8
fcntl21     0  TINFO  :  Test block 8: PASSED
fcntl21     0  TINFO  :  Exit block 8
fcntl21     0  TINFO  :  Enter block 9
fcntl21     0  TINFO  :  Test block 9: PASSED
fcntl21     0  TINFO  :  Exit block 9
fcntl21     0  TINFO  :  Enter block 10
fcntl21     0  TINFO  :  Test block 10: PASSED
fcntl21     0  TINFO  :  Exit block 10
fcntl21     0  TINFO  :  Enter block 11
fcntl21     0  TINFO  :  Test block 11: PASSED
fcntl21     0  TINFO  :  Exit block 11
syscalls:fcntl22 passed
fcntl22     1  TPASS  :  fcntl() fails with expected error EAGAIN errno:11
fcntl22     0  TINFO  :  Child process returned TPASS
syscalls:fcntl22_64 passed
fcntl22     1  TPASS  :  fcntl() fails with expected error EAGAIN errno:11
fcntl22     0  TINFO  :  Child process returned TPASS
syscalls:fcntl23 passed
fcntl23     1  TPASS  :  fcntl(tfile_15323, F_SETLEASE, F_RDLCK)
syscalls:fcntl23_64 passed
fcntl23     1  TPASS  :  fcntl(tfile_15324, F_SETLEASE, F_RDLCK)
syscalls:fcntl24 passed
fcntl24     1  TPASS  :  fcntl(tfile_15325, F_SETLEASE, F_WRLCK)
syscalls:fcntl24_64 passed
fcntl24     1  TPASS  :  fcntl(tfile_15326, F_SETLEASE, F_WRLCK)
syscalls:fcntl25 passed
fcntl25     1  TPASS  :  fcntl(tfile_15327, F_SETLEASE, F_WRLCK)
syscalls:fcntl25_64 passed
fcntl25     1  TPASS  :  fcntl(tfile_15328, F_SETLEASE, F_WRLCK)
syscalls:fcntl26 passed
fcntl26     1  TPASS  :  fcntl(tfile_15329, F_SETLEASE, F_WRLCK)
syscalls:fcntl26_64 passed
fcntl26     1  TPASS  :  fcntl(tfile_15330, F_SETLEASE, F_WRLCK)
syscalls:fcntl27 passed
fcntl27     1  TPASS  :  fcntl(fd, F_SETLEASE, F_RDLCK) succeeded
syscalls:fcntl27_64 passed
fcntl27     1  TPASS  :  fcntl(fd, F_SETLEASE, F_RDLCK) succeeded
syscalls:fcntl28 passed
fcntl28     1  TPASS  :  fcntl(fd, F_SETLEASE, F_RDLCK) succeeded
syscalls:fcntl28_64 passed
fcntl28     1  TPASS  :  fcntl(fd, F_SETLEASE, F_RDLCK) succeeded
syscalls:fcntl29 passed
fcntl29     1  TPASS  :  fcntl test F_DUPFD_CLOEXEC success
syscalls:fcntl29_64 passed
fcntl29     1  TPASS  :  fcntl test F_DUPFD_CLOEXEC success
syscalls:fcntl30 passed
fcntl30     0  TINFO  :  orig_pipe_size: 65536 new_pipe_size: 131072
fcntl30     1  TPASS  :  fcntl test F_GETPIPE_SZand F_SETPIPE_SZ success
syscalls:fcntl30_64 passed
fcntl30     0  TINFO  :  orig_pipe_size: 65536 new_pipe_size: 131072
fcntl30     1  TPASS  :  fcntl test F_GETPIPE_SZand F_SETPIPE_SZ success
syscalls:fcntl31 passed
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     1  TPASS  :  fcntl test F_GETOWN, F_SETOWN for process ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     2  TPASS  :  fcntl test F_GETOWN, F_SETOWN for process group ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     3  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for thread ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     4  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for process ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     5  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for process group ID success
syscalls:fcntl31_64 passed
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     1  TPASS  :  fcntl test F_GETOWN, F_SETOWN for process ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     2  TPASS  :  fcntl test F_GETOWN, F_SETOWN for process group ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     3  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for thread ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     4  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for process ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     5  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for process group ID success
syscalls:fcntl32 passed
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
syscalls:fcntl32_64 passed
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
syscalls:fcntl33 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
fcntl33.c:195: TPASS: open(O_RDONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: truncate() conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s
fcntl33.c:195: TPASS: truncate() conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl33_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
fcntl33.c:195: TPASS: open(O_RDONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: truncate() conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s
fcntl33.c:195: TPASS: truncate() conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl34 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fcntl34_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fcntl35 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl35.c:89: TPASS: an unprivileged user init the capacity of a pipe to 4096 successfully
fcntl35.c:89: TPASS: a privileged user init the capacity of a pipe to 65536 successfully

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl35_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl35.c:89: TPASS: an unprivileged user init the capacity of a pipe to 4096 successfully
fcntl35.c:89: TPASS: a privileged user init the capacity of a pipe to 65536 successfully

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl36 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl36.c:289: TINFO: OFD read lock vs OFD write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD read lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs POSIX read lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs OFD write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD r/w lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD r/w lock vs POSIX read lock
fcntl36.c:367: TPASS: Access between threads synchronized

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl36_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl36.c:289: TINFO: OFD read lock vs OFD write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD read lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs POSIX read lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs OFD write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD r/w lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD r/w lock vs POSIX read lock
fcntl36.c:367: TPASS: Access between threads synchronized

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl37 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_RESOURCE(24)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size is beyond 1<<31
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EINVAL (22)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size < data stored in pipe
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EBUSY (16)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size is over limit for unpriviledged user
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EPERM (1)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl37_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_RESOURCE(24)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size is beyond 1<<31
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EINVAL (22)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size < data stored in pipe
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EBUSY (16)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size is over limit for unpriviledged user
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EPERM (1)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl38 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fcntl38_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fdatasync01 passed
fdatasync01    1  TPASS  :  fdatasync() successful
syscalls:fdatasync02 passed
fdatasync02    1  TPASS  :  Expected failure for invalid file descriptor, errno: 9
fdatasync02    2  TPASS  :  Expected failure for file descriptor to a special file, errno: 22
syscalls:fdatasync03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:fgetxattr01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:122: TCONF: no xattr support in fs or mounted without user_xattr option
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:122: TCONF: no xattr support in fs or mounted without user_xattr option

Summary:
passed   25
failed   0
broken   0
skipped  2
warnings 0
syscalls:fgetxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr02.c:174: TPASS: fgetxattr(2) on testfile passed
fgetxattr02.c:188: TPASS: fgetxattr(2) on testfile got the right value
fgetxattr02.c:201: TPASS: fgetxattr(2) on testfile passed: SUCCESS (0)
fgetxattr02.c:174: TPASS: fgetxattr(2) on testdir passed
fgetxattr02.c:188: TPASS: fgetxattr(2) on testdir got the right value
fgetxattr02.c:201: TPASS: fgetxattr(2) on testdir passed: SUCCESS (0)
fgetxattr02.c:174: TPASS: fgetxattr(2) on symlink passed
fgetxattr02.c:188: TPASS: fgetxattr(2) on symlink got the right value
fgetxattr02.c:201: TPASS: fgetxattr(2) on symlink passed: SUCCESS (0)
fgetxattr02.c:201: TPASS: fgetxattr(2) on fifo passed: ENODATA (61)
fgetxattr02.c:201: TPASS: fgetxattr(2) on chr passed: ENODATA (61)
fgetxattr02.c:201: TPASS: fgetxattr(2) on blk passed: ENODATA (61)
fgetxattr02.c:201: TPASS: fgetxattr(2) on sock passed: ENODATA (61)

Summary:
passed   13
failed   0
broken   0
skipped  0
warnings 0
syscalls:fgetxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr03.c:41: TPASS: fgetxattr(2) returned correct value

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:finit_module01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'finit_module.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:finit_module02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'finit_module.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:flistxattr01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flistxattr01.c:64: TPASS: flistxattr() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:flistxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flistxattr02.c:67: TPASS: flistxattr() failed as expected: ERANGE (34)
flistxattr02.c:67: TPASS: flistxattr() failed as expected: EBADF (9)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:flistxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flistxattr03.c:53: TPASS: flistxattr() succeed with suitable buffer
flistxattr03.c:53: TPASS: flistxattr() succeed with suitable buffer

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock01.c:35: TPASS: flock() succeeded with Shared Lock
flock01.c:35: TPASS: flock() succeeded with Unlock
flock01.c:35: TPASS: flock() succeeded with Exclusive Lock

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock02.c:46: TPASS: flock() failed expectedly: EBADF (9)
flock02.c:46: TPASS: flock() failed expectedly: EINVAL (22)
flock02.c:46: TPASS: flock() failed expectedly: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock03.c:74: TPASS: Parent: Initial attempt to flock() passed
flock03.c:39: TPASS: CHILD: File locked by parent unlocked
flock03.c:48: TPASS: Locking after unlock passed

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock04.c:61: TPASS: Parent had shared lock
flock04.c:36: TPASS:  Child acquiring shared lock got 0
flock04.c:39: TPASS:  Child acquiring exclusive lock got -1
flock04.c:61: TPASS: Parent had exclusive lock
flock04.c:39: TPASS:  Child acquiring shared lock got -1
flock04.c:39: TPASS:  Child acquiring exclusive lock got -1

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock06.c:31: TPASS: First attempt to flock() passed
flock06.c:36: TPASS: Second attempt to flock() denied: EAGAIN/EWOULDBLOCK (11)
flock06.c:44: TPASS: Unlocked fd1
flock06.c:50: TPASS: Third attempt to flock() succeeded

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:fmtmsg01 passed
fmtms01     1  TPASS  :  Test passed
fmtms01     2  TPASS  :  Test passed
fmtms01     3  TPASS  :  Test passed
fmtms01     4  TPASS  :  Test passed
fmtms01     5  TPASS  :  Test passed
syscalls:fork01 passed
fork01      1  TPASS  :  fork() returned 16075
fork01      2  TPASS  :  child pid and fork() return agree: 16075
syscalls:fork02 passed
fork02      0  TINFO  :  Inside parent
fork02      0  TINFO  :  exit status of wait 0
fork02      1  TPASS  :  test 1 PASSED
syscalls:fork03 passed
fork03      0  TINFO  :  process id in parent of child from fork : 16080
fork03      1  TPASS  :  test 1 PASSED
syscalls:fork04 passed
fork04      1  TPASS  :  Env var TERM unchanged after fork(): getenv() does not find variable set
fork04      2  TPASS  :  Env var NoTSetzWq unchanged after fork(): getenv() does not find variable set
fork04      3  TPASS  :  Env var TESTPROG unchanged after fork(): FRKTCS04
syscalls:fork05 passed
fork05      0  TINFO  :  %fs test only for ix86
syscalls:fork06 passed
fork06      0  TINFO  :  tries 1000
fork06      0  TINFO  :  successes 1000
fork06      0  TINFO  :  failures 0
fork06      0  TINFO  :  There were no children to wait for
syscalls:fork07 passed
fork07      0  TINFO  :  Forking 100 children
fork07      0  TINFO  :  Forked all 100 children, now collecting
fork07      0  TINFO  :  Collected all 100 children
fork07      1  TPASS  :  100/100 children read correctly from an inheritted fd
syscalls:fork08 passed
fork08      0  TINFO  :  parent forksval: 1
fork08      0  TINFO  :  second child got char: b
fork08      1  TPASS  :  Test passed in childnumber 2
fork08      0  TINFO  :  parent forksval: 1
fork08      0  TINFO  :  parent forksval: 2
fork08      0  TINFO  :  exit status of wait  expected 0 got 0
fork08      1  TPASS  :  parent test PASSED
fork08      0  TINFO  :  exit status of wait  expected 0 got 0
fork08      2  TPASS  :  parent test PASSED
fork08      0  TINFO  :  exit status of wait  expected 0 got 0
fork08      3  TPASS  :  parent test PASSED
fork08      0  TINFO  :  Number of processes forked is 2
syscalls:fork09 passed
fork09      0  TINFO  :  OPEN_MAX is 1024
fork09      0  TINFO  :  first file descriptor is 3 
fork09      0  TINFO  :  Parent reporting 1023 files open
fork09      0  TINFO  :  Child opened new file #1023
fork09      0  TINFO  :  OPEN_MAX is 1024
fork09      0  TINFO  :  first file descriptor is 3 
fork09      0  TINFO  :  Parent reporting 1023 files open
fork09      1  TPASS  :  test 1 PASSED
syscalls:fork10 passed
fork10      0  TINFO  :  fork child A
fork10      1  TPASS  :  test 1 PASSED
syscalls:fork11 passed
fork11      1  TPASS  :  fork test passed, 100 processes
syscalls:fork13 passed
fork13      1  TPASS  :  100000 pids forked, all passed
syscalls:fork14 passed
fork14      1  TCONF  :  fork14.c:112: mmap() fails too manytimes, so we are almost impossible to get an vm_area_struct sized 16TB.
fork14      2  TCONF  :  fork14.c:112: Remaining cases not appropriate for configuration
syscalls:fpathconf01 passed
fpathconf01    1  TPASS  :  fpathconf(fd, _PC_MAX_CANON) returned 255
fpathconf01    2  TPASS  :  fpathconf(fd, _PC_MAX_INPUT) returned 255
fpathconf01    3  TPASS  :  fpathconf(fd, _PC_VDISABLE) returned 0
fpathconf01    4  TPASS  :  fpathconf(fd, _PC_LINK_MAX) returned 65000
fpathconf01    5  TPASS  :  fpathconf(fd, _PC_NAME_MAX) returned 255
fpathconf01    6  TPASS  :  fpathconf(fd, _PC_PATH_MAX) returned 4096
fpathconf01    7  TPASS  :  fpathconf(fd, _PC_PIPE_BUF) returned 4096
fpathconf01    8  TPASS  :  fpathconf(fd, _PC_CHOWN_RESTRICTED) returned 1
fpathconf01    9  TPASS  :  fpathconf(fd, _PC_NO_TRUNC) returned 1
syscalls:fremovexattr01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:82: TCONF: fremovexattr(2) not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:82: TCONF: fremovexattr(2) not supported

Summary:
passed   5
failed   0
broken   0
skipped  2
warnings 0
syscalls:fremovexattr02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:68: TCONF: fremovexattr(2) not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:68: TCONF: fremovexattr(2) not supported

Summary:
passed   15
failed   0
broken   0
skipped  2
warnings 0
syscalls:fsconfig01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:78: TPASS: fsconfig() passed

Summary:
passed   7
failed   0
broken   0
skipped  18
warnings 0
syscalls:fsconfig02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig02.c:87: TPASS: invalid-fd: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: invalid-cmd: fsconfig() failed as expected: EOPNOTSUPP (95)
fsconfig02.c:87: TPASS: set-flag-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-flag-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-flag-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-string-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-string-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-string-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-binary-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-binary-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-binary-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-empty-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-empty-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-empty-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-fd-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-fd-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-fd-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-create-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-create-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-create-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-reconfigure-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-reconfigure-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-reconfigure-aux: fsconfig() failed as expected: EINVAL (22)

Summary:
passed   26
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsmount01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed

Summary:
passed   112
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsmount02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)

Summary:
passed   21
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsopen01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsopen02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen02.c:49: TPASS: invalid-fs: fsopen() failed as expected: ENODEV (19)
fsopen02.c:49: TPASS: invalid-flags: fsopen() failed as expected: EINVAL (22)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fspick01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed

Summary:
passed   28
failed   0
broken   0
skipped  0
warnings 0
syscalls:fspick02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)

Summary:
passed   21
failed   0
broken   0
skipped  0
warnings 0
syscalls:fstat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fstat02.c:67: TPASS: fstat() reported correct values.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fstat02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fstat02.c:67: TPASS: fstat() reported correct values.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fstat03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fstat03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fstatat01 passed
fstatat01    1  TPASS  :  fstatat failed as expected: TEST_ERRNO=SUCCESS(0): Success
fstatat01    2  TPASS  :  fstatat failed as expected: TEST_ERRNO=SUCCESS(0): Success
fstatat01    3  TPASS  :  fstatat failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
fstatat01    4  TPASS  :  fstatat failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
fstatat01    5  TPASS  :  fstatat failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
fstatat01    6  TPASS  :  fstatat failed as expected: TEST_ERRNO=SUCCESS(0): Success
syscalls:fstatfs01 passed
fstatfs01    1  TPASS  :  fstatfs() on a file - f_type=ef53
fstatfs01    2  TPASS  :  fstatfs() on a pipe - f_type=50495045
syscalls:fstatfs01_64 passed
fstatfs01    1  TPASS  :  fstatfs() on a file - f_type=ef53
fstatfs01    2  TPASS  :  fstatfs() on a pipe - f_type=50495045
syscalls:fstatfs02 passed
fstatfs02    1  TPASS  :  expected failure - errno = 9 : Bad file descriptor
fstatfs02    2  TPASS  :  expected failure - errno = 14 : Bad address
syscalls:fstatfs02_64 passed
fstatfs02    1  TPASS  :  expected failure - errno = 9 : Bad file descriptor
fstatfs02    2  TPASS  :  expected failure - errno = 14 : Bad address
syscalls:fsync01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0

Summary:
passed   70
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsync02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync02.c:99: TPASS: fsync succeeded in an acceptable amount of time

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsync03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync03.c:71: TPASS: fsync() failed as expected: EINVAL (22)
fsync03.c:71: TPASS: fsync() failed as expected: EINVAL (22)
fsync03.c:71: TPASS: fsync() failed as expected: EBADF (9)
fsync03.c:71: TPASS: fsync() failed as expected: EBADF (9)
fsync03.c:71: TPASS: fsync() failed as expected: EINVAL (22)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsync04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:ftruncate01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ftruncate01.c:65: TINFO: Truncated length smaller than file size
ftruncate01.c:60: TPASS: ftruncate() succeeded
ftruncate01.c:74: TINFO: Truncated length exceeds file size
ftruncate01.c:60: TPASS: ftruncate() succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:ftruncate01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ftruncate01.c:65: TINFO: Truncated length smaller than file size
ftruncate01.c:60: TPASS: ftruncate() succeeded
ftruncate01.c:74: TINFO: Truncated length exceeds file size
ftruncate01.c:60: TPASS: ftruncate() succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:ftruncate03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ftruncate03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ftruncate04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ftruncate04_64 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:futimesat01 passed
futimesat01    1  TCONF  :  futimesat01.c:61: syscall(-1) __NR_futimesat not supported on your arch
futimesat01    2  TCONF  :  futimesat01.c:61: Remaining cases not appropriate for configuration
syscalls:getcontext01 passed
getcontext01    1  TPASS  :  getcontext passed
syscalls:getcpu01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcpu01.c:152: TPASS: getcpu() returned proper cpuid:3, node id:0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getcwd01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcwd01.c:62: TPASS: getcwd() failed as expected: EFAULT (14)
getcwd01.c:62: TPASS: getcwd() failed as expected: ENOMEM (12)
getcwd01.c:62: TPASS: getcwd() failed as expected: EINVAL (22)
getcwd01.c:62: TPASS: getcwd() failed as expected: ERANGE (34)
getcwd01.c:62: TPASS: getcwd() failed as expected: ERANGE (34)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:getcwd02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcwd02.c:102: TINFO: Expected path '/tmp'
getcwd02.c:86: TPASS: getcwd() returned expected directory: /tmp
getcwd02.c:86: TPASS: getcwd() returned expected directory: /tmp
getcwd02.c:86: TPASS: getcwd() returned expected directory: /tmp

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:getcwd03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcwd03.c:73: TPASS: getcwd() succeeded on a symbolic link

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getcwd04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcwd04.c:60: TPASS: Bug is not reproduced!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getdents01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:148: TINFO: Testing the SYS_getdents syscall
getdents.h:45: TCONF: syscall(-1) __NR_getdents not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:151: TINFO: Testing the SYS_getdents64 syscall
getdents01.c:92: TINFO: Found 'file'
getdents01.c:92: TINFO: Found '.'
getdents01.c:92: TINFO: Found 'dir'
getdents01.c:92: TINFO: Found '..'
getdents01.c:92: TINFO: Found 'symlink'
getdents01.c:126: TPASS: All entries found
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:157: TCONF: libc getdents() is not implemented
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:164: TCONF: libc getdents64() is not implemented

Summary:
passed   1
failed   0
broken   0
skipped  3
warnings 0
syscalls:getdents02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:148: TINFO: Testing the SYS_getdents syscall
tst_buffers.c:55: TINFO: Test is using guarded buffers
getdents.h:45: TCONF: syscall(-1) __NR_getdents not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:151: TINFO: Testing the SYS_getdents64 syscall
tst_buffers.c:55: TINFO: Test is using guarded buffers
getdents02.c:83: TPASS: getdents failed as expected: EBADF (9)
getdents02.c:83: TPASS: getdents failed as expected: EINVAL (22)
getdents02.c:83: TPASS: getdents failed as expected: ENOTDIR (20)
getdents02.c:83: TPASS: getdents failed as expected: ENOENT (2)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:157: TCONF: libc getdents() is not implemented
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:164: TCONF: libc getdents64() is not implemented

Summary:
passed   4
failed   0
broken   0
skipped  3
warnings 0
syscalls:getdomainname01 passed
getdomainname01    1  TPASS  :  getdomainname() returned 0 
syscalls:getdtablesize01 passed
getdtablesize01    0  TINFO  :  Maximum number of files a process can have opened is 1024
getdtablesize01    0  TINFO  :  Checking with the value returned by getrlimit...RLIMIT_NOFILE
getdtablesize01    1  TPASS  :  got correct dtablesize, value is 1024
getdtablesize01    0  TINFO  :  Checking Max num of files that can be opened by a process.Should be: RLIMIT_NOFILE - 1
getdtablesize01    2  TPASS  :  1023 = 1023
syscalls:getegid01 passed
getegid01    1  TPASS  :  getegid returned 0
syscalls:getegid01_16 passed
getegid01_16    1  TPASS  :  getegid returned 0
syscalls:getegid02 passed
getegid02    1  TPASS  :  effective group id 0 is correct
syscalls:getegid02_16 passed
getegid02_16    1  TPASS  :  effective group id 0 is correct
syscalls:geteuid01 passed
geteuid01    1  TPASS  :  geteuid returned 0
syscalls:geteuid01_16 passed
geteuid01_16    1  TPASS  :  geteuid returned 0
syscalls:geteuid02 passed
geteuid02    1  TPASS  :  values from geteuid and getpwuid match
syscalls:geteuid02_16 passed
geteuid02_16    1  TPASS  :  values from geteuid and getpwuid match
syscalls:getgid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getgid01.c:26: TPASS: getgid returned as expectedly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getgid01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getgid01.c:26: TPASS: getgid returned as expectedly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getgid03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getgid03.c:43: TPASS: values from getgid() and getpwuid() match

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getgid03_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getgid03.c:43: TPASS: values from getgid() and getpwuid() match

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getgroups01 passed
getgroups01    1  TPASS  :  getgroups failed as expected with EINVAL
getgroups01    2  TPASS  :  getgroups did not modify the gidset array
getgroups01    3  TPASS  :  getgroups failed as expected with EINVAL
getgroups01    4  TPASS  :  getgroups(NGROUPS,gidset) returned 3 contains gid 0 (from getgid)
syscalls:getgroups01_16 passed
getgroups01_16    1  TPASS  :  getgroups failed as expected with EINVAL
getgroups01_16    2  TPASS  :  getgroups did not modify the gidset array
getgroups01_16    3  TPASS  :  getgroups failed as expected with EINVAL
getgroups01_16    4  TPASS  :  getgroups(NGROUPS,gidset) returned 3 contains gid 0 (from getgid)
syscalls:getgroups03 passed
getgroups03    1  TPASS  :  getgroups functionality correct
syscalls:getgroups03_16 passed
getgroups03_16    1  TPASS  :  getgroups functionality correct
syscalls:gethostbyname_r01 passed
gethostbyname_r01    1  TPASS  :  not vulnerable
syscalls:gethostid01 passed
gethostid01    1  TPASS  :  Hostid command and gethostid both report hostid is 007f0101
syscalls:gethostname01 passed
gethostname01    1  TPASS  :  gethostname returned 0
syscalls:getitimer01 passed
getitimer01    1  TPASS  :  functionality is ok
getitimer01    2  TPASS  :  functionality is ok
getitimer01    3  TPASS  :  functionality is ok
syscalls:getitimer02 passed
getitimer02    1  TPASS  :  expected failure - errno = 14 - Bad address
syscalls:getitimer03 passed
getitimer03    1  TPASS  :  expected failure - errno = 22 - Invalid argument
syscalls:getpagesize01 passed
getpagesize01    0  TINFO  :  Page Size is 4096
getpagesize01    1  TPASS  :  getpagesize - Page size returned 4096
syscalls:getpeername01 passed
getpeername01    1  TPASS  :  test getpeername() EBADF successful
getpeername01    2  TPASS  :  test getpeername() ENOTSOCK successful
getpeername01    3  TPASS  :  test getpeername() ENOTCONN successful
getpeername01    4  TPASS  :  test getpeername() EINVAL successful
getpeername01    5  TPASS  :  test getpeername() EFAULT successful
getpeername01    6  TPASS  :  test getpeername() EFAULT successful
getpeername01    7  TPASS  :  test getpeername() EFAULT successful
syscalls:getpgid01 passed
getpgid01    1  TPASS  :  getpgid(0) PASSED
getpgid01    2  TPASS  :  getpgid(getpid()) PASSED
getpgid01    3  TPASS  :  getpgid(getppid()) PASSED
getpgid01    4  TPASS  :  getpgid(21007) PASSED
getpgid01    5  TPASS  :  getpgid(1) PASSED
getpgid01    1  TPASS  :  getpgid01 PASSED
syscalls:getpgid02 passed
getpgid02    1  TPASS  :  expected failure - errno = 3 : No such process
getpgid02    2  TPASS  :  expected failure - errno = 3 : No such process
syscalls:getpgrp01 passed
getpgrp01    1  TPASS  :  getpgrp returned 21010
syscalls:getpid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getpid01.c:29: TPASS: getpid() returns 21013
getpid01.c:29: TPASS: getpid() returns 21014
getpid01.c:29: TPASS: getpid() returns 21015
getpid01.c:29: TPASS: getpid() returns 21016
getpid01.c:29: TPASS: getpid() returns 21017
getpid01.c:29: TPASS: getpid() returns 21018
getpid01.c:29: TPASS: getpid() returns 21019
getpid01.c:29: TPASS: getpid() returns 21020
getpid01.c:29: TPASS: getpid() returns 21021
getpid01.c:29: TPASS: getpid() returns 21022
getpid01.c:29: TPASS: getpid() returns 21023
getpid01.c:29: TPASS: getpid() returns 21024
getpid01.c:29: TPASS: getpid() returns 21025
getpid01.c:29: TPASS: getpid() returns 21026
getpid01.c:29: TPASS: getpid() returns 21027
getpid01.c:29: TPASS: getpid() returns 21028
getpid01.c:29: TPASS: getpid() returns 21029
getpid01.c:29: TPASS: getpid() returns 21030
getpid01.c:29: TPASS: getpid() returns 21031
getpid01.c:29: TPASS: getpid() returns 21032
getpid01.c:29: TPASS: getpid() returns 21033
getpid01.c:29: TPASS: getpid() returns 21034
getpid01.c:29: TPASS: getpid() returns 21035
getpid01.c:29: TPASS: getpid() returns 21036
getpid01.c:29: TPASS: getpid() returns 21037
getpid01.c:29: TPASS: getpid() returns 21038
getpid01.c:29: TPASS: getpid() returns 21039
getpid01.c:29: TPASS: getpid() returns 21040
getpid01.c:29: TPASS: getpid() returns 21041
getpid01.c:29: TPASS: getpid() returns 21042
getpid01.c:29: TPASS: getpid() returns 21043
getpid01.c:29: TPASS: getpid() returns 21044
getpid01.c:29: TPASS: getpid() returns 21045
getpid01.c:29: TPASS: getpid() returns 21046
getpid01.c:29: TPASS: getpid() returns 21047
getpid01.c:29: TPASS: getpid() returns 21048
getpid01.c:29: TPASS: getpid() returns 21049
getpid01.c:29: TPASS: getpid() returns 21050
getpid01.c:29: TPASS: getpid() returns 21051
getpid01.c:29: TPASS: getpid() returns 21052
getpid01.c:29: TPASS: getpid() returns 21053
getpid01.c:29: TPASS: getpid() returns 21054
getpid01.c:29: TPASS: getpid() returns 21055
getpid01.c:29: TPASS: getpid() returns 21056
getpid01.c:29: TPASS: getpid() returns 21057
getpid01.c:29: TPASS: getpid() returns 21058
getpid01.c:29: TPASS: getpid() returns 21059
getpid01.c:29: TPASS: getpid() returns 21060
getpid01.c:29: TPASS: getpid() returns 21061
getpid01.c:29: TPASS: getpid() returns 21062
getpid01.c:29: TPASS: getpid() returns 21063
getpid01.c:29: TPASS: getpid() returns 21064
getpid01.c:29: TPASS: getpid() returns 21065
getpid01.c:29: TPASS: getpid() returns 21066
getpid01.c:29: TPASS: getpid() returns 21067
getpid01.c:29: TPASS: getpid() returns 21068
getpid01.c:29: TPASS: getpid() returns 21069
getpid01.c:29: TPASS: getpid() returns 21070
getpid01.c:29: TPASS: getpid() returns 21071
getpid01.c:29: TPASS: getpid() returns 21072
getpid01.c:29: TPASS: getpid() returns 21073
getpid01.c:29: TPASS: getpid() returns 21074
getpid01.c:29: TPASS: getpid() returns 21075
getpid01.c:29: TPASS: getpid() returns 21076
getpid01.c:29: TPASS: getpid() returns 21077
getpid01.c:29: TPASS: getpid() returns 21078
getpid01.c:29: TPASS: getpid() returns 21079
getpid01.c:29: TPASS: getpid() returns 21080
getpid01.c:29: TPASS: getpid() returns 21081
getpid01.c:29: TPASS: getpid() returns 21082
getpid01.c:29: TPASS: getpid() returns 21083
getpid01.c:29: TPASS: getpid() returns 21084
getpid01.c:29: TPASS: getpid() returns 21085
getpid01.c:29: TPASS: getpid() returns 21086
getpid01.c:29: TPASS: getpid() returns 21087
getpid01.c:29: TPASS: getpid() returns 21088
getpid01.c:29: TPASS: getpid() returns 21089
getpid01.c:29: TPASS: getpid() returns 21090
getpid01.c:29: TPASS: getpid() returns 21091
getpid01.c:29: TPASS: getpid() returns 21092
getpid01.c:29: TPASS: getpid() returns 21093
getpid01.c:29: TPASS: getpid() returns 21094
getpid01.c:29: TPASS: getpid() returns 21095
getpid01.c:29: TPASS: getpid() returns 21096
getpid01.c:29: TPASS: getpid() returns 21097
getpid01.c:29: TPASS: getpid() returns 21098
getpid01.c:29: TPASS: getpid() returns 21099
getpid01.c:29: TPASS: getpid() returns 21100
getpid01.c:29: TPASS: getpid() returns 21101
getpid01.c:29: TPASS: getpid() returns 21102
getpid01.c:29: TPASS: getpid() returns 21103
getpid01.c:29: TPASS: getpid() returns 21104
getpid01.c:29: TPASS: getpid() returns 21105
getpid01.c:29: TPASS: getpid() returns 21106
getpid01.c:29: TPASS: getpid() returns 21107
getpid01.c:29: TPASS: getpid() returns 21108
getpid01.c:29: TPASS: getpid() returns 21109
getpid01.c:29: TPASS: getpid() returns 21110
getpid01.c:29: TPASS: getpid() returns 21111
getpid01.c:29: TPASS: getpid() returns 21112

Summary:
passed   100
failed   0
broken   0
skipped  0
warnings 0
syscalls:getpid02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getpid02.c:36: TPASS: child getppid() == parent getpid() (21114)
getpid02.c:49: TPASS: child getpid() == parent fork() (21115)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:getppid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getppid01.c:25: TPASS: getppid() returned 21116

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getppid02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getppid02.c:31: TPASS: getppid() returned parent pid (21119)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getpriority01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getpriority01.c:50: TPASS: getpriority(0, 0) returned 0
getpriority01.c:50: TPASS: getpriority(1, 0) returned 0
getpriority01.c:50: TPASS: getpriority(2, 0) returned -20

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:getpriority02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getpriority02.c:58: TPASS: getpriority(-1, 0) fails as expected: EINVAL (22)
getpriority02.c:58: TPASS: getpriority(0, -1) fails as expected: ESRCH (3)
getpriority02.c:58: TPASS: getpriority(1, -1) fails as expected: ESRCH (3)
getpriority02.c:58: TPASS: getpriority(2, -1) fails as expected: ESRCH (3)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:getrandom01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getrandom01.c:21: TPASS: getrandom returned -1: EFAULT (14)
getrandom01.c:21: TPASS: getrandom returned -1: EFAULT (14)
getrandom01.c:21: TPASS: getrandom returned -1: EFAULT (14)
getrandom01.c:21: TPASS: getrandom returned -1: EFAULT (14)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:getrandom02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getrandom02.c:59: TPASS: getrandom returned 256
getrandom02.c:59: TPASS: getrandom returned 78
getrandom02.c:59: TPASS: getrandom returned 256
getrandom02.c:59: TPASS: getrandom returned 78

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:getrandom03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:getrandom04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getrandom04.c:28: TPASS: getrandom returned 100

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getresgid01 passed
getresgid01    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresgid01_16 passed
getresgid01    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresgid02 passed
getresgid02    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresgid02_16 passed
getresgid02    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresgid03 passed
getresgid03    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresgid03_16 passed
getresgid03    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresuid01 passed
getresuid01    1  TPASS  :  Functionality of getresuid() successful
syscalls:getresuid01_16 passed
getresuid01    1  TPASS  :  Functionality of getresuid() successful
syscalls:getresuid02 passed
getresuid02    1  TPASS  :  Functionality of getresuid() successful
syscalls:getresuid02_16 passed
getresuid02    1  TPASS  :  Functionality of getresuid() successful
syscalls:getresuid03 passed
getresuid03    1  TPASS  :  Functionality of getresuid() successful
syscalls:getresuid03_16 passed
getresuid03    1  TPASS  :  Functionality of getresuid() successful
syscalls:getrlimit01 passed
getrlimit01    1  TPASS  :  getrlimit() test RLIMIT_CPU success
getrlimit01    2  TPASS  :  getrlimit() test RLIMIT_FSIZE success
getrlimit01    3  TPASS  :  getrlimit() test RLIMIT_DATA success
getrlimit01    4  TPASS  :  getrlimit() test RLIMIT_STACK success
getrlimit01    5  TPASS  :  getrlimit() test RLIMIT_CORE success
getrlimit01    6  TPASS  :  getrlimit() test RLIMIT_RSS success
getrlimit01    7  TPASS  :  getrlimit() test RLIMIT_NPROC success
getrlimit01    8  TPASS  :  getrlimit() test RLIMIT_NOFILE success
getrlimit01    9  TPASS  :  getrlimit() test RLIMIT_MEMLOCK success
getrlimit01   10  TPASS  :  getrlimit() test RLIMIT_AS success
getrlimit01   11  TPASS  :  getrlimit() test RLIMIT_LOCKS success
getrlimit01   12  TPASS  :  getrlimit() test RLIMIT_MSGQUEUE success
getrlimit01   13  TPASS  :  getrlimit() test RLIMIT_NICE success
getrlimit01   14  TPASS  :  getrlimit() test RLIMIT_RTPRIO success
getrlimit01   15  TPASS  :  getrlimit() test RLIMIT_SIGPENDING success
getrlimit01   16  TPASS  :  getrlimit() test RLIMIT_RTTIME success
syscalls:getrlimit02 passed
getrlimit02    1  TPASS  :  expected failure; got EFAULT
getrlimit02    2  TPASS  :  expected failure; got EINVAL
syscalls:getrlimit03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getrlimit03.c:168: TPASS: __NR_prlimit64(0) and __NR_getrlimit(0) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(1) and __NR_getrlimit(1) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(2) and __NR_getrlimit(2) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(3) and __NR_getrlimit(3) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(4) and __NR_getrlimit(4) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(5) and __NR_getrlimit(5) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(6) and __NR_getrlimit(6) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(7) and __NR_getrlimit(7) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(8) and __NR_getrlimit(8) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(9) and __NR_getrlimit(9) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(10) and __NR_getrlimit(10) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(11) and __NR_getrlimit(11) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(12) and __NR_getrlimit(12) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(13) and __NR_getrlimit(13) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(14) and __NR_getrlimit(14) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(15) and __NR_getrlimit(15) gave consistent results

Summary:
passed   16
failed   0
broken   0
skipped  0
warnings 0
syscalls:get_mempolicy01 passed

syscalls:get_mempolicy02 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:get_robust_list01 passed
get_robust_list01    1  TPASS  :  get_robust_list failed as expected with EFAULT
get_robust_list01    2  TPASS  :  get_robust_list failed as expected with EFAULT
get_robust_list01    3  TPASS  :  get_robust_list failed as expected with ESRCH
get_robust_list01    4  TPASS  :  get_robust_list succeeded
get_robust_list01    5  TPASS  :  get_robust_list failed as expected with EPERM
syscalls:getrusage01 passed
getrusage01    1  TPASS  :  getrusage passed
getrusage01    2  TPASS  :  getrusage passed
syscalls:getrusage02 passed
getrusage02    1  TPASS  :  getrusage failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
getrusage02    2  TPASS  :  getrusage failed as expected: TEST_ERRNO=EFAULT(14): Bad address
syscalls:getrusage03 passed
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    0  TINFO  :  child.self = 102528
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103644
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    0  TINFO  :  child.children = 0
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103644
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    3  TPASS  :  child.children == 0
getrusage03    0  TINFO  :  Testcase #03: fork + malloc
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    0  TINFO  :  child allocate +50MB
getrusage03    0  TINFO  :  child.self = 154344
getrusage03_child    0  TINFO  :  grandchild allocate 300MB
getrusage03_child    0  TINFO  :  grandchild allocate 300MB
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103644
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    3  TPASS  :  child.children == 0
getrusage03    0  TINFO  :  Testcase #03: fork + malloc
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    4  TPASS  :  initial.self + 50MB ~= child.self
getrusage03    0  TINFO  :  Testcase #04: grandchild maxrss
getrusage03    0  TINFO  :  initial.children = 154912
getrusage03_child    0  TINFO  :  child allocate 400MB
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103644
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    3  TPASS  :  child.children == 0
getrusage03    0  TINFO  :  Testcase #03: fork + malloc
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    4  TPASS  :  initial.self + 50MB ~= child.self
getrusage03    0  TINFO  :  Testcase #04: grandchild maxrss
getrusage03    0  TINFO  :  initial.children = 154912
getrusage03    0  TINFO  :  post_wait.children = 308256
getrusage03    5  TPASS  :  child.children ~= 300MB
getrusage03    0  TINFO  :  Testcase #05: zombie
getrusage03    0  TINFO  :  initial.children = 308256
getrusage03_child    0  TINFO  :  exec.self = 103972, exec.children = 411112
getrusage03_child    1  TPASS  :  initial.self ~= exec.self
getrusage03_child    2  TPASS  :  initial.children ~= exec.children
syscalls:getrusage04 passed
getrusage03_child    0  TINFO  :  child allocate 500MB
getrusage03_child    1  TBROK  :  tst_sig.c:234: unexpected signal SIGTERM(15) received (pid = 21167).
getrusage03_child    2  TBROK  :  tst_sig.c:234: Remaining cases broken
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103644
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    3  TPASS  :  child.children == 0
getrusage03    0  TINFO  :  Testcase #03: fork + malloc
getrusage03    0  TINFO  :  initial.self = 103868
getrusage03    4  TPASS  :  initial.self + 50MB ~= child.self
getrusage03    0  TINFO  :  Testcase #04: grandchild maxrss
getrusage03    0  TINFO  :  initial.children = 154912
getrusage03    0  TINFO  :  post_wait.children = 308256
getrusage03    5  TPASS  :  child.children ~= 300MB
getrusage03    0  TINFO  :  Testcase #05: zombie
getrusage03    0  TINFO  :  initial.children = 308256
getrusage03    0  TINFO  :  pre_wait.children = 308256
getrusage03    6  TPASS  :  initial.children ~= pre_wait.children
getrusage03    0  TINFO  :  post_wait.children = 411112
getrusage03    7  TPASS  :  post_wait.children ~= 400MB
getrusage03    0  TINFO  :  Testcase #06: SIG_IGN
getrusage03    0  TINFO  :  initial.children = 411112
getrusage03    8  TBROK  :  tst_sig.c:234: unexpected signal SIGTERM(15) received (pid = 21165).
getrusage03    9  TBROK  :  tst_sig.c:234: Remaining cases broken
getrusage04    0  TINFO  :  Expected timers granularity is 1000 us
getrusage04    0  TINFO  :  Using 1 as multiply factor for max [us]time increment (1000+1000us)!
getrusage04    0  TINFO  :  utime:        1068us; stime:        9617us
getrusage04    0  TINFO  :  utime:        1068us; stime:       10615us
getrusage04    0  TINFO  :  utime:        2068us; stime:       10615us
getrusage04    0  TINFO  :  utime:        3068us; stime:       10615us
getrusage04    0  TINFO  :  utime:        4065us; stime:       10615us
getrusage04    0  TINFO  :  utime:        4181us; stime:       11500us
getrusage04    0  TINFO  :  utime:        4181us; stime:       12498us
getrusage04    0  TINFO  :  utime:        4181us; stime:       13500us
getrusage04    0  TINFO  :  utime:        4181us; stime:       14499us
getrusage04    0  TINFO  :  utime:        4181us; stime:       15500us
getrusage04    0  TINFO  :  utime:        4181us; stime:       16499us
getrusage04    0  TINFO  :  utime:        4181us; stime:       17500us
getrusage04    0  TINFO  :  utime:        5155us; stime:       17527us
getrusage04    0  TINFO  :  utime:        5155us; stime:       18524us
getrusage04    0  TINFO  :  utime:        5155us; stime:       19525us
getrusage04    0  TINFO  :  utime:        5155us; stime:       20524us
getrusage04    0  TINFO  :  utime:        6157us; stime:       20525us
getrusage04    0  TINFO  :  utime:        6157us; stime:       21523us
getrusage04    0  TINFO  :  utime:        6157us; stime:       22523us
getrusage04    0  TINFO  :  utime:        7159us; stime:       22523us
getrusage04    0  TINFO  :  utime:        7159us; stime:       23522us
getrusage04    1  TPASS  :  Test Passed
syscalls:getsid01 passed
getsid01    1  TPASS  :  session ID is correct
syscalls:getsid02 passed
getsid02    1  TPASS  :  expected failure - errno = 3 - No such process
syscalls:getsockname01 passed
getsockname01    1  TPASS  :  bad file descriptor successful
getsockname01    2  TPASS  :  bad file descriptor successful
getsockname01    3  TPASS  :  invalid socket buffer successful
getsockname01    4  TPASS  :  invalid aligned salen successful
getsockname01    5  TPASS  :  invalid unaligned salen successful
syscalls:getsockopt01 passed
getsockopt01    1  TPASS  :  bad file descriptor successful
getsockopt01    2  TPASS  :  bad file descriptor successful
getsockopt01    3  TPASS  :  invalid option buffer successful
getsockopt01    4  TPASS  :  invalid optlen successful
getsockopt01    5  TPASS  :  invalid level successful
getsockopt01    6  TPASS  :  invalid option name successful
getsockopt01    7  TPASS  :  invalid option name (UDP) successful
getsockopt01    8  TPASS  :  invalid option name (IP) successful
getsockopt01    9  TPASS  :  invalid option name (TCP) successful
syscalls:getsockopt02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getsockopt02.c:66: TPASS: Test passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:gettid01 passed
gettid01    1  TPASS  :  gettid() returned 21181
syscalls:gettimeofday01 passed
gettimeofday01    1  TPASS  :  gettimeofday(2) set the errno EFAULT correctly
syscalls:gettimeofday02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
gettimeofday02.c:65: TINFO: gettimeofday() called 3359752 times
gettimeofday02.c:66: TPASS: gettimeofday() monotonous in 10 seconds

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getuid01 passed
getuid01    1  TPASS  :  getuid returned 0
syscalls:getuid01_16 passed
getuid01_16    1  TPASS  :  getuid returned 0
syscalls:getuid03 passed
getuid03    1  TPASS  :  values from getuid and getpwuid match
syscalls:getuid03_16 passed
getuid03_16    1  TPASS  :  values from getuid and getpwuid match
syscalls:getxattr01 passed
getxattr01    1  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
getxattr01    2  TPASS  :  expected behavior: TEST_ERRNO=ERANGE(34): Numerical result out of range
getxattr01    3  TPASS  :  expected behavior: TEST_ERRNO=SUCCESS(0): Success
getxattr01    4  TPASS  :  Got the right value
syscalls:getxattr02 passed
getxattr02    1  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
getxattr02    2  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
getxattr02    3  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
getxattr02    4  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
syscalls:getxattr03 passed
getxattr03    1  TPASS  :  getxattr(2) returned correct value
syscalls:getxattr04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getxattr04.c:70: TPASS: getxattr() succeeded to get an existing attribute

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getxattr05 passed
tst_test.c:911: TCONF: <sys/xattr.h> or <sys/acl.h> does not exist.
syscalls:init_module01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'init_module.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:init_module02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'init_module.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:ioctl01_02 passed
ioctl01_02    0  TINFO  :  Testing ioctl01 with /dev/tty0
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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

syscalls:ioctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl03.c:76: TINFO: Available features are: 0x7133
ioctl03.c:81: TPASS: TUN 0x1
ioctl03.c:81: TPASS: TAP 0x2
ioctl03.c:81: TPASS: NO_PI 0x1000
ioctl03.c:81: TPASS: ONE_QUEUE 0x2000
ioctl03.c:81: TPASS: VNET_HDR 0x4000
ioctl03.c:81: TPASS: MULTI_QUEUE 0x100
ioctl03.c:81: TPASS: IFF_NAPI 0x10
ioctl03.c:81: TPASS: IFF_NAPI_FRAGS 0x20

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl04.c:26: TPASS: BLKROGET returned 0
ioctl04.c:39: TPASS: BLKROGET returned 1
ioctl04.c:50: TPASS: Mounting RO device RW failed: EACCES (13)
ioctl04.c:61: TPASS: Mounting RO device RO works

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl05 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl05.c:35: TPASS: BLKGETSIZE returned 524288, BLKGETSIZE64 268435456
ioctl05.c:46: TPASS: Could lseek to the end of the device
ioctl05.c:53: TPASS: Got EOF when trying to read after the end of device

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl06 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ioctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl07.c:28: TINFO: entropy value from ioctl: 2853, proc: 2853
ioctl07.c:31: TPASS: entropy value within expected parameters

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl08 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with btrfs opts='' extra opts=''
tst_cmd.c:64: TCONF: Couldn't find 'mkfs.btrfs' in $PATH at tst_cmd.c:64

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:ioctl09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl09.c:45: TPASS: access /sys/block/loop3/loop3p1 succeeds
ioctl09.c:53: TPASS: access /dev/loop3p1 succeeds
ioctl09.c:48: TPASS: access /sys/block/loop3/loop3p2 fails
ioctl09.c:56: TPASS: access /dev/loop3p2 fails
ioctl09.c:45: TPASS: access /sys/block/loop3/loop3p1 succeeds
ioctl09.c:53: TPASS: access /dev/loop3p1 succeeds
ioctl09.c:45: TPASS: access /sys/block/loop3/loop3p2 succeeds
ioctl09.c:53: TPASS: access /dev/loop3p2 succeeds

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_loop01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop01.c:85: TPASS: /sys/block/loop3/loop/partscan = 0
ioctl_loop01.c:86: TPASS: /sys/block/loop3/loop/autoclear = 0
ioctl_loop01.c:87: TPASS: /sys/block/loop3/loop/backing_file = '/home/pi/ltp/tmp/ltp-UwSzrQsslE/6fx3jq/test.img'
ioctl_loop01.c:57: TPASS: get expected lo_flag 12
ioctl_loop01.c:59: TPASS: /sys/block/loop3/loop/partscan = 1
ioctl_loop01.c:60: TPASS: /sys/block/loop3/loop/autoclear = 1
ioctl_loop01.c:69: TPASS: access /dev/loop3p1 succeeds
ioctl_loop01.c:75: TPASS: access /sys/block/loop3/loop3p1 succeeds
ioctl_loop01.c:91: TINFO: Test flag can be clear
ioctl_loop01.c:57: TPASS: get expected lo_flag 8
ioctl_loop01.c:59: TPASS: /sys/block/loop3/loop/partscan = 1
ioctl_loop01.c:60: TPASS: /sys/block/loop3/loop/autoclear = 0
ioctl_loop01.c:69: TPASS: access /dev/loop3p1 succeeds
ioctl_loop01.c:75: TPASS: access /sys/block/loop3/loop3p1 succeeds

Summary:
passed   13
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_loop02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop02.c:133: TINFO: LOOP_CONFIGURE is not supported: EINVAL (22)
ioctl_loop02.c:51: TINFO: Using LOOP_SET_FD to setup loopdevice
ioctl_loop02.c:62: TPASS: /sys/block/loop3/ro = 1
ioctl_loop02.c:63: TPASS: /sys/block/loop3/loop/backing_file = '/home/pi/ltp/tmp/ltp-UwSzrQsslE/LBPLyk/test.img'
ioctl_loop02.c:72: TPASS: lo_flags only has default LO_FLAGS_READ_ONLY flag
ioctl_loop02.c:78: TPASS: Can not write data in RO mode: EPERM (1)
ioctl_loop02.c:84: TPASS: LOOP_CHANGE_FD succeeded
ioctl_loop02.c:85: TPASS: /sys/block/loop3/ro = 1
ioctl_loop02.c:86: TPASS: /sys/block/loop3/loop/backing_file = '/home/pi/ltp/tmp/ltp-UwSzrQsslE/LBPLyk/test1.img'
ioctl_loop02.c:92: TPASS: LOOP_CHANGE_FD failed as expected: EINVAL (22)
ioctl_loop02.c:47: TCONF: LOOP_CONFIGURE ioctl not supported

Summary:
passed   8
failed   0
broken   0
skipped  1
warnings 0
syscalls:ioctl_loop03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop03.c:29: TPASS: LOOP_CHANGE_FD failed as expected: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_loop04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop04.c:35: TPASS: /sys/block/loop3/size = 20
ioctl_loop04.c:50: TPASS: LOOP_SET_CAPACITY set loop size to 5120
ioctl_loop04.c:56: TPASS: /sys/block/loop3/size = 10

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_loop05 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_device.c:535: TWARN: stat(/dev/root) failed: ENOENT (2)

Summary:
passed   0
failed   0
broken   0
skipped  0
warnings 1
syscalls:ioctl_loop06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop06.c:115: TINFO: LOOP_CONFIGURE is not supported: EINVAL (22)
ioctl_loop06.c:69: TINFO: Using LOOP_SET_BLOCK_SIZE with arg < 512
ioctl_loop06.c:60: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:69: TINFO: Using LOOP_SET_BLOCK_SIZE with arg > PAGE_SIZE
ioctl_loop06.c:60: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:69: TINFO: Using LOOP_SET_BLOCK_SIZE with arg != power_of_2
ioctl_loop06.c:60: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:69: TINFO: Using LOOP_CONFIGURE with block_size < 512
ioctl_loop06.c:80: TCONF: LOOP_CONFIGURE ioctl not supported
ioctl_loop06.c:69: TINFO: Using LOOP_CONFIGURE with block_size > PAGE_SIZE
ioctl_loop06.c:80: TCONF: LOOP_CONFIGURE ioctl not supported
ioctl_loop06.c:69: TINFO: Using LOOP_CONFIGURE with block_size != power_of_2
ioctl_loop06.c:80: TCONF: LOOP_CONFIGURE ioctl not supported

Summary:
passed   3
failed   0
broken   0
skipped  3
warnings 0
syscalls:ioctl_loop07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop07.c:125: TINFO: original loop size 2048 sectors
ioctl_loop07.c:132: TINFO: LOOP_CONFIGURE is not supported: EINVAL (22)
ioctl_loop07.c:83: TINFO: When sizelimit is greater than loopsize by using LOOP_SET_STATUS64
ioctl_loop07.c:62: TPASS: /sys/block/loop3/size = 2048
ioctl_loop07.c:63: TPASS: /sys/block/loop3/loop/sizelimit = 4194304
ioctl_loop07.c:66: TPASS: LOOP_GET_STATUS64 gets correct lo_sizelimit(4194304)
ioctl_loop07.c:83: TINFO: When sizelimit is less than loopsize by using LOOP_SET_STATUS64
ioctl_loop07.c:62: TPASS: /sys/block/loop3/size = 1024
ioctl_loop07.c:63: TPASS: /sys/block/loop3/loop/sizelimit = 524288
ioctl_loop07.c:66: TPASS: LOOP_GET_STATUS64 gets correct lo_sizelimit(524288)
ioctl_loop07.c:83: TINFO: When sizelimit is greater than loopsize by using LOOP_CONFIGURE
ioctl_loop07.c:96: TCONF: LOOP_CONFIGURE ioctl not supported
ioctl_loop07.c:83: TINFO: When sizelimit is less than loopsize by using LOOP_CONFIGURE
ioctl_loop07.c:96: TCONF: LOOP_CONFIGURE ioctl not supported

Summary:
passed   6
failed   0
broken   0
skipped  2
warnings 0
syscalls:ioctl_ns01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns01.c:57: TPASS: NS_GET_PARENT fails with EPERM
ioctl_ns01.c:57: TPASS: NS_GET_PARENT fails with EPERM

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns02.c:39: TPASS: NS_GET_PARENT fails with EINVAL

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns03.c:42: TPASS: NS_GET_OWNER_UID fails, UTS namespace

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns04.c:38: TPASS: NS_GET_USERNS fails with EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns05.c:50: TPASS: child thinks its pid is 1
ioctl_ns05.c:91: TPASS: child and parent are consistent

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns06.c:87: TPASS: child and parent are consistent

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns07.c:33: TPASS: request failed with ENOTTY
ioctl_ns07.c:33: TPASS: request failed with ENOTTY
ioctl_ns07.c:33: TPASS: request failed with ENOTTY
ioctl_ns07.c:33: TPASS: request failed with ENOTTY

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_sg01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_sg01.c:79: TCONF: Could not find any usable SCSI device

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

syscalls:inotify_init1_02 passed

syscalls:inotify01 passed

syscalls:inotify02 passed

syscalls:inotify03 passed

syscalls:inotify04 passed

syscalls:inotify05 passed

syscalls:inotify06 passed

syscalls:inotify07 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
inotify07.c:156: TINFO: mntpoint/ovl/test_dir ino=32770
inotify07.c:166: TINFO: mntpoint/ovl/test_dir ino=32770
inotify07.c:117: TPASS: get event: wd=1 mask=40000004 cookie=0     len=0  name=""
inotify07.c:117: TPASS: get event: wd=1 mask=00000020 cookie=0     len=16 name="test_file"
inotify07.c:117: TPASS: get event: wd=1 mask=00000008 cookie=0     len=16 name="test_file"
inotify07.c:117: TPASS: get event: wd=1 mask=00000004 cookie=0     len=16 name="test_file"

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:inotify08 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
inotify08.c:149: TINFO: mntpoint/ovl/test_file ino=40962, dev=0:42
inotify08.c:160: TINFO: mntpoint/ovl/test_file ino=40962, dev=0:42
inotify08.c:111: TPASS: get event: wd=1 mask=00000004 cookie=0     len=0 
inotify08.c:111: TPASS: get event: wd=1 mask=00000020 cookie=0     len=0 
inotify08.c:111: TPASS: get event: wd=1 mask=00000008 cookie=0     len=0 

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:inotify09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =  -121ns, avg_dev =   196ns, dev_ratio = 1.62 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 35136ns, avg_dev = 17884ns, dev_ratio = 0.51 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 26923ns, avg_dev =  2762ns, dev_ratio = 0.10 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg =  8092ns, avg_dev = 15440ns, dev_ratio = 1.91 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =   571  , avg_dev =  1021  , dev_ratio = 1.79 }
../../../../include/tst_fuzzy_sync.h:534: TINFO: Reached deviation ratios < 0.10, introducing randomness
../../../../include/tst_fuzzy_sync.h:537: TINFO: Delay range is [-1580, 1987]
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 264658, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =    52ns, avg_dev =     4ns, dev_ratio = 0.08 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 29878ns, avg_dev =   833ns, dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 23763ns, avg_dev =  1123ns, dev_ratio = 0.05 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg =  6167ns, avg_dev =   508ns, dev_ratio = 0.08 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =   410  , avg_dev =    24  , dev_ratio = 0.06 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
inotify09.c:89: TPASS: kernel survived inotify beating

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:inotify10 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
inotify10.c:90: TINFO: Test #0: Group with parent and child watches
inotify10.c:167: TPASS: got event: wd=1 mask=40000004 cookie=0 len=16 name="test_dir"
inotify10.c:167: TPASS: got event: wd=2 mask=40000004 cookie=0 len=0 name=""
inotify10.c:167: TPASS: got event: wd=1 mask=0004 cookie=0 len=16 name="test_file"
inotify10.c:167: TPASS: got event: wd=3 mask=0004 cookie=0 len=0 name=""
inotify10.c:90: TINFO: Test #1: Group with child watches and other group with parent watch
inotify10.c:167: TPASS: got event: wd=1 mask=40000004 cookie=0 len=0 name=""
inotify10.c:167: TPASS: got event: wd=2 mask=0004 cookie=0 len=0 name=""
inotify10.c:90: TINFO: Test #2: Group with parent watch and other group with child watches
inotify10.c:167: TPASS: got event: wd=1 mask=40000004 cookie=0 len=16 name="test_dir"
inotify10.c:167: TPASS: got event: wd=1 mask=0004 cookie=0 len=16 name="test_file"
inotify10.c:90: TINFO: Test #3: Two Groups with parent and child watches for different events
inotify10.c:167: TPASS: got event: wd=1 mask=40000004 cookie=0 len=16 name="test_dir"
inotify10.c:167: TPASS: got event: wd=1 mask=0004 cookie=0 len=16 name="test_file"

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify01 passed

syscalls:fanotify02 passed

syscalls:fanotify03 passed

syscalls:fanotify04 passed

syscalls:fanotify05 passed

syscalls:fanotify06 passed

syscalls:fanotify07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:259: TCONF: CONFIG_FANOTIFY_ACCESS_PERMISSIONS not configured in kernel?: EINVAL (22)

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:fanotify08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify08.c:39: TPASS: not set close_on_exec
fanotify08.c:39: TPASS: set close_on_exec

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify09 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify09.c:246: TINFO: Test #0: Events on non-dir child with both parent and mount marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=22000 fd=6 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/tfile_22000
fanotify09.c:335: TPASS: group 1 got no event
fanotify09.c:335: TPASS: group 2 got no event
fanotify09.c:246: TINFO: Test #1: Events on non-dir child and subdir with both parent and mount marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=22000 fd=6 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/tfile_22000
fanotify09.c:191: TPASS: group 0 got event: mask 10 pid=22000 fd=7 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/testdir
fanotify09.c:335: TPASS: group 1 got no event
fanotify09.c:335: TPASS: group 2 got no event
fanotify09.c:246: TINFO: Test #2: Events on non-dir child and parent with both parent and mount marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=22000 fd=6 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/tfile_22000
fanotify09.c:191: TPASS: group 0 got event: mask 10 pid=22000 fd=7 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint
fanotify09.c:335: TPASS: group 1 got no event
fanotify09.c:335: TPASS: group 2 got no event
fanotify09.c:246: TINFO: Test #3: Events on non-dir child and subdir with both parent and subdir marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=22000 fd=6 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/tfile_22000
fanotify09.c:191: TPASS: group 0 got event: mask 10 pid=22000 fd=7 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/testdir
fanotify09.c:335: TPASS: group 1 got no event
fanotify09.c:335: TPASS: group 2 got no event
fanotify09.c:246: TINFO: Test #4: Events on non-dir children with both parent and mount marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=22000 fd=6 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/tfile_22000
fanotify09.c:191: TPASS: group 0 got event: mask 10 pid=22000 fd=7 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/testfile
fanotify09.c:191: TPASS: group 1 got event: mask 10 pid=22000 fd=6 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/testfile
fanotify09.c:191: TPASS: group 2 got event: mask 10 pid=22000 fd=6 filename=/home/pi/ltp/tmp/ltp-UwSzrQsslE/m776Er/mntpoint/testfile
fanotify09.c:246: TINFO: Test #5: Events on non-dir child with both parent and mount marks and filename info
fanotify09.c:249: TCONF: FAN_REPORT_DFID_NAME not supported in kernel?

Summary:
passed   19
failed   0
broken   0
skipped  1
warnings 0
syscalls:fanotify10 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify10.c:517: TCONF: FAN_REPORT_DFID_NAME not supported in kernel?
fanotify10.c:416: TINFO: Test #0: ignore mount events created on a specific file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22014 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22014 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22014 fd=12
fanotify10.c:499: TPASS: group 0 (4) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 1 (4) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 2 (4) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 0 (0) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 1 (0) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 2 (0) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:416: TINFO: Test #1: ignore exec mount events created on a specific file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22015 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22015 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22015 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=22015 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=22015 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=22015 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=22015 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=22015 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=22015 fd=12
fanotify10.c:416: TINFO: Test #2: don't ignore mount events created on another file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22016 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22016 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22016 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=22016 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=22016 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=22016 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=22016 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=22016 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=22016 fd=12
fanotify10.c:416: TINFO: Test #3: don't ignore exec mount events created on another file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22017 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22017 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22017 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1020 pid=22017 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1020 pid=22017 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1020 pid=22017 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1020 pid=22017 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1020 pid=22017 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1020 pid=22017 fd=12
fanotify10.c:416: TINFO: Test #4: ignore inode events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22018 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22018 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22018 fd=12
fanotify10.c:499: TPASS: group 0 (4) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 1 (4) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 2 (4) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 0 (0) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 1 (0) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 2 (0) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:416: TINFO: Test #5: ignore exec inode events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22019 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22019 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22019 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=22019 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=22019 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=22019 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=22019 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=22019 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=22019 fd=12
fanotify10.c:416: TINFO: Test #6: don't ignore inode events created on another mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22020 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22020 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22020 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=22020 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=22020 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=22020 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=22020 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=22020 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=22020 fd=12
fanotify10.c:416: TINFO: Test #7: don't ignore exec inode events created on another mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22021 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22021 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22021 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1020 pid=22021 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1020 pid=22021 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1020 pid=22021 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1020 pid=22021 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1020 pid=22021 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1020 pid=22021 fd=12
fanotify10.c:416: TINFO: Test #8: ignore fs events created on a specific file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22022 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22022 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22022 fd=12
fanotify10.c:499: TPASS: group 0 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 1 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 2 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 0 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 1 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 2 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:416: TINFO: Test #9: ignore exec fs events created on a specific file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22023 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22023 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22023 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=22023 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=22023 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=22023 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=22023 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=22023 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=22023 fd=12
fanotify10.c:416: TINFO: Test #10: don't ignore mount events created on another file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22024 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22024 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22024 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=22024 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=22024 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=22024 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=22024 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=22024 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=22024 fd=12
fanotify10.c:416: TINFO: Test #11: don't ignore exec mount events created on another file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22025 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22025 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22025 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1020 pid=22025 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1020 pid=22025 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1020 pid=22025 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1020 pid=22025 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1020 pid=22025 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1020 pid=22025 fd=12
fanotify10.c:416: TINFO: Test #12: ignore fs events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22026 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22026 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22026 fd=12
fanotify10.c:499: TPASS: group 0 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 1 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 2 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 0 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 1 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 2 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:416: TINFO: Test #13: ignore exec fs events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22027 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22027 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22027 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=22027 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=22027 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=22027 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=22027 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=22027 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=22027 fd=12
fanotify10.c:416: TINFO: Test #14: don't ignore fs events created on another mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22028 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22028 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22028 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=22028 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=22028 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=22028 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=22028 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=22028 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=22028 fd=12
fanotify10.c:416: TINFO: Test #15: don't ignore exec fs events created on another mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22029 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22029 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22029 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1020 pid=22029 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1020 pid=22029 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1020 pid=22029 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1020 pid=22029 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1020 pid=22029 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1020 pid=22029 fd=12
fanotify10.c:416: TINFO: Test #16: ignore child exec events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=22030 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=22030 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=22030 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=22030 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=22030 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=22030 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=22030 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=22030 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=22030 fd=12
fanotify10.c:416: TINFO: Test #17: ignore events on children of directory created on a specific file
fanotify10.c:430: TCONF: ignored mask in combination with flag FAN_EVENT_ON_CHILD has undefined behavior on kernel < 5.9
fanotify10.c:416: TINFO: Test #18: ignore events on file created inside a parent watching children
fanotify10.c:430: TCONF: ignored mask in combination with flag FAN_EVENT_ON_CHILD has undefined behavior on kernel < 5.9
fanotify10.c:416: TINFO: Test #19: don't ignore events on file created inside a parent not watching children
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22031 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22031 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22031 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=22031 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=22031 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=22031 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=22031 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=22031 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=22031 fd=12
fanotify10.c:416: TINFO: Test #20: ignore mount events created inside a parent watching children
fanotify10.c:430: TCONF: ignored mask in combination with flag FAN_EVENT_ON_CHILD has undefined behavior on kernel < 5.9
fanotify10.c:416: TINFO: Test #21: don't ignore mount events created inside a parent not watching children
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22032 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22032 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22032 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=22032 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=22032 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=22032 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=22032 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=22032 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=22032 fd=12
fanotify10.c:416: TINFO: Test #22: ignore fs events created inside a parent watching children
fanotify10.c:430: TCONF: ignored mask in combination with flag FAN_EVENT_ON_CHILD has undefined behavior on kernel < 5.9
fanotify10.c:416: TINFO: Test #23: don't ignore fs events created inside a parent not watching children
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=22033 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=22033 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=22033 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=22033 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=22033 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=22033 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=22033 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=22033 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=22033 fd=12

Summary:
passed   180
failed   0
broken   0
skipped  5
warnings 0
syscalls:fanotify11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify11.c:66: TINFO: Test #0: without FAN_REPORT_TID: tgid=22035, tid=0, event.pid=-31182030
fanotify11.c:85: TPASS: event.pid == tgid
fanotify11.c:66: TINFO: Test #1: with FAN_REPORT_TID: tgid=22035, tid=22036, event.pid=22035
fanotify11.c:83: TPASS: event.pid == tid

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify12.c:139: TINFO: Test #0: inode mark, FAN_OPEN events
fanotify12.c:208: TPASS: Received event: mask=20, pid=22042, fd=4
fanotify12.c:208: TPASS: Received event: mask=20, pid=22042, fd=5
fanotify12.c:139: TINFO: Test #1: inode mark, FAN_OPEN_EXEC events
fanotify12.c:208: TPASS: Received event: mask=1000, pid=22043, fd=4
fanotify12.c:139: TINFO: Test #2: inode mark, FAN_OPEN | FAN_OPEN_EXEC events
fanotify12.c:208: TPASS: Received event: mask=20, pid=22044, fd=4
fanotify12.c:208: TPASS: Received event: mask=1020, pid=22044, fd=5
fanotify12.c:139: TINFO: Test #3: inode mark, FAN_OPEN events, ignore FAN_OPEN_EXEC
fanotify12.c:208: TPASS: Received event: mask=20, pid=22045, fd=4
fanotify12.c:208: TPASS: Received event: mask=20, pid=22045, fd=5
fanotify12.c:139: TINFO: Test #4: inode mark, FAN_OPEN_EXEC events, ignore FAN_OPEN
fanotify12.c:208: TPASS: Received event: mask=1000, pid=22046, fd=4
fanotify12.c:139: TINFO: Test #5: inode mark, FAN_OPEN | FAN_OPEN_EXEC events, ignore FAN_OPEN_EXEC
fanotify12.c:208: TPASS: Received event: mask=20, pid=22047, fd=4
fanotify12.c:208: TPASS: Received event: mask=20, pid=22047, fd=5

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify13 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = bbfd9d37.b0f36c11.c.ef8cac35.0...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = bbfd9d37.b0f36c11.d.4e374bee.0...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = bbfd9d37.b0f36c11.6001.3d979a5a.0...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.ef8cac350000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.4e374bee0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.ef8cac350000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.4e374bee0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22067, fid=bbfd9d37.b0f36c11.3d979a5a00006001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.ef8cac350000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.4e374bee0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.ef8cac350000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.4e374bee0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22067, fid=bbfd9d37.b0f36c11.3d979a5a00006001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.ef8cac350000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.4e374bee0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.ef8cac350000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22067, fid=bbfd9d37.b0f36c11.4e374bee0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22067, fid=bbfd9d37.b0f36c11.3d979a5a00006001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = 524e57fc.7bd61ce.1801.92486fd7.0...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = 524e57fc.7bd61ce.1802.c9f8d496.0...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = 524e57fc.7bd61ce.7001.9d54ce31.0...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.92486fd700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.c9f8d49600001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.92486fd700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.c9f8d49600001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22073, fid=524e57fc.7bd61ce.9d54ce3100007001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.92486fd700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.c9f8d49600001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.92486fd700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.c9f8d49600001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22073, fid=524e57fc.7bd61ce.9d54ce3100007001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.92486fd700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.c9f8d49600001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.92486fd700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22073, fid=524e57fc.7bd61ce.c9f8d49600001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22073, fid=524e57fc.7bd61ce.9d54ce3100007001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = fd83ff43.517806b.c.1e244c2c.0...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = fd83ff43.517806b.d.527aefcb.0...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = fd83ff43.517806b.8001.2e222cfd.0...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.1e244c2c0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.527aefcb0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.1e244c2c0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.527aefcb0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22078, fid=fd83ff43.517806b.2e222cfd00008001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.1e244c2c0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.527aefcb0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.1e244c2c0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.527aefcb0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22078, fid=fd83ff43.517806b.2e222cfd00008001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.1e244c2c0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.527aefcb0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.1e244c2c0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22078, fid=fd83ff43.517806b.527aefcb0000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22078, fid=fd83ff43.517806b.2e222cfd00008001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = 703.0.83.0.3dc36fd3...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = 703.0.84.0.a332a4f...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = 703.0.85.0.d66b81f2...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22087, fid=703.0.85 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22087, fid=703.0.85 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=22087, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=22087, fid=703.0.85 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   60
failed   0
broken   1
skipped  0
warnings 0
syscalls:fanotify14 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   24
failed   0
broken   1
skipped  0
warnings 0
syscalls:fanotify15 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 3eed9dd4.4c2056c4.5001.6b0f59fc.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 3eed9dd4.4c2056c4.5002.f3d6aa84.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 3eed9dd4.4c2056c4.5002.a5af83ab.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=22154, fid=3eed9dd4.4c2056c4.6b0f59fc00005001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=22154, fid=3eed9dd4.4c2056c4.f3d6aa8400005002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=22154, fid=3eed9dd4.4c2056c4.f3d6aa8400005002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=22154, fid=3eed9dd4.4c2056c4.6b0f59fc00005001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=22154, fid=3eed9dd4.4c2056c4.a5af83ab00005002 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 3eed9dd4.4c2056c4.5001.6b0f59fc.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 3eed9dd4.4c2056c4.5002.3552769.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 3eed9dd4.4c2056c4.5002.b048ec57.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=22154, fid=3eed9dd4.4c2056c4.6b0f59fc00005001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=22154, fid=3eed9dd4.4c2056c4.355276900005002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=22154, fid=3eed9dd4.4c2056c4.355276900005002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=22154, fid=3eed9dd4.4c2056c4.6b0f59fc00005001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=22154, fid=3eed9dd4.4c2056c4.b048ec5700005002 values
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 760d032b.d8f00727.1001.dd0cba5d.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 760d032b.d8f00727.1002.b2f5bb56.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 760d032b.d8f00727.1002.7af28d9.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=22160, fid=760d032b.d8f00727.dd0cba5d00001001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=22160, fid=760d032b.d8f00727.b2f5bb5600001002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=22160, fid=760d032b.d8f00727.b2f5bb5600001002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=22160, fid=760d032b.d8f00727.dd0cba5d00001001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=22160, fid=760d032b.d8f00727.7af28d900001002 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 760d032b.d8f00727.1001.dd0cba5d.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 760d032b.d8f00727.1002.97c97e9e.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 760d032b.d8f00727.1002.fc5fab4d.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=22160, fid=760d032b.d8f00727.dd0cba5d00001001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=22160, fid=760d032b.d8f00727.97c97e9e00001002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=22160, fid=760d032b.d8f00727.97c97e9e00001002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=22160, fid=760d032b.d8f00727.dd0cba5d00001001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=22160, fid=760d032b.d8f00727.fc5fab4d00001002 values
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 669de3ea.7a287c86.8001.e4b3efd9.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 669de3ea.7a287c86.8002.bc3f09f1.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 669de3ea.7a287c86.8002.e9bab83d.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=22165, fid=669de3ea.7a287c86.e4b3efd900008001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=22165, fid=669de3ea.7a287c86.bc3f09f100008002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=22165, fid=669de3ea.7a287c86.bc3f09f100008002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=22165, fid=669de3ea.7a287c86.e4b3efd900008001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=22165, fid=669de3ea.7a287c86.e9bab83d00008002 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 669de3ea.7a287c86.8001.e4b3efd9.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 669de3ea.7a287c86.8002.22aa3816.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 669de3ea.7a287c86.8002.e6dd1721.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=22165, fid=669de3ea.7a287c86.e4b3efd900008001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=22165, fid=669de3ea.7a287c86.22aa381600008002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=22165, fid=669de3ea.7a287c86.22aa381600008002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=22165, fid=669de3ea.7a287c86.e4b3efd900008001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=22165, fid=669de3ea.7a287c86.e6dd172100008002 values
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 703.0.83.0.ddb15324...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 703.0.84.0.4f943c2e...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 703.0.20080.0.6b36b655...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=22174, fid=703.0.83 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=22174, fid=703.0.84 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=22174, fid=703.0.84 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=22174, fid=703.0.83 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=22174, fid=703.0.20080 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 703.0.83.0.ddb15324...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 703.0.84.0.4f943c2f...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 703.0.41b00.0.d4878cd...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=22174, fid=703.0.83 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=22174, fid=703.0.84 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=22174, fid=703.0.84 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=22174, fid=703.0.83 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=22174, fid=703.0.41b00 values
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   40
failed   0
broken   1
skipped  0
warnings 0
syscalls:fanotify16 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   0
failed   0
broken   1
skipped  4
warnings 0
syscalls:fanotify17 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify17.c:243: TINFO: max_fanotify_groups=129 max_fanotify_marks=8192
fanotify17.c:176: TINFO: Test #0: Global groups limit in init user ns
fanotify17.c:133: TPASS: Created 129 groups - below groups limit (129)
fanotify17.c:176: TINFO: Test #1: Global groups limit in privileged user ns
fanotify17.c:179: TCONF: fanotify inside user namespace is not supported
fanotify17.c:176: TINFO: Test #2: Local groups limit in unprivileged user ns
fanotify17.c:179: TCONF: fanotify inside user namespace is not supported
fanotify17.c:176: TINFO: Test #3: Local marks limit in unprivileged user ns
fanotify17.c:179: TCONF: fanotify inside user namespace is not supported

Summary:
passed   1
failed   0
broken   0
skipped  3
warnings 0
syscalls:fanotify18 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify18.c:168: TINFO: Running as privileged user, revoking permissions.
fanotify18.c:177: TCONF: unprivileged fanotify not supported by kernel?

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:fanotify19 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify19.c:230: TINFO: Running as privileged user, revoking.
fanotify19.c:119: TINFO: Test #0 unprivileged listener - events by self
fanotify19.c:127: TCONF: unprivileged fanotify not supported by kernel?
fanotify19.c:119: TINFO: Test #1 unprivileged lisneter - events by child
fanotify19.c:127: TCONF: unprivileged fanotify not supported by kernel?

Summary:
passed   0
failed   0
broken   0
skipped  2
warnings 0
syscalls:ioperm01 passed
tst_test.c:911: TCONF: LSB v1.3 does not specify ioperm() for this architecture. (only for i386 or x86_64)
syscalls:ioperm02 passed
tst_test.c:911: TCONF: LSB v1.3 does not specify ioperm() for this architecture. (only for i386 or x86_64)
syscalls:iopl01 passed
tst_test.c:911: TCONF: LSB v1.3 does not specify iopl() for this architecture. (only for i386 or x86_64)
syscalls:iopl02 passed
tst_test.c:911: TCONF: LSB v1.3 does not specify iopl() for this architecture. (only for i386 or x86_64)
syscalls:ioprio_get01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioprio_get01.c:42: TPASS: ioprio_get returned class NONE prio 4

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioprio_set01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ioprio_set02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioprio_set02.c:36: TPASS: tested all prios in class BEST-EFFORT
ioprio_set02.c:52: TPASS: tested all prios in class IDLE
ioprio.h:91: TPASS: ioprio_set new class NONE, new prio 0

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioprio_set03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioprio.h:91: TPASS: ioprio_set new class BEST-EFFORT, new prio 4
ioprio_set03.c:34: TPASS: returned correct error for wrong prio: EINVAL (22)
ioprio_set03.c:48: TINFO: tested illegal priority with class NONE
ioprio_set03.c:50: TPASS: returned correct error for wrong prio: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_cancel01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_cancel01.c:25: TPASS: tst_syscall(__NR_io_cancel, ctx, NULL, NULL): EFAULT (14)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_destroy01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_destroy01.c:41: TPASS: io_destroy() failed as expected, returned -EINVAL

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_getevents01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_getevents01.c:24: TPASS: tst_syscall(__NR_io_getevents, ctx, 0, 0, NULL, NULL): EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_pgetevents01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_pgetevents01.c:28: TINFO: Testing variant: syscall with old kernel spec
io_pgetevents01.c:68: TPASS: io_pgetevents() works as expected
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_pgetevents01.c:28: TINFO: Testing variant: syscall time64 with kernel spec
io_pgetevents01.c:68: TPASS: io_pgetevents() works as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_pgetevents02 failed
io_pgetevents02: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
syscalls:io_setup01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_setup01.c:64: TPASS: io_setup() passed as expected
io_setup01.c:43: TPASS: io_setup() failed as expected, returned -EINVAL
io_setup01.c:43: TPASS: io_setup() failed as expected, returned -EINVAL
io_setup01.c:43: TPASS: io_setup() failed as expected, returned -EFAULT
io_setup01.c:43: TPASS: io_setup() failed as expected, returned -EAGAIN/EWOULDBLOCK

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_submit01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_submit01.c:112: TPASS: io_submit() with invalid ctx failed with EINVAL
io_submit01.c:112: TPASS: io_submit() with invalid nr failed with EINVAL
io_submit01.c:112: TPASS: io_submit() with invalid iocbpp pointer failed with EFAULT
io_submit01.c:112: TPASS: io_submit() with NULL iocb pointers failed with EFAULT
io_submit01.c:112: TPASS: io_submit() with invalid fd failed with EBADF
io_submit01.c:112: TPASS: io_submit() with readonly fd for write failed with EBADF
io_submit01.c:112: TPASS: io_submit() with writeonly fd for read failed with EBADF
io_submit01.c:112: TPASS: io_submit() with zero buf size failed with SUCCESS
io_submit01.c:112: TPASS: io_submit() with zero nr failed with SUCCESS

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl01.c:27: TPASS: KEYCTL_GET_KEYRING_ID succeeded
keyctl01.c:48: TPASS: KEYCTL_REVOKE failed as expected: ENOKEY (126)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl02.c:118: TINFO: waiting for key gc took: 100 ms
keyctl02.c:119: TPASS: Bug not reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl03.c:39: TPASS: Bug not reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl04.c:39: TPASS: thread keyring was not leaked

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fips.c:22: TINFO: FIPS: off
keyctl05.c:131: TINFO: Try to update the 'asymmetric' key...
keyctl05.c:144: TPASS: updating 'asymmetric' key expectedly failed with EOPNOTSUPP
keyctl05.c:131: TINFO: Try to update the 'dns_resolver' key...
keyctl05.c:144: TPASS: updating 'dns_resolver' key expectedly failed with EOPNOTSUPP
keyctl05.c:179: TINFO: Try to update the 'user' key...
keyctl05.c:188: TPASS: didn't crash while racing to update 'user' key

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl06.c:60: TPASS: KEYCTL_READ returned full count but didn't overrun the buffer

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl07.c:62: TINFO: trying to read from the negative key...
keyctl07.c:73: TPASS: KEYCTL_READ on negative key expectedly failed with ENOKEY
keyctl07.c:88: TPASS: didn't crash while reading from negative key

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl08.c:22: TPASS: Denied access to .builtin_trusted_keys

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

syscalls:kcmp02 passed

syscalls:kcmp03 passed

syscalls:kill02 passed
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.
syscalls:kill03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:kill05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
kill05.c:68: TPASS: kill failed with EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:kill06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
kill06.c:43: TPASS: receive expected signal SIGKILL(9)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:kill07 passed
kill07      0  TINFO  :  received expected signal 9
kill07      1  TPASS  :  Did not catch signal as expected
syscalls:kill08 passed
kill08      1  TPASS  :  received expected signal 9
syscalls:kill09 passed
kill09      1  TPASS  :  kill(5132, SIGKILL) returned 0
syscalls:kill10 passed
5134: All 10 children reported in
5135: All 10 children reported in
kill10      1  TPASS  :  All 2 pgrps received their signals
syscalls:kill11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
kill11.c:119: TINFO: Adjusting RLIMIT_CORE to 524288
kill11.c:99: TPASS: signal SIGHUP          
kill11.c:99: TPASS: signal SIGINT          
kill11.c:99: TPASS: signal SIGQUIT          dumped core
kill11.c:99: TPASS: signal SIGILL           dumped core
kill11.c:99: TPASS: signal SIGTRAP          dumped core
kill11.c:99: TPASS: signal SIGIOT/SIGABRT   dumped core
kill11.c:99: TPASS: signal SIGIOT/SIGABRT   dumped core
kill11.c:99: TPASS: signal SIGBUS           dumped core
kill11.c:99: TPASS: signal SIGFPE           dumped core
kill11.c:99: TPASS: signal SIGKILL         
kill11.c:99: TPASS: signal SIGUSR1         
kill11.c:99: TPASS: signal SIGSEGV          dumped core
kill11.c:99: TPASS: signal SIGUSR2         
kill11.c:99: TPASS: signal SIGPIPE         
kill11.c:99: TPASS: signal SIGALRM         
kill11.c:99: TPASS: signal SIGTERM         
kill11.c:99: TPASS: signal SIGSTKFLT       
kill11.c:99: TPASS: signal SIGXCPU          dumped core
kill11.c:99: TPASS: signal SIGXFSZ          dumped core
kill11.c:99: TPASS: signal SIGVTALRM       
kill11.c:99: TPASS: signal SIGPROF         
kill11.c:99: TPASS: signal SIGIO/SIGPOLL   
kill11.c:99: TPASS: signal SIGPWR          
kill11.c:99: TPASS: signal SIGSYS/SIGUNUSED dumped core

Summary:
passed   24
failed   0
broken   0
skipped  0
warnings 0
syscalls:kill12 passed
kill12      1  TPASS  :  Test passed
syscalls:lchown01 passed
lchown01    1  TPASS  :  lchown() succeeds to Change Owner/Group ids of slink_file
lchown01    2  TPASS  :  lchown() succeeds to Change Owner id only of slink_file
lchown01    3  TPASS  :  lchown() succeeds to Change Owner/Group ids of slink_file
lchown01    4  TPASS  :  lchown() succeeds to Change Group id only of slink_file
lchown01    5  TPASS  :  lchown() succeeds to Change Group/Group ids of slink_file
lchown01    6  TPASS  :  lchown() succeeds to Change none of slink_file
syscalls:lchown01_16 failed
lchown01_16    1  TPASS  :  lchown() succeeds to Change Owner/Group ids of slink_file
lchown01_16    2  TFAIL  :  lchown01.c:136: slink_file: incorrect ownership set, Expected 702 701
lchown01_16    3  TPASS  :  lchown() succeeds to Change Owner/Group ids of slink_file
lchown01_16    4  TFAIL  :  lchown01.c:136: slink_file: incorrect ownership set, Expected 703 704
lchown01_16    5  TPASS  :  lchown() succeeds to Change Group/Group ids of slink_file
lchown01_16    6  TFAIL  :  lchown01.c:136: slink_file: incorrect ownership set, Expected 703 705
syscalls:lchown02 passed
lchown02    1  TPASS  :  lchown(2) fails, Process is not owner/root, errno:1
lchown02    2  TPASS  :  lchown(2) fails, Search permission denied, errno:13
lchown02    3  TPASS  :  lchown(2) fails, Unaccessible address space, errno:14
lchown02    4  TPASS  :  lchown(2) fails, Pathname too long, errno:36
lchown02    5  TPASS  :  lchown(2) fails, Path contains regular file, errno:20
lchown02    6  TPASS  :  lchown(2) fails, Pathname is empty, errno:2
syscalls:lchown03 passed
mke2fs 1.44.5 (15-Dec-2018)
lchown03    0  TINFO  :  Found free device 3 '/dev/loop3'
lchown03    0  TINFO  :  Formatting /dev/loop3 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
syscalls:lchown02_16 passed
lchown02_16    1  TPASS  :  lchown(2) fails, Process is not owner/root, errno:1
lchown02_16    2  TPASS  :  lchown(2) fails, Search permission denied, errno:13
lchown02_16    3  TPASS  :  lchown(2) fails, Unaccessible address space, errno:14
lchown02_16    4  TPASS  :  lchown(2) fails, Pathname too long, errno:36
lchown02_16    5  TPASS  :  lchown(2) fails, Path contains regular file, errno:20
lchown02_16    6  TPASS  :  lchown(2) fails, Pathname is empty, errno:2
syscalls:lchown03_16 passed
mke2fs 1.44.5 (15-Dec-2018)
lchown03_16    0  TINFO  :  Found free device 3 '/dev/loop3'
lchown03_16    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
lchown03_16    1  TPASS  :  lchown() failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
lchown03_16    2  TPASS  :  lchown() failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
syscalls:lgetxattr01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lgetxattr01.c:77: TPASS: lgetxattr() got expected value
lgetxattr01.c:90: TPASS: lgetxattr() failed as expected: ENODATA (61)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:lgetxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lgetxattr02.c:63: TPASS: lgetxattr() failed as expected: ENODATA (61)
lgetxattr02.c:63: TPASS: lgetxattr() failed as expected: ERANGE (34)
lgetxattr02.c:63: TPASS: lgetxattr() failed as expected: EFAULT (14)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:link01 passed
link01      1  TPASS  :  link(2) to a symbolic link, which is pointing to an existing object file worked - file created and link count adjusted
link01      2  TPASS  :  link(2) to a symbolic link, which is pointing to a non-existing object file worked ok - file created and link count adjusted.
syscalls:link02 passed
link02      1  TPASS  :  link(oldpath,newpath) returned 0 and link counts match
syscalls:link03 passed
link03      1  TPASS  :  link() passed and linkcounts=10 match
syscalls:link04 passed
link04      1  TPASS  :  link(<non-existent file>, <nefile>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      2  TPASS  :  link(<path is empty string>, <nefile>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      3  TPASS  :  link(<path contains a non-existent file>, <nefile>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      4  TPASS  :  link(<path contains a regular file>, <nefile>): TEST_ERRNO=ENOTDIR(20): Not a directory
link04      5  TPASS  :  link(<pathname too long>, <nefile>): TEST_ERRNO=ENAMETOOLONG(36): File name too long
link04      6  TPASS  :  link(<invalid address>, <nefile>): TEST_ERRNO=EFAULT(14): Bad address
link04      7  TPASS  :  link(<regfile>, <empty string>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      8  TPASS  :  link(<regfile>, <path contains a non-existent file>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      9  TPASS  :  link(<regfile>, <path contains a regular file>): TEST_ERRNO=ENOENT(2): No such file or directory
link04     10  TPASS  :  link(<regfile>, <pathname too long>): TEST_ERRNO=ENAMETOOLONG(36): File name too long
link04     11  TPASS  :  link(<regfile>, <invalid address>): TEST_ERRNO=EFAULT(14): Bad address
link04     12  TPASS  :  link(<regfile>, <regfile2>): TEST_ERRNO=EEXIST(17): File exists
syscalls:link05 passed
link05      1  TPASS  :  link(lkfile_5220, lkfile_5220[1-1000]) ret 0 for 1000 files,stat linkcounts match 1000
syscalls:link06 passed
link06      1  TPASS  :  link() fails with expected error EACCES errno:13
syscalls:link07 passed
link07      1  TPASS  :  link() fails with expected error: TEST_ERRNO=EACCES(13): Permission denied
syscalls:link08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
link08.c:59: TPASS: link() failed as expected: EPERM (1)
link08.c:59: TPASS: link() failed as expected: EXDEV (18)
link08.c:59: TPASS: link() failed as expected: EROFS (30)
link08.c:59: TPASS: link() failed as expected: ELOOP (40)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:linkat01 passed
linkat01    1  TPASS  :  linkat is functionality correct
linkat01    2  TPASS  :  linkat succeeded as expected
linkat01    3  TPASS  :  linkat is functionality correct
linkat01    4  TPASS  :  linkat is functionality correct
linkat01    5  TPASS  :  linkat is functionality correct
linkat01    6  TPASS  :  linkat succeeded as expected
linkat01    7  TPASS  :  linkat is functionality correct
linkat01    8  TPASS  :  linkat failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
linkat01    9  TPASS  :  linkat failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
linkat01   10  TPASS  :  linkat succeeded as expected
linkat01   11  TPASS  :  linkat is functionality correct
linkat01   12  TPASS  :  linkat failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
linkat01   13  TPASS  :  linkat failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
linkat01   14  TPASS  :  linkat succeeded as expected
linkat01   15  TPASS  :  linkat is functionality correct
linkat01   16  TPASS  :  linkat failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
linkat01   17  TPASS  :  linkat failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
linkat01   18  TPASS  :  linkat succeeded as expected
linkat01   19  TPASS  :  linkat is functionality correct
linkat01   20  TPASS  :  linkat failed as expected: TEST_ERRNO=EXDEV(18): Invalid cross-device link
linkat01   21  TPASS  :  linkat failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
linkat01   22  TPASS  :  linkat failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:linkat02 passed
mke2fs 1.44.5 (15-Dec-2018)
linkat02    0  TINFO  :  Found free device 3 '/dev/loop3'
linkat02    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
linkat02    0  TINFO  :  the maximum number of hard links to emlink_dir/testfile0 is hit: 65000
linkat02    1  TPASS  :  linkat failed as expected: TEST_ERRNO=ENAMETOOLONG(36): File name too long
linkat02    2  TPASS  :  linkat failed as expected: TEST_ERRNO=ENAMETOOLONG(36): File name too long
linkat02    3  TPASS  :  linkat failed as expected: TEST_ERRNO=EEXIST(17): File exists
linkat02    4  TPASS  :  linkat failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
linkat02    5  TPASS  :  linkat failed as expected: TEST_ERRNO=EACCES(13): Permission denied
linkat02    6  TPASS  :  linkat failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
linkat02    7  TPASS  :  linkat failed as expected: TEST_ERRNO=EMLINK(31): Too many links
syscalls:listen01 passed
listen01    1  TPASS  :  bad file descriptor successful
listen01    2  TPASS  :  not a socket successful
listen01    3  TPASS  :  UDP listen successful
syscalls:listxattr01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
listxattr01.c:63: TPASS: listxattr() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:listxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
listxattr02.c:73: TPASS: listxattr() failed as expected: ERANGE (34)
listxattr02.c:73: TPASS: listxattr() failed as expected: ENOENT (2)
listxattr02.c:73: TPASS: listxattr() failed as expected: EFAULT (14)
listxattr02.c:73: TPASS: listxattr() failed as expected: ENAMETOOLONG (36)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:listxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:llistxattr01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
llistxattr01.c:71: TPASS: llistxattr() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:llistxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
llistxattr02.c:74: TPASS: llistxattr() failed as expected: ERANGE (34)
llistxattr02.c:74: TPASS: llistxattr() failed as expected: ENOENT (2)
llistxattr02.c:74: TPASS: llistxattr() failed as expected: EFAULT (14)
llistxattr02.c:74: TPASS: llistxattr() failed as expected: ENAMETOOLONG (36)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:llistxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
llistxattr03.c:55: TPASS: llistxattr() succeed with suitable buffer
llistxattr03.c:55: TPASS: llistxattr() succeed with suitable buffer

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:llseek01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:llseek02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
llseek02.c:50: TPASS: lseek64(3, 1, 10) failed as expected: EINVAL (22)
llseek02.c:50: TPASS: lseek64(4, 1, 0) failed as expected: EBADF (9)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:llseek03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:lremovexattr01 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   4
failed   0
broken   1
skipped  0
warnings 0
syscalls:lseek01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lseek01.c:67: TPASS: lseek(tfile, 4, SEEK_SET) read correct data
lseek01.c:67: TPASS: lseek(tfile, -2, SEEK_CUR) read correct data
lseek01.c:67: TPASS: lseek(tfile, -4, SEEK_END) read correct data
lseek01.c:67: TPASS: lseek(tfile, 0, SEEK_END) read correct data

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:lseek02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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(3, 1, 5) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(3, 1, -1) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(3, 1, 7) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(4, 1, 0) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(4, 1, 1) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(4, 1, 2) failed as expected: ESPIPE (29)
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(7, 1, 0) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(7, 1, 1) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(7, 1, 2) failed as expected: ESPIPE (29)

Summary:
passed   15
failed   0
broken   0
skipped  0
warnings 0
syscalls:lseek07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lseek07.c:70: TPASS: lseek(tfile1, 7, SEEK_SET) wrote correct data abcdefgijk
lseek07.c:70: TPASS: lseek(tfile2, 2, SEEK_SET) wrote correct data abijkfg

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:lseek11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lseek11.c:162: TINFO: The block size is 4096
lseek11.c:212: TPASS: The 0th test passed: SEEK_DATA from startblock 0 offset 0
lseek11.c:212: TPASS: The 1th test passed: SEEK_DATA from startblock 0 offset 4
lseek11.c:212: TPASS: The 2th test passed: SEEK_HOLE from startblock 0 offset 0
lseek11.c:212: TPASS: The 3th test passed: SEEK_HOLE from startblock 0 offset 4
lseek11.c:212: TPASS: The 4th test passed: SEEK_HOLE from startblock 1 offset 0
lseek11.c:212: TPASS: The 5th test passed: SEEK_HOLE from startblock 1 offset 128
lseek11.c:212: TPASS: The 6th test passed: SEEK_DATA from startblock 1 offset 0
lseek11.c:212: TPASS: The 7th test passed: SEEK_DATA from startblock 10 offset -1
lseek11.c:212: TPASS: The 8th test passed: SEEK_DATA from startblock 10 offset 0
lseek11.c:212: TPASS: The 9th test passed: SEEK_DATA from startblock 10 offset 4
lseek11.c:212: TPASS: The 10th test passed: SEEK_HOLE from startblock 10 offset 0
lseek11.c:212: TPASS: The 11th test passed: SEEK_HOLE from startblock 10 offset 4
lseek11.c:212: TPASS: The 12th test passed: SEEK_HOLE from startblock 11 offset 128
lseek11.c:212: TPASS: The 13th test passed: SEEK_DATA from startblock 11 offset 128
lseek11.c:212: TPASS: The 14th test passed: SEEK_HOLE from startblock 30 offset -128

Summary:
passed   15
failed   0
broken   0
skipped  0
warnings 0
syscalls:lstat01A passed
lstat01     1  TPASS  :  lstat(2) of symbolic link file which points to no object file is ok
lstat01     2  TPASS  :  lstat(2) of symbolic link file which points at an object file is ok
lstat01     3  TPASS  :  lstat(2) of object file returns object file inode information
syscalls:lstat01A_64 passed
lstat01_64    1  TPASS  :  lstat(2) of symbolic link file which points to no object file is ok
lstat01_64    2  TPASS  :  lstat(2) of symbolic link file which points at an object file is ok
lstat01_64    3  TPASS  :  lstat(2) of object file returns object file inode information
syscalls:lstat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lstat01.c:47: TPASS: lstat() reported correct values for the symlink!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:lstat01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lstat01.c:47: TPASS: lstat() reported correct values for the symlink!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:lstat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lstat02.c:72: TPASS: lstat() failed as expected: EACCES (13)
lstat02.c:72: TPASS: lstat() failed as expected: ENOENT (2)
lstat02.c:72: TPASS: lstat() failed as expected: EFAULT (14)
lstat02.c:72: TPASS: lstat() failed as expected: ENAMETOOLONG (36)
lstat02.c:72: TPASS: lstat() failed as expected: ENOTDIR (20)
lstat02.c:72: TPASS: lstat() failed as expected: ELOOP (40)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:lstat02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lstat02.c:72: TPASS: lstat() failed as expected: EACCES (13)
lstat02.c:72: TPASS: lstat() failed as expected: ENOENT (2)
lstat02.c:72: TPASS: lstat() failed as expected: EFAULT (14)
lstat02.c:72: TPASS: lstat() failed as expected: ENAMETOOLONG (36)
lstat02.c:72: TPASS: lstat() failed as expected: ENOTDIR (20)
lstat02.c:72: TPASS: lstat() failed as expected: ELOOP (40)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:mallinfo02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mallinfo02.c:28: TPASS: malloc() uses sbrk when size < 128k
mallinfo02.c:41: TPASS: malloc() uses mmap when size >= 128k

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:mallopt01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mallopt01.c:41: TPASS: mallinfo() succeeded
mallopt01.c:48: TPASS: mallopt(M_MXFAST, 160) succeeded
mallopt01.c:53: TPASS: malloc(1024) succeeded
mallopt01.c:60: TPASS: mallopt(M_MXFAST, 0) succeeded
mallopt01.c:65: TPASS: malloc(1024) succeeded

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:mbind01 passed

syscalls:mbind02 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:mbind03 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:mbind04 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:memset01 passed
memset01    1  TPASS  :  Test passed
memset01    2  TPASS  :  Test passed
syscalls:memcmp01 passed
memcmp1     1  TPASS  :  Test passed
memcmp1     2  TPASS  :  Test passed
syscalls:memcpy01 passed
memcpy1     1  TPASS  :  Test passed
memcpy1     2  TPASS  :  Test passed
memcpy1     3  TPASS  :  Test passed
syscalls:migrate_pages01 passed

syscalls:migrate_pages02 passed

syscalls:migrate_pages03 passed
tst_test.c:911: TCONF: require libnuma >= 2 and it's development packages
syscalls:mlockall01 passed
mlockall01    1  TPASS  :  mlockall test passed for MCL_CURRENT
mlockall01    2  TPASS  :  mlockall test passed for MCL_FUTURE
mlockall01    3  TPASS  :  mlockall test passed for MCL_CURRENT|MCL_FUTURE
syscalls:mlockall02 passed
mlockall02    1  TPASS  :  expected failure - errno = 12 : Cannot allocate memory
mlockall02    2  TPASS  :  expected failure - errno = 1 : Operation not permitted
mlockall02    3  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:mlockall03 passed
mlockall03    1  TPASS  :  expected failure - errno = 12 : Cannot allocate memory
mlockall03    2  TPASS  :  expected failure - errno = 1 : Operation not permitted
mlockall03    3  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:mkdir02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdir02.c:55: TPASS: New dir inherited GID and S_ISGID

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mkdir03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdir03.c:62: TPASS: mkdir() failed as expected: EFAULT (14)
mkdir03.c:62: TPASS: mkdir() failed as expected: ENAMETOOLONG (36)
mkdir03.c:62: TPASS: mkdir() failed as expected: EEXIST (17)
mkdir03.c:62: TPASS: mkdir() failed as expected: ENOENT (2)
mkdir03.c:62: TPASS: mkdir() failed as expected: ENOTDIR (20)
mkdir03.c:62: TPASS: mkdir() failed as expected: ELOOP (40)
mkdir03.c:62: TPASS: mkdir() failed as expected: EROFS (30)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:mkdir04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdir04.c:37: TPASS: mkdir() failed expectedly: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mkdir05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdir05.c:45: TPASS: mkdir() functionality is correct

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mkdir05A passed
mkdir05     1  TPASS  :  mkdir(2) of object file through symbolic link file failed as expected
syscalls:mkdir09 passed
mkdir09     1  TPASS  :  PASS
syscalls:mkdirat01 passed
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
syscalls:mkdirat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdirat02.c:66: TPASS: mkdirat() failed as expected: EROFS (30)
mkdirat02.c:66: TPASS: mkdirat() failed as expected: EROFS (30)
mkdirat02.c:66: TPASS: mkdirat() failed as expected: ELOOP (40)
mkdirat02.c:66: TPASS: mkdirat() failed as expected: ELOOP (40)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:mknod01 passed
mknod01     1  TPASS  :  mknod(test_node, 0100777, 0) returned 0
mknod01     2  TPASS  :  mknod(test_node, 010777, 0) returned 0
mknod01     3  TPASS  :  mknod(test_node, 020777, 259) returned 0
mknod01     4  TPASS  :  mknod(test_node, 060777, 0) returned 0
mknod01     5  TPASS  :  mknod(test_node, 0104700, 0) returned 0
mknod01     6  TPASS  :  mknod(test_node, 0102700, 0) returned 0
mknod01     7  TPASS  :  mknod(test_node, 0106700, 0) returned 0
syscalls:mknod02 passed
mknod02     1  TPASS  :  Functionality of mknod(tnode_5356, 012777, 0) successful
syscalls:mknod03 passed
mknod03     1  TPASS  :  Functionality of mknod(tnode_5357, 012777, 0) successful
syscalls:mknod04 passed
mknod04     1  TPASS  :  Functionality of mknod(tnode_5358, 010777, 0) successful
syscalls:mknod05 passed
mknod05     1  TPASS  :  Functionality of mknod(tnode_5359, 012777, 0) successful
syscalls:mknod06 passed
mknod06     1  TPASS  :  mknod() fails, Specified node already exists, errno:17
mknod06     2  TPASS  :  mknod() fails, Invalid address, errno:14
mknod06     3  TPASS  :  mknod() fails, Non-existent file, errno:2
mknod06     4  TPASS  :  mknod() fails, Pathname is empty, errno:2
mknod06     5  TPASS  :  mknod() fails, Pathname too long, errno:36
mknod06     6  TPASS  :  mknod() fails, Path contains regular file, errno:20
syscalls:mknod07 passed
mke2fs 1.44.5 (15-Dec-2018)
mknod07     0  TINFO  :  Found free device 3 '/dev/loop3'
mknod07     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mknod07     1  TPASS  :  mknod failed as expected: TEST_ERRNO=EACCES(13): Permission denied
mknod07     2  TPASS  :  mknod failed as expected: TEST_ERRNO=EACCES(13): Permission denied
mknod07     3  TPASS  :  mknod failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
mknod07     4  TPASS  :  mknod failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
mknod07     5  TPASS  :  mknod failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
mknod07     6  TPASS  :  mknod failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
syscalls:mknod08 passed
mknod08     1  TPASS  :  Functionality of mknod(tnode_5366, 010777, 0) successful
syscalls:mknod09 passed
mknod09     1  TPASS  :  mknod() fails with expected error EINVAL errno:22
syscalls:mknodat01 passed
mknodat01    1  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success
mknodat01    2  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success
mknodat01    3  TPASS  :  mknodat() returned -1: TEST_ERRNO=ENOTDIR(20): Not a directory
mknodat01    4  TPASS  :  mknodat() returned -1: TEST_ERRNO=EBADF(9): Bad file descriptor
mknodat01    5  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success
syscalls:mknodat02 passed
mke2fs 1.44.5 (15-Dec-2018)
mknodat     0  TINFO  :  Found free device 3 '/dev/loop3'
mknodat     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mknodat     1  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
mknodat     2  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
mknodat     3  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
mknodat     4  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=EROFS(30): Read-only file system
mknodat     5  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=EROFS(30): Read-only file system
mknodat     6  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=EROFS(30): Read-only file system
mknodat     7  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
mknodat     8  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
mknodat     9  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
syscalls:mlock01 passed
mlock01     1  TPASS  :  mlock passed
mlock01     2  TPASS  :  mlock passed
mlock01     3  TPASS  :  mlock passed
mlock01     4  TPASS  :  mlock passed
syscalls:mlock02 passed
mlock02     1  TPASS  :  mlock failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
mlock02     2  TPASS  :  mlock failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
mlock02     3  TPASS  :  mlock failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
syscalls:mlock03 passed
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  mlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  mlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  mlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  mlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  mlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  mlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  mlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  mlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  mlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  mlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  mlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  mlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  mlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  mlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  mlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  mlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  munlock from 5564f27000 to 5564f4a000
mlock03     0  TINFO  :  munlock from 5564f59000 to 5564f5b000
mlock03     0  TINFO  :  munlock from 5564f5b000 to 5564f5c000
mlock03     0  TINFO  :  munlock from 5564f5c000 to 5564f61000
mlock03     0  TINFO  :  munlock from 557d36a000 to 557d38b000
mlock03     0  TINFO  :  munlock from 7fb2a97000 to 7fb2bf1000
mlock03     0  TINFO  :  munlock from 7fb2bf1000 to 7fb2c03000
mlock03     0  TINFO  :  munlock from 7fb2c03000 to 7fb2c07000
mlock03     0  TINFO  :  munlock from 7fb2c07000 to 7fb2c09000
mlock03     0  TINFO  :  munlock from 7fb2c09000 to 7fb2c0d000
mlock03     0  TINFO  :  munlock from 7fb2c0d000 to 7fb2c2a000
mlock03     0  TINFO  :  munlock from 7fb2c2d000 to 7fb2c2f000
mlock03     0  TINFO  :  munlock from 7fb2c37000 to 7fb2c38000
mlock03     0  TINFO  :  munlock from 7fb2c38000 to 7fb2c39000
mlock03     0  TINFO  :  munlock from 7fb2c39000 to 7fb2c3a000
mlock03     0  TINFO  :  munlock from 7fb2c3a000 to 7fb2c3c000
mlock03     0  TINFO  :  munlock from 7fda0b2000 to 7fda0d3000
mlock03     0  TINFO  :  starting stack size is 132
mlock03     0  TINFO  :  final stack size is 132
mlock03     1  TPASS  :  stack size is not decreased.
syscalls:mlock04 passed
mlock04     0  TINFO  :  locked 40960 bytes from 0x7f96052000
mlock04     1  TPASS  :  test succeeded.
syscalls:mlock201 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mlock201.c:128: TPASS: mlock2(0) succeeded in locking 1 pages
mlock201.c:128: TPASS: mlock2(0) succeeded in locking 8 pages
mlock201.c:128: TPASS: mlock2(0) succeeded in locking 3 pages
mlock201.c:128: TPASS: mlock2(0) succeeded in locking 2 pages
mlock201.c:128: TPASS: mlock2(1) succeeded in locking 0 pages
mlock201.c:128: TPASS: mlock2(1) succeeded in locking 4 pages
mlock201.c:128: TPASS: mlock2(1) succeeded in locking 1 pages
mlock201.c:128: TPASS: mlock2(1) succeeded in locking 4 pages

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:mlock202 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mlock202.c:75: TPASS: mlock2() failed as expected: EINVAL (22)
mlock202.c:75: TPASS: mlock2() failed as expected: ENOMEM (12)
mlock202.c:75: TPASS: mlock2() failed as expected: EPERM (1)
mlock202.c:75: TPASS: mlock2() failed as expected: ENOMEM (12)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:mlock203 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mlock203.c:66: TPASS: Locking one memory again didn't increased VmLck

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:qmm01 passed
mmap001     0  TINFO  :  mmap()ing file of 1 pages or 4096 bytes
mmap001     1  TPASS  :  mmap() completed successfully.
mmap001     0  TINFO  :  touching mmaped memory
mmap001     2  TPASS  :  we're still here, mmaped area must be good
mmap001     3  TPASS  :  synchronizing mmapped page passed
mmap001     4  TPASS  :  munmapping testfile.5383 successful
syscalls:mmap01 passed
mmap01      1  TPASS  :  Functionality of mmap() successful
syscalls:mmap02 passed
mmap02      1  TPASS  :  Functionality of mmap() successful
syscalls:mmap03 passed
mmap03      1  TPASS  :  mmap() functionality is correct
syscalls:mmap04 passed
mmap04      1  TPASS  :  Functionality of mmap() successful
syscalls:mmap05 passed
mmap05      1  TPASS  :  Got SIGSEGV as expected
syscalls:mmap06 passed
mmap06      1  TPASS  :  mmap failed with EACCES
syscalls:mmap07 passed
mmap07      1  TPASS  :  mmap failed with EACCES
syscalls:mmap08 passed
mmap08      1  TPASS  :  mmap failed with EBADF
syscalls:mmap09 passed
mmap09      1  TPASS  :  ftruncate mmaped file to a smaller size
mmap09      2  TPASS  :  ftruncate mmaped file to a larger size
mmap09      3  TPASS  :  ftruncate mmaped file to 0 size
syscalls:mmap12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mmap12.c:90: TINFO: All pages are present
mmap12.c:114: TPASS: File mapped properly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mmap13 passed
mmap13      1  TPASS  :  Got SIGBUS as expected
syscalls:mmap14 passed
mmap14      1  TPASS  :  Functionality of mmap() successful
syscalls:mmap15 passed
mmap15      1  TPASS  :  mmap into high region failed as expected: errno=ENOMEM(12): Cannot allocate memory
syscalls:mmap16 passed
mke2fs 1.44.5 (15-Dec-2018)
mmap16      0  TINFO  :  Found free device 3 '/dev/loop3'
mmap16      0  TINFO  :  Formatting /dev/loop3 with ext4 opts='-b 1024' extra opts='10240'
mmap16      1  TPASS  :  Bug is not reproduced!
syscalls:mmap17 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mmap17.c:73: TPASS: mmap set errno to EEXIST as expected

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mmap18 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mmap18.c:104: TINFO: start = 0x7f9474f000, stack_top = 0x7f9494f000, stack bottom = 0x7f9484f000
mmap18.c:106: TINFO: mapped pages 32, stack pages 256
mmap18.c:114: TINFO: &limit = 0x7f9484ffe8, limit = 0x7f94850000
mmap18.c:165: TPASS: Stack grows in unmapped region
mmap18.c:104: TINFO: start = 0x7f9474f000, stack_top = 0x7f9494f000, stack bottom = 0x7f9484f000
mmap18.c:106: TINFO: mapped pages 128, stack pages 256
mmap18.c:114: TINFO: &limit = 0x7f9484ffe8, limit = 0x7f94850000
mmap18.c:165: TPASS: Stack grows in unmapped region
mmap18.c:104: TINFO: start = 0x7f9474f000, stack_top = 0x7f9494f000, stack bottom = 0x7f9484f000
mmap18.c:106: TINFO: mapped pages 32, stack pages 256
mmap18.c:189: TINFO: mapped page at 0x7f9484f000
mmap18.c:196: TPASS: Child killed by SIGSEGV as expected
mmap18.c:104: TINFO: start = 0x7f9474f000, stack_top = 0x7f9494f000, stack bottom = 0x7f9484f000
mmap18.c:106: TINFO: mapped pages 128, stack pages 256
mmap18.c:189: TINFO: mapped page at 0x7f9484f000
mmap18.c:196: TPASS: Child killed by SIGSEGV as expected

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:mmap19 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mmap19.c:67: TPASS: memory test succeeded

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

syscalls:modify_ldt02 passed

syscalls:modify_ldt03 passed

syscalls:mount01 passed
mke2fs 1.44.5 (15-Dec-2018)
mount01     0  TINFO  :  Found free device 3 '/dev/loop3'
mount01     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount01     1  TPASS  :  mount(2) passed 
syscalls:mount02 passed
mke2fs 1.44.5 (15-Dec-2018)
mount02     0  TINFO  :  Found free device 3 '/dev/loop3'
mount02     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount02     1  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENODEV(19): No such device
mount02     2  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENOTBLK(15): Block device required
mount02     3  TPASS  :  mount() failed expectedly: TEST_ERRNO=EBUSY(16): Device or resource busy
mount02     4  TPASS  :  mount() failed expectedly: TEST_ERRNO=EBUSY(16): Device or resource busy
mount02     5  TPASS  :  mount() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
mount02     6  TPASS  :  mount() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
mount02     7  TPASS  :  mount() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
mount02     8  TPASS  :  mount() failed expectedly: TEST_ERRNO=EFAULT(14): Bad address
mount02     9  TPASS  :  mount() failed expectedly: TEST_ERRNO=EFAULT(14): Bad address
mount02    10  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENAMETOOLONG(36): File name too long
mount02    11  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENOENT(2): No such file or directory
mount02    12  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENOTDIR(20): Not a directory
syscalls:mount03 passed
mke2fs 1.44.5 (15-Dec-2018)
mount03     0  TINFO  :  Found free device 3 '/dev/loop3'
mount03     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount03     1  TPASS  :  mount(2) passed with rwflag = 1
mount03     2  TPASS  :  mount(2) passed with rwflag = 4
mount03     3  TPASS  :  mount(2) passed with rwflag = 8
mount03     4  TPASS  :  mount(2) passed with rwflag = 16
mount03     5  TPASS  :  mount(2) passed with rwflag = 1
mount03     6  TPASS  :  mount(2) passed with rwflag = 2
mount03     7  TPASS  :  mount(2) passed with rwflag = 1024
syscalls:mount04 passed
mke2fs 1.44.5 (15-Dec-2018)
mount04     0  TINFO  :  Found free device 3 '/dev/loop3'
mount04     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount04     1  TPASS  :  mount() failed expectedly: TEST_ERRNO=EPERM(1): Operation not permitted
syscalls:mount05 passed
mount05     1  TPASS  :  bind mount is ok
syscalls:mount06 passed
mke2fs 1.44.5 (15-Dec-2018)
mount06     0  TINFO  :  Found free device 3 '/dev/loop3'
mount06     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount06     1  TPASS  :  move mount is ok
syscalls:move_mount01 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   24
failed   0
broken   1
skipped  0
warnings 0
syscalls:move_mount02 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   20
failed   0
broken   1
skipped  0
warnings 0
syscalls:move_pages01 passed

syscalls:move_pages02 passed

syscalls:move_pages03 passed

syscalls:move_pages04 passed

syscalls:move_pages05 passed

syscalls:move_pages06 passed

syscalls:move_pages07 passed

syscalls:move_pages09 passed

syscalls:move_pages10 passed

syscalls:move_pages11 passed

syscalls:move_pages12 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:mprotect01 passed
mprotect01    1  TPASS  :  expected failure - errno = 12 : Cannot allocate memory
mprotect01    2  TPASS  :  expected failure - errno = 22 : Invalid argument
mprotect01    3  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:mprotect02 passed
mprotect02    1  TPASS  :  got SIGSEGV as expected
mprotect02    2  TPASS  :  didn't get SIGSEGV
syscalls:mprotect03 passed
mprotect03    0  TINFO  :  received signal: SIGSEGV
mprotect03    1  TPASS  :  SIGSEGV generated as expected
syscalls:mprotect04 passed
mprotect04    1  TPASS  :  test PROT_NONE for mprotect success
mprotect04    0  TINFO  :  exec_func: 0x556e1316c0, page_to_copy: 0x556e131000
mprotect04    2  TPASS  :  test PROT_EXEC for mprotect success
syscalls:pkey01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pkey.h:27: TCONF: syscall(289) __NR_pkey_alloc not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:mq_notify01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/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
/fuego-rw/buildzone/Functional.LTP-aarch64/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
/fuego-rw/buildzone/Functional.LTP-aarch64/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
syscalls:mq_notify02 passed
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
syscalls:mq_open01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:256: TPASS: NORMAL returned: 4: SUCCESS (0)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:256: TPASS: NORMAL returned: 4: SUCCESS (0)
mq_open01.c:226: TINFO: queue name "/caaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
mq_open01.c:256: TPASS: NORMAL returned: 4: SUCCESS (0)
mq_open01.c:226: TINFO: queue name "/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
mq_open01.c:273: TPASS: NORMAL returned: -1: ENAMETOOLONG (36)
mq_open01.c:226: TINFO: queue name ""
mq_open01.c:273: TPASS: NORMAL returned: -1: EINVAL (22)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:273: TPASS: NORMAL returned: -1: EACCES (13)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:273: TPASS: NORMAL returned: -1: EEXIST (17)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:273: TPASS: NO_FILE returned: -1: EMFILE (24)
mq_open01.c:226: TINFO: queue name "/notexist"
mq_open01.c:273: TPASS: NORMAL returned: -1: ENOENT (2)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:273: TPASS: NO_SPACE returned: -1: ENOSPC (28)

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:mq_timedreceive01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedreceive01.c:140: TINFO: Testing variant: vDSO or syscall with libc spec
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 0, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 1, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 8192, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 1, priority 32767, length: 8192
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedreceive/../utils/mq.h:70: TINFO: receive 1/1 message
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EMSGSIZE (90)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EAGAIN/EWOULDBLOCK (11)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: ETIMEDOUT (110)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINTR (4)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedreceive01.c:140: TINFO: Testing variant: syscall with old kernel spec
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 0, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 1, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 8192, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 1, priority 32767, length: 8192
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedreceive/../utils/mq.h:70: TINFO: receive 1/1 message
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EMSGSIZE (90)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EAGAIN/EWOULDBLOCK (11)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: ETIMEDOUT (110)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINTR (4)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedreceive01.c:140: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:283: TCONF: syscall(418) __NR_mq_timedsend_time64 not supported

Summary:
passed   30
failed   0
broken   0
skipped  1
warnings 0
syscalls:mq_timedsend01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedsend01.c:153: TINFO: Testing variant: vDSO or syscall with libc spec
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 0, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 1, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 8192, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 1, priority 32767, length: 8192
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EMSGSIZE (90)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 16, priority 0, length: 8192
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: ETIMEDOUT (110)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINTR (4)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EFAULT (14)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedsend01.c:153: TINFO: Testing variant: syscall with old kernel spec
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 0, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 1, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 8192, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 1, priority 32767, length: 8192
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EMSGSIZE (90)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 16, priority 0, length: 8192
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: ETIMEDOUT (110)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINTR (4)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EFAULT (14)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedsend01.c:153: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:283: TCONF: syscall(418) __NR_mq_timedsend_time64 not supported

Summary:
passed   34
failed   0
broken   0
skipped  1
warnings 0
syscalls:mq_unlink01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_unlink01.c:76: TINFO: queue name /test_mqueue
mq_unlink01.c:99: TPASS: mq_unlink returned 0: SUCCESS (0)
mq_unlink01.c:76: TINFO: queue name /test_mqueue
mq_unlink01.c:99: TPASS: mq_unlink returned -1: EACCES (13)
mq_unlink01.c:76: TINFO: queue name /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
mq_unlink01.c:99: TPASS: mq_unlink returned -1: ENOENT (2)
mq_unlink01.c:76: TINFO: queue name /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
mq_unlink01.c:99: TPASS: mq_unlink returned -1: ENAMETOOLONG (36)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:mremap01 passed
mremap01    1  TPASS  :  Functionality of mremap() is correct
syscalls:mremap02 passed
mremap02    1  TPASS  :  mremap() Failed, 'invalid argument specified' - errno 22
syscalls:mremap03 passed
mremap03    1  TPASS  :  mremap() Fails, 'old region not mapped', errno 14
syscalls:mremap04 passed
mremap04    1  TPASS  :  mremap() failed, 'MREMAP_MAYMOVE flag unset', errno 12
syscalls:mremap05 passed
mremap05    1  TPASS  :  MREMAP_FIXED requires MREMAP_MAYMOVE
mremap05    2  TPASS  :  new_addr has to be page aligned
mremap05    3  TPASS  :  old/new area must not overlap
mremap05    4  TPASS  :  mremap #1
mremap05    5  TPASS  :  mremap #1 value OK
mremap05    6  TPASS  :  mremap #2
mremap05    7  TPASS  :  mremap #2 value OK
syscalls:msgctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl01.c:37: TPASS: msgctl(IPC_STAT)
msgctl01.c:40: TPASS: msg_stime = 0
msgctl01.c:45: TPASS: msg_rtime = 0
msgctl01.c:51: TPASS: msg_ctime = 1623229266, expected 1623229266
msgctl01.c:58: TPASS: msg_qnum = 0
msgctl01.c:63: TPASS: msg_qbytes = 16384
msgctl01.c:68: TPASS: msg_lspid = 0
msgctl01.c:73: TPASS: msg_lrpid = 0
msgctl01.c:78: TPASS: msg_perm.__key == 1627528407
msgctl01.c:85: TPASS: msg_perm.uid = 0
msgctl01.c:92: TPASS: msg_perm.gid = 0
msgctl01.c:99: TPASS: msg_perm.cuid = 0
msgctl01.c:106: TPASS: msg_perm.cgid = 0
msgctl01.c:113: TPASS: msg_perm.mode = 0660

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl02.c:34: TPASS: msgctl(IPC_SET) msg_qbytes - 1
msgctl02.c:41: TPASS: msg_qbytes = 16383

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl03.c:30: TPASS: msgctl(IPC_RMID)
msgctl03.c:34: TPASS: msgctl(IPC_STAT): EINVAL (22)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl04.c:59: TPASS: msgctl(7667812, 2, 0x5572d476f0): EACCES (13)
msgctl04.c:59: TPASS: msgctl(7667813, 2, 0xffffffffffffffff): EFAULT (14)
msgctl04.c:59: TPASS: msgctl(7667813, 1, 0xffffffffffffffff): EFAULT (14)
msgctl04.c:59: TPASS: msgctl(7667813, -1, 0x5572d476f0): EINVAL (22)
msgctl04.c:59: TPASS: msgctl(-1, 2, 0x5572d476f0): EINVAL (22)
msgctl04.c:59: TPASS: msgctl(-1, 1, 0x5572d476f0): EINVAL (22)
msgctl04.c:59: TPASS: msgctl(7667811, 0, (nil)): EPERM (1)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgctl05 passed
tst_test.c:911: TCONF: test requires struct msqid64_ds to have the time_high fields
syscalls:msgctl06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl06.c:104: TINFO: Test MSG_STAT_ANY with nobody user
msgctl06.c:121: TPASS: MSG_INFO returned valid index 475 to msgid 131547
msgctl06.c:130: TPASS: Counted used = 182
msgctl06.c:77: TPASS: queue_cnt = 182
msgctl06.c:84: TPASS: msg_cnt = 1
msgctl06.c:91: TPASS: msg_bytes = 4
msgctl06.c:104: TINFO: Test MSG_STAT_ANY with root user
msgctl06.c:121: TPASS: MSG_INFO returned valid index 475 to msgid 131547
msgctl06.c:130: TPASS: Counted used = 182
msgctl06.c:77: TPASS: queue_cnt = 182
msgctl06.c:84: TPASS: msg_cnt = 1
msgctl06.c:91: TPASS: msg_bytes = 4

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgstress01 passed
msgstress01    1  TPASS  :  Test ran successfully!
syscalls:msgstress02 passed
msgstress02    1  TPASS  :  Test ran successfully!
syscalls:msgstress03 failed
Fork failed (may be OK if under stress)
msgstress03    1  TFAIL  :  msgstress03.c:157: 	Fork failed (may be OK if under stress)
syscalls:msgstress04 failed
Fork failed (may be OK if under stress)
msgstress04    0  TINFO  :  Found 31465 available message queues
msgstress04    0  TINFO  :  Using upto 15922 pids
Fork failure in the second child of child group 746
Fork failure in the second child of child group 749
Fork failure in the second child of child group 755
Fork failure in the first child of child group 737
Fork failure in the first child of child group 743
Fork failure in the first child of child group 739
msgstress04    1  TFAIL  :  msgstress04.c:220: Child exit status = 1
syscalls:msgctl12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl12.c:44: TPASS: msgctl() test IPC_INFO succeeded
msgctl12.c:44: TPASS: msgctl() test MSG_INFO succeeded
msgctl12.c:44: TPASS: msgctl() test MSG_STAT succeeded

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgget01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgget01.c:45: TPASS: message received = message sent

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgget02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:msgget03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgget03.c:60: TINFO: The maximum number of message queues (32000) reached
msgget03.c:34: TPASS: msgget() failed as expected: ENOSPC (28)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgget04 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_CHECKPOINT_RESTORE=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_CHECKPOINT_RESTORE Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:msgget05 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_CHECKPOINT_RESTORE=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_CHECKPOINT_RESTORE Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:msgrcv01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv01.c:38: TPASS: message received(hello) = message sent(hello)
msgrcv01.c:45: TPASS: queue bytes and number of queues matched
msgrcv01.c:49: TPASS: PID of last msgrcv(2) matched
msgrcv01.c:56: TPASS: msg_rtime = 1623229572 in [1623229572, 1623229572]

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgrcv02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:msgrcv03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_CHECKPOINT_RESTORE' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_CHECKPOINT_RESTORE Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:msgrcv05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv05.c:40: TPASS: msgrcv() failed as expected: EINTR (4)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgrcv06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv06.c:33: TPASS: msgrcv() failed as expected: EIDRM (43)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgrcv07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv07.c:68: TPASS: msgrcv(MSG_EXCEPT) succeeded
msgrcv07.c:71: TPASS: MSG_EXCEPT excepted MSGTYPE2 and got MSGTYPE1
msgrcv07.c:95: TPASS: msgrcv(MSG_NOERROR) succeeded
msgrcv07.c:98: TPASS: MSG_NOERROR truncated message correctly
msgrcv07.c:126: TCONF: MSG_COPY needs CONFIG_CHECKPORINT_RESTORE
msgrcv07.c:178: TPASS: msgrcv(zero_msgtyp) succeeded
msgrcv07.c:181: TPASS: zero_msgtyp got the first message
msgrcv07.c:200: TPASS: msgrcv(positive_msgtyp) succeeded
msgrcv07.c:204: TPASS: msgtyp got the first message in the queue of type msgtyp
msgrcv07.c:225: TPASS: msgrcv(negative_msgtyp) succeeded
msgrcv07.c:229: TPASS: -msgtyp got the first message in the queue with the lowest type

Summary:
passed   10
failed   0
broken   0
skipped  1
warnings 0
syscalls:msgrcv08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv08.c:60: TPASS: No regression found.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgsnd01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgsnd01.c:43: TPASS: queue bytes and number of queues matched
msgsnd01.c:48: TPASS: PID of last msgsnd(2) matched
msgsnd01.c:55: TPASS: msg_stime = 1623229572 in [1623229572, 1623229572]

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgsnd02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EACCES (13)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EFAULT (14)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EINVAL (22)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EINVAL (22)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EINVAL (22)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EINVAL (22)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgsnd05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgsnd05.c:51: TPASS: msgsnd() failed as expected: EAGAIN/EWOULDBLOCK (11)
msgsnd05.c:51: TPASS: msgsnd() failed as expected: EINTR (4)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgsnd06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgsnd06.c:38: TPASS: msgsnd() failed as expected: EIDRM (43)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msync01 passed
msync01     1  TPASS  :  Functionality of msync() successful
syscalls:msync02 passed
msync02     1  TPASS  :  Functionality of msync successful
syscalls:msync03 passed
msync03     1  TPASS  :  msync failed as expected: TEST_ERRNO=EBUSY(16): Device or resource busy
msync03     2  TPASS  :  msync failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
msync03     3  TPASS  :  msync failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
msync03     4  TPASS  :  msync failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
msync03     5  TPASS  :  msync failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
msync03     6  TPASS  :  msync failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
syscalls:msync04 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   4
failed   0
broken   1
skipped  0
warnings 0
syscalls:munlock01 passed
munlock01    1  TPASS  :  test 0 passed length = 1
munlock01    2  TPASS  :  test 1 passed length = 1024
munlock01    3  TPASS  :  test 2 passed length = 1048576
munlock01    4  TPASS  :  test 3 passed length = 10485760
syscalls:munlock02 passed
munlock02    1  TPASS  :  expected failure - errno = 12 : Cannot allocate memory
syscalls:munlockall01 passed
munlockall01    1  TPASS  :  munlockall() passed with return=0 
syscalls:munmap01 passed
munmap01    1  TPASS  :  Functionality of munmap() successful
syscalls:munmap02 passed
munmap02    1  TPASS  :  Functionality of munmap() successful
syscalls:munmap03 passed
munmap03    1  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
munmap03    2  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
munmap03    3  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:nanosleep01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1084us, max 1188us, median 1091us, trunc mean 1091.84us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2088us, max 2135us, median 2091us, trunc mean 2091.46us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5088us, max 5329us, median 5091us, trunc mean 5092.03us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10092us, max 10134us, median 10093us, trunc mean 10096.24us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25091us, max 25178us, median 25093us, trunc mean 25100.62us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100093us, max 100139us, median 100124us, trunc mean 100115.22us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1000093us, max 1000094us, median 1000093us, trunc mean 1000093.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:nanosleep02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nanosleep02.c:57: TPASS: nanosleep() returned -1, set errno to EINTR
nanosleep02.c:73: TPASS: nanosleep() slept for 999944us, remaining time difference 246us

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:nanosleep04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nanosleep04.c:45: TPASS: nanosleep() failed with EINVAL
nanosleep04.c:45: TPASS: nanosleep() failed with EINVAL
nanosleep04.c:45: TPASS: nanosleep() failed with EINVAL

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:name_to_handle_at01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (0)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (1)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (2)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (3)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (4)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (5)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (6)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (7)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (8)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (9)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (10)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (11)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (12)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (13)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (14)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (15)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (16)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (17)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (18)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (19)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (20)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (21)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (22)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (23)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (24)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (25)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (26)

Summary:
passed   27
failed   0
broken   0
skipped  0
warnings 0
syscalls:name_to_handle_at02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
name_to_handle_at02.c:76: TPASS: invalid-dfd: name_to_handle_at() failed as expected: EBADF (9)
name_to_handle_at02.c:76: TPASS: not a directory: name_to_handle_at() failed as expected: ENOTDIR (20)
name_to_handle_at02.c:76: TPASS: invalid-path: name_to_handle_at() failed as expected: EFAULT (14)
name_to_handle_at02.c:76: TPASS: invalid-file-handle: name_to_handle_at() failed as expected: EFAULT (14)
name_to_handle_at02.c:76: TPASS: zero-file-handle-size: name_to_handle_at() failed as expected: EOVERFLOW (75)
name_to_handle_at02.c:76: TPASS: high-file-handle-size: name_to_handle_at() failed as expected: EINVAL (22)
name_to_handle_at02.c:76: TPASS: invalid-mount_id: name_to_handle_at() failed as expected: EFAULT (14)
name_to_handle_at02.c:76: TPASS: invalid-flags: name_to_handle_at() failed as expected: EINVAL (22)
name_to_handle_at02.c:76: TPASS: empty-path: name_to_handle_at() failed as expected: ENOENT (2)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:nftw01 passed
nftw01      1  TPASS  :  Test block 0
nftw01      2  TPASS  :  Test block 1
nftw01      3  TPASS  :  Test block 2
nftw01      4  TPASS  :  Test block 3
nftw01      5  TPASS  :  Test block 4
nftw01      6  TPASS  :  Test block 5
nftw01      7  TPASS  :  Test block 6
nftw01      8  TPASS  :  Test block 7
nftw01      9  TPASS  :  Test block 8
nftw01     10  TPASS  :  Test block 9
nftw01     11  TPASS  :  Test block 10
nftw01     12  TPASS  :  Test block 11
nftw01     13  TPASS  :  Test block 12
nftw01     14  TPASS  :  Test block 13
nftw01     15  TPASS  :  Test block 14
nftw01     16  TPASS  :  Test block 15
nftw01     17  TPASS  :  Test block 16
nftw01     18  TPASS  :  Test block 17
nftw01     19  TPASS  :  Test block 18
nftw01     20  TPASS  :  Test block 19
nftw01     21  TPASS  :  Test block 20
nftw01     22  TPASS  :  Test block 21
nftw01     23  TPASS  :  Test block 22
nftw01     24  TPASS  :  Test block 23
nftw01     25  TPASS  :  Test block 24
nftw01     26  TPASS  :  Test block 25
nftw01     27  TPASS  :  Test block 26
nftw01     28  TPASS  :  Test block 27
nftw01     29  TPASS  :  Test block 28
nftw01     30  TPASS  :  Test block 29
nftw01     31  TPASS  :  Test passed
syscalls:nftw6401 passed
nftw6401    1  TPASS  :  Test block 0
nftw6401    2  TPASS  :  Test block 1
nftw6401    3  TPASS  :  Test block 2
nftw6401    4  TPASS  :  Test block 3
nftw6401    5  TPASS  :  Test block 4
nftw6401    6  TPASS  :  Test block 5
nftw6401    7  TPASS  :  Test block 6
nftw6401    8  TPASS  :  Test block 7
nftw6401    9  TPASS  :  Test block 8
nftw6401   10  TPASS  :  Test block 9
nftw6401   11  TPASS  :  Test block 10
nftw6401   12  TPASS  :  Test block 11
nftw6401   13  TPASS  :  Test block 12
nftw6401   14  TPASS  :  Test block 13
nftw6401   15  TPASS  :  Test block 14
nftw6401   16  TPASS  :  Test block 15
nftw6401   17  TPASS  :  Test block 16
nftw6401   18  TPASS  :  Test block 17
nftw6401   19  TPASS  :  Test block 18
nftw6401   20  TPASS  :  Test block 19
nftw6401   21  TPASS  :  Test block 20
nftw6401   22  TPASS  :  Test block 21
nftw6401   23  TPASS  :  Test block 22
nftw6401   24  TPASS  :  Test block 23
nftw6401   25  TPASS  :  Test block 24
nftw6401   26  TPASS  :  Test block 25
nftw6401   27  TPASS  :  Test block 26
nftw6401   28  TPASS  :  Test block 27
nftw6401   29  TPASS  :  Test block 28
nftw6401   30  TPASS  :  Test block 29
nftw6401   31  TPASS  :  Test passed
syscalls:nice01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nice01.c:48: TPASS: nice(-12) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:nice02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nice02.c:46: TPASS: nice(50) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:nice03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nice03.c:47: TPASS: nice(2) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:nice04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nice04.c:34: TPASS: nice(-10) failed with EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:open01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open01.c:59: TPASS: sticky bit is set as expected
open01.c:59: TPASS: sirectory bit is set as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:open01A passed
open01      1  TPASS  :  open(2) with (O_CREAT | O_RDWR) to create object file through symbolic link file and all writes, reads, and lseeks are ok
open01      2  TPASS  :  open(2) with O_RDWR of existing  object file through symbolic link file and all writes, reads, and lseeks are ok
open01      3  TPASS  :  open(2) with (O_CREAT | O_EXCL) error  is caught when creating object file through symbolic link file
open01      4  TPASS  :  open(2) error with O_RDWR is caught when processing symbolic link file which points at no object file
open01      5  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:open02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:open03 passed
open03      1  TPASS  :  open(tfile_25868, O_RDWR|O_CREAT,0700) returned 3
syscalls:open04 passed
open04      1  TPASS  :  call returned expected EMFILE error
syscalls:open05 passed
open05      1  TPASS  :  open returned expected EACCES error
syscalls:open06 passed
open06      1  TPASS  :  call returned expected ENXIO error
syscalls:open07 passed
open07      1  TPASS  :  open returned expected ELOOP error
open07      2  TPASS  :  open returned expected ELOOP error
open07      3  TPASS  :  open returned expected ELOOP error
open07      4  TPASS  :  open returned expected ELOOP error
open07      5  TPASS  :  open succeeded as expected
syscalls:open08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open08.c:84: TPASS: expected failure - errno = 17 : File exists
open08.c:84: TPASS: expected failure - errno = 21 : Is a directory
open08.c:84: TPASS: expected failure - errno = 20 : Not a directory
open08.c:84: TPASS: expected failure - errno = 36 : File name too long
open08.c:84: TPASS: expected failure - errno = 13 : Permission denied
open08.c:84: TPASS: expected failure - errno = 14 : Bad address

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:open09 passed
open09      1  TPASS  :  Test passed in O_WRONLY.
open09      2  TPASS  :  Test passed in O_RDONLY.
syscalls:open10 passed
open10      1  TPASS  :  Test passed in block0.
open10      2  TPASS  :  Test passed in block1.
open10      3  TPASS  :  Test passed in block2.
open10      4  TPASS  :  Test passed in block3.
open10      5  TPASS  :  Test passed.
syscalls:open11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open11.c:285: TPASS: Open regular file O_RDONLY returned fd 3
open11.c:285: TPASS: Open regular file O_WRONLY returned fd 3
open11.c:285: TPASS: Open regular file O_RDWR returned fd 3
open11.c:285: TPASS: Open regular file O_RDWR | O_SYNC returned fd 3
open11.c:285: TPASS: Open regular file O_RDWR | O_TRUNC returned fd 3
open11.c:285: TPASS: Open dir O_RDONLY returned fd 3
open11.c:282: TPASS: Open dir O_RDWR, expect EISDIR: EISDIR (21)
open11.c:282: TPASS: Open regular file O_DIRECTORY, expect ENOTDIR: ENOTDIR (20)
open11.c:285: TPASS: Open hard link file O_RDONLY returned fd 3
open11.c:285: TPASS: Open hard link file O_WRONLY returned fd 3
open11.c:285: TPASS: Open hard link file O_RDWR returned fd 3
open11.c:285: TPASS: Open sym link file O_RDONLY returned fd 3
open11.c:285: TPASS: Open sym link file O_WRONLY returned fd 3
open11.c:285: TPASS: Open sym link file O_RDWR returned fd 3
open11.c:285: TPASS: Open sym link dir O_RDONLY returned fd 3
open11.c:282: TPASS: Open sym link dir O_WRONLY, expect EISDIR: EISDIR (21)
open11.c:282: TPASS: Open sym link dir O_RDWR, expect EISDIR: EISDIR (21)
open11.c:285: TPASS: Open device special file O_RDONLY returned fd 3
open11.c:285: TPASS: Open device special file O_WRONLY returned fd 3
open11.c:285: TPASS: Open device special file O_RDWR returned fd 3
open11.c:285: TPASS: Open non-existing regular file in existing dir returned fd 3
open11.c:285: TPASS: Open link file O_RDONLY | O_CREAT returned fd 3
open11.c:285: TPASS: Open symlink file O_RDONLY | O_CREAT returned fd 3
open11.c:285: TPASS: Open regular file O_RDONLY | O_CREAT returned fd 3
open11.c:282: TPASS: Open symlink dir O_RDONLY | O_CREAT, expect EISDIR: EISDIR (21)
open11.c:282: TPASS: Open dir O_RDONLY | O_CREAT, expect EISDIR: EISDIR (21)
open11.c:288: TPASS: Open regular file O_RDONLY | O_TRUNC, behaviour is undefined but should not oops or hang
open11.c:288: TPASS: Open regular file(non-empty) O_RDONLY | O_TRUNC, behaviour is undefined but should not oops or hang

Summary:
passed   28
failed   0
broken   0
skipped  0
warnings 0
syscalls:open12 passed
mke2fs 1.44.5 (15-Dec-2018)
open12      0  TINFO  :  Found free device 3 '/dev/loop3'
open12      0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
open12      1  TPASS  :  test O_APPEND for open success
open12      2  TPASS  :  test O_NOATIME for open success
open12      3  TPASS  :  test O_CLOEXEC for open success
open12      4  TPASS  :  test O_LARGEFILE for open success
syscalls:open13 passed
open13      1  TPASS  :  read(2) failed with EBADF
open13      2  TPASS  :  write(2) failed with EBADF
open13      3  TPASS  :  fchmod(2) failed with EBADF
open13      4  TPASS  :  fchown(2) failed with EBADF
open13      5  TPASS  :  fgetxattr(2) failed with EBADF
syscalls:open14 passed
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 '/home/pi/ltp/tmp/ltp-UwSzrQsslE/opegVpzF6/#70652 (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
syscalls:openat01 passed
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
syscalls:openat02 passed
openat02    1  TPASS  :  test O_APPEND for openat success
openat02    2  TPASS  :  test O_CLOEXEC for openat success
openat02    3  TPASS  :  test O_LARGEFILE for openat success
openat02    4  TCONF  :  openat02.c:237: test O_NOATIME flag for openat needs filesystems which are mounted without noatime and relatime
openat02    5  TPASS  :  test O_NOFOLLOW for openat success
openat02    6  TPASS  :  test O_TRUNC for openat success
syscalls:openat03 passed
openat03    0  TINFO  :  creating a file with O_TMPFILE flag
openat03    0  TINFO  :  writing data to the file
openat03    0  TINFO  :  file size is '4096'
openat03    0  TINFO  :  looking for the file in '.'
openat03    0  TINFO  :  file not found, OK
openat03    0  TINFO  :  renaming '/home/pi/ltp/tmp/ltp-UwSzrQsslE/opebT9qjl/#70652 (deleted)' -> 'tmpfile'
openat03    0  TINFO  :  found a file: tmpfile
openat03    1  TPASS  :  single file tests passed
openat03    0  TINFO  :  create files in multiple directories
openat03    0  TINFO  :  removing test directories
openat03    0  TINFO  :  writing/reading temporary files
openat03    0  TINFO  :  closing temporary files
openat03    2  TPASS  :  multiple files tests passed
openat03    0  TINFO  :  create multiple directories, link files into them
openat03    0  TINFO  :  and check file permissions
openat03    0  TINFO  :  remove files, directories
openat03    3  TPASS  :  file permission tests passed
syscalls:openat201 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/lapi/openat2.h:69: TCONF: Test not supported on kernel version < v5.6

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:openat202 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/lapi/openat2.h:69: TCONF: Test not supported on kernel version < v5.6

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:openat203 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/lapi/openat2.h:69: TCONF: Test not supported on kernel version < v5.6

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:open_by_handle_at01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (0)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (1)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (2)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (3)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (4)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (5)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (6)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (7)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (8)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:open_by_handle_at02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
open_by_handle_at02.c:99: TPASS: invalid-dfd: open_by_handle_at() failed as expected: EBADF (9)
open_by_handle_at02.c:99: TPASS: stale-dfd: open_by_handle_at() failed as expected: ESTALE (116)
open_by_handle_at02.c:99: TPASS: invalid-file-handle: open_by_handle_at() failed as expected: EFAULT (14)
open_by_handle_at02.c:99: TPASS: high-file-handle-size: open_by_handle_at() failed as expected: EINVAL (22)
open_by_handle_at02.c:99: TPASS: zero-file-handle-size: open_by_handle_at() failed as expected: EINVAL (22)
tst_capability.c:29: TINFO: Dropping CAP_DAC_READ_SEARCH(2)
tst_capability.c:41: TINFO: Permitting CAP_DAC_READ_SEARCH(2)
open_by_handle_at02.c:99: TPASS: no-capability: open_by_handle_at() failed as expected: EPERM (1)
open_by_handle_at02.c:99: TPASS: symlink: open_by_handle_at() failed as expected: ELOOP (40)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:open_tree01 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   8
failed   0
broken   1
skipped  0
warnings 0
syscalls:open_tree02 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   12
failed   0
broken   1
skipped  0
warnings 0
syscalls:mincore01 passed
mincore01    1  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
mincore01    2  TPASS  :  failed as expected: TEST_ERRNO=EFAULT(14): Bad address
mincore01    3  TPASS  :  failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
mincore01    4  TPASS  :  failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
syscalls:mincore02 passed
mincore02    1  TPASS  :  4 pages locked, 4 pages in-core
syscalls:mincore03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:mincore04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:madvise01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:104: TCONF: MADV_HWPOISON is not supported
madvise01.c:104: TCONF: MADV_MERGEABLE is not supported
madvise01.c:104: TCONF: MADV_UNMERGEABLE is not supported
madvise01.c:104: TCONF: MADV_HUGEPAGE is not supported
madvise01.c:104: TCONF: MADV_NOHUGEPAGE is not supported
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   13
failed   0
broken   0
skipped  5
warnings 0
syscalls:madvise02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise02.c:180: TPASS: MADV_NORMAL failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_NORMAL failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_REMOVE failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_DONTNEED failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_MERGEABLE failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_UNMERGEABLE failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_NORMAL failed as expected: ENOMEM (12)
madvise02.c:180: TPASS: MADV_WILLNEED failed as expected: ENOMEM (12)
madvise02.c:173: TCONF: MADV_WILLNEED is not supported
madvise02.c:180: TPASS: MADV_FREE failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_WIPEONFORK failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_WIPEONFORK shared_anon failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_WIPEONFORK private file backed failed as expected: EINVAL (22)

Summary:
passed   12
failed   0
broken   0
skipped  1
warnings 0
syscalls:madvise05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise05.c:38: TPASS: issue has not been reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:madvise06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise06.c:101: TINFO: dropping caches
madvise06.c:108: TCONF: System RAM is too small (838860800 bytes needed)

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:madvise07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise07.c:45: TINFO: mmap(0, 4096, PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_PRIVATE, -1, 0)
madvise07.c:54: TINFO: madvise(0x7f91086000, 4096, MADV_HWPOISON)
madvise07.c:58: TCONF: CONFIG_MEMORY_FAILURE probably not set in kconfig: EINVAL (22)

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:madvise08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise08.c:73: TINFO: Temporary core pattern is '/home/pi/ltp/tmp/ltp-UwSzrQsslE/GfqCmG/dump-%p'
madvise08.c:112: TINFO: Dump file should be dump-26014
madvise08.c:196: TPASS: madvise(..., MADV_DONTDUMP)
madvise08.c:112: TINFO: Dump file should be dump-26015
madvise08.c:200: TPASS: madvise(..., MADV_DODUMP)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:madvise09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise09.c:309: TCONF: '/sys/fs/cgroup/memory/' not present, CONFIG_MEMCG missing?

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:madvise10 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise10.c:134: TINFO: MADV_WIPEONFORK zeroes memory in child
madvise10.c:108: TPASS: madvise(0x7f9375a000, 16384, 0x0)
madvise10.c:108: TPASS: madvise(0x7f9375a000, 16384, 0x12)
madvise10.c:89: TPASS: In PID 26020, Matched expected pattern
madvise10.c:134: TINFO: MADV_WIPEONFORK with zero length does nothing
madvise10.c:108: TPASS: madvise(0x7f9375a000, 0, 0x0)
madvise10.c:108: TPASS: madvise(0x7f9375a000, 0, 0x12)
madvise10.c:89: TPASS: In PID 26021, Matched expected pattern
madvise10.c:134: TINFO: MADV_WIPEONFORK zeroes memory in grand-child
madvise10.c:108: TPASS: madvise(0x7f9375a000, 16384, 0x0)
madvise10.c:108: TPASS: madvise(0x7f9375a000, 16384, 0x12)
madvise10.c:89: TPASS: In PID 26023, Matched expected pattern
madvise10.c:134: TINFO: MADV_KEEPONFORK will undo MADV_WIPEONFORK
madvise10.c:108: TPASS: madvise(0x7f9375a000, 16384, 0x12)
madvise10.c:108: TPASS: madvise(0x7f9375a000, 16384, 0x13)
madvise10.c:89: TPASS: In PID 26024, Matched expected pattern

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:newuname01 passed
newuname01    1  TPASS  :  newuname call succeed: return value = 0 
newuname01    0  TINFO  :  This system is Linux
newuname01    0  TINFO  :  The system infomation is :
newuname01    0  TINFO  :  System is Linux on aarch64 hardware
newuname01    0  TINFO  :  Nodename is raspberrypi
newuname01    0  TINFO  :  Version is 5.4.83-v8-32+, #1 SMP PREEMPT Thu Feb 25 22:07:13 UTC 2021
newuname01    0  TINFO  :  Domainname is (none) 
syscalls:pathconf01 passed
pathconf01    1  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-UwSzrQsslE/patQbeBUY, _PC_LINK_MAX) returned 65000
pathconf01    2  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-UwSzrQsslE/patQbeBUY, _PC_NAME_MAX) returned 255
pathconf01    3  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-UwSzrQsslE/patQbeBUY, _PC_PATH_MAX) returned 4096
pathconf01    4  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-UwSzrQsslE/patQbeBUY, _PC_PIPE_BUF) returned 4096
pathconf01    5  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-UwSzrQsslE/patQbeBUY, _PC_CHOWN_RESTRICTED) returned 1
pathconf01    6  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-UwSzrQsslE/patQbeBUY, _PC_NO_TRUNC) returned 1
pathconf01    7  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-UwSzrQsslE/patQbeBUY, (null)) returned 65000
syscalls:pause01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pause01.c:24: TPASS: pause() interrupted with EINTR

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pause02 passed
pause02     1  TPASS  :  pause was interrupted correctly
syscalls:pause03 passed
pause03     1  TPASS  :  pause() did not return after SIGKILL
syscalls:personality01 passed
personality01    1  TPASS  :  personality(PER_LINUX)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_LINUX_32BIT)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_SVR4)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_SVR3)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_SCOSVR3)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_OSR5)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_WYSEV386)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_ISCR4)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_BSD)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_XENIX)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_IRIX32)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_IRIXN32)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_IRIX64)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_RISCOS)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_SOLARIS)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_UW7)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_OSF4)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_HPUX)
personality01    0  TINFO  :  Child process returned TPASS
syscalls:personality02 passed
personality02    1  TPASS  :  Timeout wasn't modified
syscalls:pidfd_open01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_open01.c:35: TPASS: pidfd_open(getpid(), 0) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pidfd_open02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pidfd_open03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_open03.c:49: TPASS: pidfd_open() passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pidfd_send_signal01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_send_signal01.c:30: TPASS: Received correct signal and data!
pidfd_send_signal01.c:66: TPASS: pidfd_send_signal() behaved like rt_sigqueueinfo()

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:pidfd_send_signal02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_send_signal02.c:64: TPASS: pidfd_send_signal() failed as expected: EINVAL (22)
pidfd_send_signal02.c:64: TPASS: pidfd_send_signal() failed as expected: EBADF (9)
pidfd_send_signal02.c:64: TPASS: pidfd_send_signal() failed as expected: EINVAL (22)
pidfd_send_signal02.c:64: TPASS: pidfd_send_signal() failed as expected: EPERM (1)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:pidfd_send_signal03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_send_signal03.c:119: TCONF: /proc/sys/kernel/ns_last_pid does not exist, cannot set PIDs

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:pipe01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe01.c:48: TPASS: pipe() functionality is correct

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe02.c:86: TPASS: Child killed by SIGPIPE

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe03.c:30: TPASS: expected failure writing to read end of pipe: EBADF (9)
pipe03.c:39: TPASS: expected failure reading from write end of pipe: EBADF (9)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe04 passed
pipe04      1  TPASS  :  Child 1 killed while writing to a pipe
pipe04      2  TPASS  :  Child 2 killed while writing to a pipe
syscalls:pipe05 passed
pipe05      1  TPASS  :  expected failure - errno = 14 : Bad address
syscalls:pipe06 passed
pipe06      1  TPASS  :  failed with EMFILE
syscalls:pipe07 passed
pipe07      0  TINFO  :  Found 3 files open
pipe07      1  TPASS  :  Opened 510 pipes
syscalls:pipe08 passed
pipe08      1  TPASS  :  got expected SIGPIPE signal
syscalls:pipe09 passed
pipe09      1  TPASS  :  functionality appears to be correct
syscalls:pipe10 passed
pipe10      1  TPASS  :  functionality is correct
syscalls:pipe11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe11.c:70: TINFO: Reading 4096 per each of 1 children
pipe11.c:50: TPASS: Child 26089 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 2048 per each of 2 children
pipe11.c:50: TPASS: Child 26090 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26091 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 1365 per each of 3 children
pipe11.c:50: TPASS: Child 26092 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26093 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26094 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 1024 per each of 4 children
pipe11.c:50: TPASS: Child 26095 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26096 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26097 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26098 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 409 per each of 10 children
pipe11.c:50: TPASS: Child 26099 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26100 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26101 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26102 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26103 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26104 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26105 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26106 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26107 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26108 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 81 per each of 50 children
pipe11.c:50: TPASS: Child 26109 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26110 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26111 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26113 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26112 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26114 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26115 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26116 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26117 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26119 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26120 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26121 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26122 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26124 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26123 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26125 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26126 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26128 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26129 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26130 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26131 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26118 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26133 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26132 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26134 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26136 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26137 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26127 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26138 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26140 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26139 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26142 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26135 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26143 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26144 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26147 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26146 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26141 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26148 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26149 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26145 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26151 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26150 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26152 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26154 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26153 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26156 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26157 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26155 read pipe buffer correctly
pipe11.c:50: TPASS: Child 26158 read pipe buffer correctly

Summary:
passed   70
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe12.c:46: TINFO: Write to full pipe
pipe12.c:55: TPASS: write failed as expected: EAGAIN/EWOULDBLOCK (11)
pipe12.c:70: TPASS: write 65536 bytes
pipe12.c:46: TINFO: Write to non-empty pipe
pipe12.c:65: TPASS: write succeeded as expectedly
pipe12.c:75: TPASS: write 61441 bytes
pipe12.c:46: TINFO: Write to empty pipe
pipe12.c:65: TPASS: write succeeded as expectedly
pipe12.c:70: TPASS: write 65536 bytes

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe13 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe13.c:50: TINFO: Creating 2 child processes
pipe13.c:91: TPASS: Closed pipe waked up everyone
pipe13.c:50: TINFO: Creating 10 child processes
pipe13.c:91: TPASS: Closed pipe waked up everyone
pipe13.c:50: TINFO: Creating 27 child processes
pipe13.c:91: TPASS: Closed pipe waked up everyone
pipe13.c:50: TINFO: Creating 100 child processes
pipe13.c:91: TPASS: Closed pipe waked up everyone

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe2_01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe2_01.c:56: TINFO: Test pipe2 with 0 flag 
pipe2_01.c:68: TPASS: pipe2 fds[0] gets expected flag(0)
pipe2_01.c:68: TPASS: pipe2 fds[1] gets expected flag(0)
pipe2_01.c:56: TINFO: Test pipe2 using O_CLOEXEC flag 
pipe2_01.c:68: TPASS: pipe2 fds[0] gets expected flag(524288)
pipe2_01.c:68: TPASS: pipe2 fds[1] gets expected flag(524288)
pipe2_01.c:56: TINFO: Test pipe2 using O_DIRECT flag 
pipe2_01.c:68: TPASS: pipe2 fds[1] gets expected flag(65536)
pipe2_01.c:56: TINFO: Test pipe2 using O_NONBLOCK flag 
pipe2_01.c:68: TPASS: pipe2 fds[0] gets expected flag(2048)
pipe2_01.c:68: TPASS: pipe2 fds[1] gets expected flag(2048)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe2_02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe2_02.c:43: TPASS: test O_CLOEXEC for pipe2 success

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe2_04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pivot_root01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pivot_root01.c:158: TPASS: pivot_root succeeded
pivot_root01.c:173: TPASS: pivot_root failed as expectedly: EBUSY (16)
pivot_root01.c:173: TPASS: pivot_root failed as expectedly: EINVAL (22)
pivot_root01.c:173: TPASS: pivot_root failed as expectedly: ENOTDIR (20)
pivot_root01.c:147: TCONF: System doesn't have POSIX capabilities support

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:poll01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
poll01.c:42: TPASS: poll() POLLOUT
poll01.c:69: TPASS: poll() POLLIN

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:poll02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: poll() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1074us, max 1287us, median 1094us, trunc mean 1094.60us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2091us, max 2212us, median 2094us, trunc mean 2094.88us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5090us, max 5136us, median 5094us, trunc mean 5094.67us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10091us, max 10174us, median 10093us, trunc mean 10096.34us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25093us, max 25161us, median 25096us, trunc mean 25102.60us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100146us, max 100209us, median 100148us, trunc mean 100161.44us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001045us, max 1001050us, median 1001045us, trunc mean 1001045.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:ppoll01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ppoll01.c:199: TINFO: Testing variant: vDSO or syscall with libc spec
ppoll01.c:246: TINFO: case NORMAL
ppoll01.c:277: TPASS: revents=0x0005
ppoll01.c:283: TPASS: ret: 1
ppoll01.c:246: TINFO: case MASK_SIGNAL
ppoll01.c:283: TPASS: ret: 0
ppoll01.c:246: TINFO: case TIMEOUT
ppoll01.c:283: TPASS: ret: 0
ppoll01.c:246: TINFO: case FD_ALREADY_CLOSED
ppoll01.c:277: TPASS: revents=0x0020
ppoll01.c:283: TPASS: ret: 1
ppoll01.c:246: TINFO: case SEND_SIGINT
ppoll01.c:286: TPASS: ret: -1, errno: EINTR (4)
ppoll01.c:246: TINFO: case SEND_SIGINT_RACE_TEST
ppoll01.c:286: TPASS: ret: -1, errno: EINTR (4)
ppoll01.c:246: TINFO: case INVALID_NFDS
ppoll01.c:286: TPASS: ret: -1, errno: EINVAL (22)
ppoll01.c:246: TINFO: case INVALID_FDS
ppoll01.c:286: TPASS: ret: -1, errno: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ppoll01.c:199: TINFO: Testing variant: syscall with old kernel spec
ppoll01.c:246: TINFO: case NORMAL
ppoll01.c:277: TPASS: revents=0x0005
ppoll01.c:283: TPASS: ret: 1
ppoll01.c:246: TINFO: case MASK_SIGNAL
ppoll01.c:283: TPASS: ret: 0
ppoll01.c:246: TINFO: case TIMEOUT
ppoll01.c:283: TPASS: ret: 0
ppoll01.c:246: TINFO: case FD_ALREADY_CLOSED
ppoll01.c:277: TPASS: revents=0x0020
ppoll01.c:283: TPASS: ret: 1
ppoll01.c:246: TINFO: case SEND_SIGINT
ppoll01.c:286: TPASS: ret: -1, errno: EINTR (4)
ppoll01.c:246: TINFO: case SEND_SIGINT_RACE_TEST
ppoll01.c:286: TPASS: ret: -1, errno: EINTR (4)
ppoll01.c:246: TINFO: case INVALID_NFDS
ppoll01.c:286: TPASS: ret: -1, errno: EINVAL (22)
ppoll01.c:246: TINFO: case INVALID_FDS
ppoll01.c:286: TPASS: ret: -1, errno: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ppoll01.c:199: TINFO: Testing variant: syscall time64 with kernel spec
ppoll01.c:246: TINFO: case NORMAL
ppoll01.c:175: TCONF: syscall(414) __NR_ppoll_time64 not supported

Summary:
passed   20
failed   0
broken   0
skipped  1
warnings 0
syscalls:prctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl01.c:25: TPASS: prctl(PR_SET_PDEATHSIG) succeeded
prctl01.c:35: TPASS: prctl(PR_GET_PDEATHSIG) got expected death signal

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
tst_capability.c:29: TINFO: Dropping CAP_SETPCAP(8)
prctl02.c:105: TINFO: Test #0: invalid option
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #1: PR_SET_PDEATHSIG
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #2: PR_SET_DUMPABLE
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #3: PR_SET_NAME
prctl02.c:151: TPASS: prctl() failed as expected: EFAULT (14)
prctl02.c:105: TINFO: Test #4: PR_SET_SECCOMP
prctl02.c:151: TPASS: prctl() failed as expected: EFAULT (14)
prctl02.c:105: TINFO: Test #5: PR_SET_SECCOMP
prctl02.c:151: TPASS: prctl() failed as expected: EACCES (13)
prctl02.c:105: TINFO: Test #6: PR_SET_TIMING
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #7: PR_SET_NO_NEW_PRIVS
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #8: PR_SET_NO_NEW_PRIVS
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #9: PR_GET_NO_NEW_PRIVS
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #10: PR_SET_THP_DISABLE
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #11: PR_GET_THP_DISABLE
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #12: PR_CAP_AMBIENT
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #13: PR_GET_SPECULATION_CTRL
prctl02.c:136: TCONF: prctl() doesn't support this option, skip it
prctl02.c:105: TINFO: Test #14: PR_SET_SECUREBITS
prctl02.c:151: TPASS: prctl() failed as expected: EPERM (1)
prctl02.c:105: TINFO: Test #15: PR_CAPBSET_DROP
prctl02.c:151: TPASS: prctl() failed as expected: EPERM (1)

Summary:
passed   15
failed   0
broken   0
skipped  1
warnings 0
syscalls:prctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl03.c:73: TPASS: prctl(PR_SET_CHILD_SUBREAPER) succeeded
prctl03.c:46: TPASS: prctl(PR_GET_CHILD_SUBREAPER) got expected 0
prctl03.c:88: TPASS: PPID of orphaned process was reparented
prctl03.c:101: TPASS: wait() got orphaned process, pid 26342, status 0
prctl03.c:108: TPASS: received SIGCHLD from orphaned process
prctl03.c:46: TPASS: prctl(PR_GET_CHILD_SUBREAPER) got expected 1

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl04.c:213: TINFO: kernel support PR_GET/SET_SECCOMP
prctl04.c:125: TPASS: prctl(PR_SET_SECCOMP) sets SECCOMP_MODE_STRICT succeed
prctl04.c:197: TPASS: SECCOMP_MODE_STRICT doesn't permit GET_SECCOMP call
prctl04.c:133: TPASS: SECCOMP_MODE_STRICT permits read(2) write(2) and _exit(2)
prctl04.c:197: TPASS: SECCOMP_MODE_STRICT doesn't permit close(2)
prctl04.c:165: TPASS: prctl(PR_SET_SECCOMP) sets SECCOMP_MODE_FILTER succeed
prctl04.c:197: TPASS: SECCOMP_MODE_FILTER doestn't permit GET_SECCOMP call
prctl04.c:171: TPASS: SECCOMP_MODE_FILTER permits close(2)
prctl04.c:197: TPASS: SECCOMP_MODE_FILTER doesn't permit exit()
prctl04.c:95: TPASS: SECCOMP_MODE_FILTER permits fork(2)
prctl04.c:102: TPASS: SECCOMP_MODE_FILTER has been inherited by child

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl05.c:43: TPASS: prctl(PR_SET_NAME, 'prctl05_test') succeeded
prctl05.c:57: TPASS: prctl(PR_GET_NAME) succeeded, thread name is prctl05_test
prctl05.c:62: TPASS: /proc/self/task/26354/comm = 'prctl05_test'
prctl05.c:63: TPASS: /proc/self/comm = 'prctl05_test'
prctl05.c:43: TPASS: prctl(PR_SET_NAME, 'prctl05_test_xxxxx') succeeded
prctl05.c:57: TPASS: prctl(PR_GET_NAME) succeeded, thread name is prctl05_test_xx
prctl05.c:62: TPASS: /proc/self/task/26354/comm = 'prctl05_test_xx'
prctl05.c:63: TPASS: /proc/self/comm = 'prctl05_test_xx'

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl06 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl06.c:98: TINFO: kernel supports PR_GET/SET_NO_NEW_PRIVS
prctl06.h:33: TPASS: parent prctl(PR_GET_NO_NEW_PRIVS) expected 0 got 0
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 0
prctl06.c:42: TPASS: prctl(PR_SET_NO_NEW_PRIVS) succeeded
prctl06.h:33: TPASS: After fork, child process prctl(PR_GET_NO_NEW_PRIVS) expected 1 got 1
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 1
prctl06.h:33: TPASS: After execve, child process prctl(PR_GET_NO_NEW_PRIVS) expected 1 got 1
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 1
prctl06_execve.c:37: TPASS: After execve, child process getegid() returns nobody, it doesn't gain root privileges
prctl06_execve.c:47: TPASS: After execve, child process geteuid() returns nobody, it doesn't gain root privileges
prctl06.h:33: TPASS: parent process prctl(PR_GET_NO_NEW_PRIVS) expected 1 got 1
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 1
prctl06.h:33: TPASS: After execve, parent process prctl(PR_GET_NO_NEW_PRIVS) expected 1 got 1
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 1
prctl06_execve.c:37: TPASS: After execve, parent process getegid() returns nobody, it doesn't gain root privileges
prctl06_execve.c:47: TPASS: After execve, parent process geteuid() returns nobody, it doesn't gain root privileges

Summary:
passed   15
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl07.c:158: TINFO: kernel supports PR_CAP_AMBIENT
prctl07.c:150: TCONF: libcap devel files missing during compilation

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:prctl08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl08.c:117: TINFO: current timerslack value is 50000
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 0) succeed
prctl08.c:61: TPASS: Reset prctl(PR_GET_TIMERSLACK) got 50000 expectedly
prctl08.c:67: TPASS: /proc/self/timerslack_ns = 50000
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 1) succeed
prctl08.c:61: TPASS: Min prctl(PR_GET_TIMERSLACK) got 1 expectedly
prctl08.c:67: TPASS: /proc/self/timerslack_ns = 1
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 70000) succeed
prctl08.c:61: TPASS: Middle prctl(PR_GET_TIMERSLACK) got 70000 expectedly
prctl08.c:67: TPASS: /proc/self/timerslack_ns = 70000
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 2147483647) succeed
prctl08.c:61: TPASS: Max prctl(PR_GET_TIMERSLACK) got 2147483647 expectedly
prctl08.c:67: TPASS: /proc/self/timerslack_ns = 2147483647
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 70000) succeed
prctl08.c:84: TPASS: Child process two timer slack values are made the same as the current value(70000) of the creating thread.

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 200us
tst_timer_test.c:265: TINFO: prctl() sleeping for 1000us 500 iterations, threshold 600.01us
tst_timer_test.c:308: TINFO: min 1236us, max 1317us, median 1241us, trunc mean 1242.96us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 2000us 500 iterations, threshold 600.01us
tst_timer_test.c:308: TINFO: min 2239us, max 2317us, median 2241us, trunc mean 2242.64us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 5000us 300 iterations, threshold 600.04us
tst_timer_test.c:308: TINFO: min 5239us, max 5361us, median 5241us, trunc mean 5242.73us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 10000us 100 iterations, threshold 600.33us
tst_timer_test.c:308: TINFO: min 10240us, max 10311us, median 10241us, trunc mean 10243.34us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 25000us 50 iterations, threshold 601.29us
tst_timer_test.c:308: TINFO: min 25239us, max 25320us, median 25242us, trunc mean 25249.17us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 100000us 10 iterations, threshold 637.00us
tst_timer_test.c:308: TINFO: min 100245us, max 100283us, median 100274us, trunc mean 100272.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1000243us, max 1000243us, median 1000243us, trunc mean 1000243.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:pread01 passed
pread01     1  TPASS  :  Functionality of pread() is correct
syscalls:pread01_64 passed
pread01     1  TPASS  :  Functionality of pread() is correct
syscalls:pread02 passed
pread02     1  TPASS  :  pread() fails, file descriptor is a PIPE or FIFO, errno:29
pread02     2  TPASS  :  pread() fails, specified offset is -ve or invalid, errno:22
syscalls:pread02_64 passed
pread02     1  TPASS  :  pread() fails, file descriptor is a PIPE or FIFO, errno:29
pread02     2  TPASS  :  pread() fails, specified offset is -ve or invalid, errno:22
syscalls:pread03 passed
pread03     1  TPASS  :  pread() fails with expected error EISDIR errno:21
syscalls:pread03_64 passed
pread03     1  TPASS  :  pread() fails with expected error EISDIR errno:21
syscalls:preadv01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv01.c:81: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly
preadv01.c:81: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly
preadv01.c:81: TPASS: Preadv(2) read 32 bytes successfully with content 'b' expectedly

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv01_64 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv01.c:81: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly
preadv01.c:81: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly
preadv01.c:81: TPASS: Preadv(2) read 32 bytes successfully with content 'b' expectedly

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EFAULT (14)
preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)
preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)
preadv02.c:89: TPASS: preadv() failed as expected: EISDIR (21)
preadv02.c:89: TPASS: preadv() failed as expected: ESPIPE (29)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EFAULT (14)
preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)
preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)
preadv02.c:89: TPASS: preadv() failed as expected: EISDIR (21)
preadv02.c:89: TPASS: preadv() failed as expected: ESPIPE (29)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv03 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   12
failed   0
broken   1
skipped  0
warnings 0
syscalls:preadv03_64 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   12
failed   0
broken   1
skipped  0
warnings 0
syscalls:preadv201 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 32 bytes with content 'b' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'b' expectedly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv201_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 32 bytes with content 'b' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'b' expectedly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv202 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:preadv202_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:preadv203 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 429, short reads 10, zero len reads 0, EAGAIN(s) 386395
preadv203.c:194: TINFO: Cache dropped 368 times
preadv203.c:180: TINFO: Number of writes 240
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 10576, short reads 10, zero len reads 0, EAGAIN(s) 254087
preadv203.c:194: TINFO: Cache dropped 29 times
preadv203.c:180: TINFO: Number of writes 60
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 26571, short reads 10, zero len reads 0, EAGAIN(s) 111454
preadv203.c:194: TINFO: Cache dropped 10 times
preadv203.c:180: TINFO: Number of writes 120
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 15458, short reads 10, zero len reads 0, EAGAIN(s) 116736
preadv203.c:194: TINFO: Cache dropped 189 times
preadv203.c:180: TINFO: Number of writes 60
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   4
failed   0
broken   1
skipped  0
warnings 0
syscalls:preadv203_64 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 184, short reads 10, zero len reads 0, EAGAIN(s) 175963
preadv203.c:194: TINFO: Cache dropped 94 times
preadv203.c:180: TINFO: Number of writes 60
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 10359, short reads 10, zero len reads 0, EAGAIN(s) 275973
preadv203.c:194: TINFO: Cache dropped 30 times
preadv203.c:180: TINFO: Number of writes 60
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 2159, short reads 10, zero len reads 0, EAGAIN(s) 29070
preadv203.c:180: TINFO: Number of writes 540
preadv203.c:194: TINFO: Cache dropped 2 times
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 3016, short reads 10, zero len reads 0, EAGAIN(s) 42914
preadv203.c:194: TINFO: Cache dropped 9 times
preadv203.c:180: TINFO: Number of writes 180
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   4
failed   0
broken   1
skipped  0
warnings 0
syscalls:profil01 passed
profil01    0  TINFO  :  buf[0x403c]=31
profil01    0  TINFO  :  buf[0x4044]=37
profil01    0  TINFO  :  buf[0x4058]=29
profil01    0  TINFO  :  buf[0x4068]=11
profil01    0  TINFO  :  buf[0x406c]=32
profil01    0  TINFO  :  buf[0x4080]=12
profil01    0  TINFO  :  buf[0x4084]=30
profil01    0  TINFO  :  buf[0x413c]=11
profil01    0  TINFO  :  buf[0x4140]=33
profil01    0  TINFO  :  buf[0x4148]=17
profil01    0  TINFO  :  buf[0x4154]=17
profil01    0  TINFO  :  buf[0x4158]=44
profil01    0  TINFO  :  buf[0x415c]=28
profil01    0  TINFO  :  buf[0x416c]=12
profil01    0  TINFO  :  buf[0x4170]=31
profil01    0  TINFO  :  buf[0x4178]=18
profil01    0  TINFO  :  buf[0x4180]=19
profil01    0  TINFO  :  buf[0x4184]=44
profil01    0  TINFO  :  buf[0x4188]=26
profil01    0  TINFO  :  buf[0x4190]=17
profil01    1  TPASS  :  profil recorded some data
syscalls:process_vm_readv01 passed
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
syscalls:process_vm_readv02 passed
process_vm_readv02    0  TINFO  :  child 1: reading string from same memory location.
process_vm_readv02    1  TPASS  :  expected string received.
process_vm_readv02    0  TINFO  :  child 0: memory allocated and initialized.
syscalls:process_vm_readv03 passed
process_vm_readv03    0  TINFO  :  child 1: 10 remote iovecs received.
process_vm_readv03    0  TINFO  :  child 1: 4 local iovecs initialized.
process_vm_readv03    1  TPASS  :  child 1: all bytes are correctly received.
process_vm_readv03    0  TINFO  :  child 0: 10 iovecs allocated and initialized.
syscalls:process_vm_writev01 passed
process_vm_writev    0  TINFO  :  test_sane_params
process_vm_writev    1  TPASS  :  expected ret success - returned value = 4096
process_vm_writev    0  TINFO  :  test_flags, flags=-2147483647
process_vm_writev    2  TPASS  :  expected ret success - returned value = -1
process_vm_writev    3  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=-1
process_vm_writev    4  TPASS  :  expected ret success - returned value = -1
process_vm_writev    5  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=1
process_vm_writev    6  TPASS  :  expected ret success - returned value = -1
process_vm_writev    7  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=2147483647
process_vm_writev    8  TPASS  :  expected ret success - returned value = -1
process_vm_writev    9  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=0
process_vm_writev   10  TPASS  :  expected ret success - returned value = 4096
process_vm_writev    0  TINFO  :  test_iov_len_overflow
process_vm_writev   11  TPASS  :  expected ret success - returned value = -1
process_vm_writev   12  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_iov_invalid - lvec->iov_base
process_vm_writev   13  TPASS  :  expected ret success - returned value = -1
process_vm_writev   14  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - rvec->iov_base
process_vm_writev   15  TPASS  :  expected ret success - returned value = -1
process_vm_writev   16  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - lvec
process_vm_writev   17  TPASS  :  expected ret success - returned value = -1
process_vm_writev   18  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - rvec
process_vm_writev   19  TPASS  :  expected ret success - returned value = -1
process_vm_writev   20  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_invalid_pid
process_vm_writev   21  TPASS  :  expected ret success - returned value = -1
process_vm_writev   22  TPASS  :  expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_writev   23  TPASS  :  expected ret success - returned value = -1
process_vm_writev   24  TPASS  :  expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_writev    0  TINFO  :  test_invalid_perm
process_vm_writev   25  TPASS  :  expected ret success - returned value = -1
process_vm_writev   26  TPASS  :  expected failure: TEST_ERRNO=EPERM(1): Operation not permitted
process_vm_writev    0  TINFO  :  test_sane_params
process_vm_writev    1  TPASS  :  expected ret success - returned value = 4096
process_vm_writev    0  TINFO  :  test_flags, flags=-2147483647
process_vm_writev    2  TPASS  :  expected ret success - returned value = -1
process_vm_writev    3  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=-1
process_vm_writev    4  TPASS  :  expected ret success - returned value = -1
process_vm_writev    5  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=1
process_vm_writev    6  TPASS  :  expected ret success - returned value = -1
process_vm_writev    7  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=2147483647
process_vm_writev    8  TPASS  :  expected ret success - returned value = -1
process_vm_writev    9  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=0
process_vm_writev   10  TPASS  :  expected ret success - returned value = 4096
process_vm_writev    0  TINFO  :  test_iov_len_overflow
process_vm_writev   11  TPASS  :  expected ret success - returned value = -1
process_vm_writev   12  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_iov_invalid - lvec->iov_base
process_vm_writev   13  TPASS  :  expected ret success - returned value = -1
process_vm_writev   14  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - rvec->iov_base
process_vm_writev   15  TPASS  :  expected ret success - returned value = -1
process_vm_writev   16  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - lvec
process_vm_writev   17  TPASS  :  expected ret success - returned value = -1
process_vm_writev   18  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - rvec
process_vm_writev   19  TPASS  :  expected ret success - returned value = -1
process_vm_writev   20  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_invalid_pid
process_vm_writev   21  TPASS  :  expected ret success - returned value = -1
process_vm_writev   22  TPASS  :  expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_writev   23  TPASS  :  expected ret success - returned value = -1
process_vm_writev   24  TPASS  :  expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_writev    0  TINFO  :  test_invalid_perm
process_vm_writev    0  TINFO  :  test_invalid_protection lvec
process_vm_writev   25  TPASS  :  expected ret success - returned value = -1
process_vm_writev   26  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_invalid_protection rvec
process_vm_writev   27  TPASS  :  expected ret success - returned value = -1
process_vm_writev   28  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
syscalls:process_vm_writev02 passed
process_vm_writev02    0  TINFO  :  child 2: write to the same memory location.
process_vm_writev02    0  TINFO  :  child 0: memory allocated.
process_vm_writev02    1  TPASS  :  child 0: all bytes are expected.
syscalls:prot_hsymlinks passed
prot_hsymlinks    0  TINFO  :   --- HARDLINKS AND SYMLINKS RESTRICTIONS TEST ---
prot_hsymlinks    1  TPASS  :  Expect: can follow symlink '.../link_1', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks    2  TPASS  :  Expect: can follow symlink '.../link_1', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks    3  TPASS  :  Expect: can follow symlink '.../link_2', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks    4  TPASS  :  Expect: can follow symlink '.../link_2', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks    5  TPASS  :  Expect: can follow symlink '.../tmp_root/link_3', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks    6  TPASS  :  Expect: can follow symlink '.../tmp_root/link_3', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks    7  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_4', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks    8  TPASS  :  Expect: can follow symlink '.../tmp_root/link_4', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks    9  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_5', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   10  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_5', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   11  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_6', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   12  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_6', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   13  TPASS  :  Expect: can create hardlink '.../root.hs' to '.../link_7', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   14  TPASS  :  Expect: can't create hardlink '.../root.hs' to '.../link_8', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   15  TPASS  :  Expect: can create hardlink '.../root.hs' to '.../tmp_root/link_9', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   16  TPASS  :  Expect: can't create hardlink '.../root.hs' to '.../tmp_root/link_10', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   17  TPASS  :  Expect: can create hardlink '.../root.hs' to '.../tmp_hsym/link_11', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   18  TPASS  :  Expect: can't create hardlink '.../root.hs' to '.../tmp_hsym/link_12', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   19  TPASS  :  Expect: can follow symlink '.../link_13', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   20  TPASS  :  Expect: can follow symlink '.../link_13', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   21  TPASS  :  Expect: can follow symlink '.../link_14', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   22  TPASS  :  Expect: can follow symlink '.../link_14', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   23  TPASS  :  Expect: can follow symlink '.../tmp_root/link_15', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   24  TPASS  :  Expect: can follow symlink '.../tmp_root/link_15', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   25  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_16', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   26  TPASS  :  Expect: can follow symlink '.../tmp_root/link_16', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   27  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_17', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   28  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_17', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   29  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_18', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   30  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_18', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   31  TPASS  :  Expect: can create hardlink '.../root.hs_w' to '.../link_19', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   32  TPASS  :  Expect: can't create hardlink '.../root.hs_w' to '.../link_20', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   33  TPASS  :  Expect: can create hardlink '.../root.hs_w' to '.../tmp_root/link_21', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   34  TPASS  :  Expect: can't create hardlink '.../root.hs_w' to '.../tmp_root/link_22', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   35  TPASS  :  Expect: can create hardlink '.../root.hs_w' to '.../tmp_hsym/link_23', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   36  TPASS  :  Expect: can't create hardlink '.../root.hs_w' to '.../tmp_hsym/link_24', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   37  TPASS  :  Expect: can follow symlink '.../link_25', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   38  TPASS  :  Expect: can follow symlink '.../link_25', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   39  TPASS  :  Expect: can follow symlink '.../link_26', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   40  TPASS  :  Expect: can follow symlink '.../link_26', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   41  TPASS  :  Expect: can follow symlink '.../tmp_root/link_27', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   42  TPASS  :  Expect: can follow symlink '.../tmp_root/link_27', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   43  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_28', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   44  TPASS  :  Expect: can follow symlink '.../tmp_root/link_28', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   45  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_29', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   46  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_29', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   47  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_30', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   48  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_30', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   49  TPASS  :  Expect: can follow symlink '.../link_31', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   50  TPASS  :  Expect: can follow symlink '.../link_31', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   51  TPASS  :  Expect: can follow symlink '.../link_32', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   52  TPASS  :  Expect: can follow symlink '.../link_32', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   53  TPASS  :  Expect: can follow symlink '.../tmp_root/link_33', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   54  TPASS  :  Expect: can follow symlink '.../tmp_root/link_33', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   55  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_34', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   56  TPASS  :  Expect: can follow symlink '.../tmp_root/link_34', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   57  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_35', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   58  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_35', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   59  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_36', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   60  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_36', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   61  TPASS  :  Expect: can create hardlink '.../root/local_root.hs' to '.../link_37', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   62  TPASS  :  Expect: can't create hardlink '.../root/local_root.hs' to '.../link_38', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   63  TPASS  :  Expect: can create hardlink '.../root/local_root.hs' to '.../tmp_root/link_39', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   64  TPASS  :  Expect: can't create hardlink '.../root/local_root.hs' to '.../tmp_root/link_40', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   65  TPASS  :  Expect: can create hardlink '.../root/local_root.hs' to '.../tmp_hsym/link_41', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   66  TPASS  :  Expect: can't create hardlink '.../root/local_root.hs' to '.../tmp_hsym/link_42', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   67  TPASS  :  Expect: can follow symlink '.../link_43', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   68  TPASS  :  Expect: can follow symlink '.../link_43', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   69  TPASS  :  Expect: can follow symlink '.../link_44', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   70  TPASS  :  Expect: can follow symlink '.../link_44', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   71  TPASS  :  Expect: can follow symlink '.../tmp_root/link_45', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   72  TPASS  :  Expect: can follow symlink '.../tmp_root/link_45', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   73  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_46', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   74  TPASS  :  Expect: can follow symlink '.../tmp_root/link_46', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   75  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_47', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   76  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_47', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   77  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_48', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   78  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_48', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   79  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs' to '.../link_49', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   80  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs' to '.../link_50', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   81  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs' to '.../tmp_root/link_51', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   82  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs' to '.../tmp_root/link_52', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   83  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs' to '.../tmp_hsym/link_53', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   84  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs' to '.../tmp_hsym/link_54', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   85  TPASS  :  Expect: can follow symlink '.../link_55', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   86  TPASS  :  Expect: can follow symlink '.../link_55', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   87  TPASS  :  Expect: can follow symlink '.../link_56', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   88  TPASS  :  Expect: can follow symlink '.../link_56', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   89  TPASS  :  Expect: can follow symlink '.../tmp_root/link_57', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   90  TPASS  :  Expect: can follow symlink '.../tmp_root/link_57', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   91  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_58', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   92  TPASS  :  Expect: can follow symlink '.../tmp_root/link_58', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   93  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_59', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   94  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_59', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   95  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_60', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   96  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_60', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   97  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs_w' to '.../link_61', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   98  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs_w' to '.../link_62', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   99  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs_w' to '.../tmp_root/link_63', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  100  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs_w' to '.../tmp_root/link_64', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  101  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs_w' to '.../tmp_hsym/link_65', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  102  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs_w' to '.../tmp_hsym/link_66', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  103  TPASS  :  Expect: can follow symlink '.../link_67', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  104  TPASS  :  Expect: can follow symlink '.../link_67', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  105  TPASS  :  Expect: can follow symlink '.../link_68', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  106  TPASS  :  Expect: can follow symlink '.../link_68', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  107  TPASS  :  Expect: can follow symlink '.../tmp_root/link_69', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  108  TPASS  :  Expect: can follow symlink '.../tmp_root/link_69', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  109  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_70', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  110  TPASS  :  Expect: can follow symlink '.../tmp_root/link_70', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  111  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_71', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  112  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_71', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  113  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_72', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  114  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_72', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  115  TPASS  :  Expect: can follow symlink '.../link_73', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  116  TPASS  :  Expect: can follow symlink '.../link_73', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  117  TPASS  :  Expect: can follow symlink '.../link_74', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  118  TPASS  :  Expect: can follow symlink '.../link_74', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  119  TPASS  :  Expect: can follow symlink '.../tmp_root/link_75', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  120  TPASS  :  Expect: can follow symlink '.../tmp_root/link_75', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  121  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_76', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  122  TPASS  :  Expect: can follow symlink '.../tmp_root/link_76', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  123  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_77', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  124  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_77', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  125  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_78', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  126  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_78', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  127  TPASS  :  Expect: can create hardlink '.../tmp_root/root/local_root.hs' to '.../link_79', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  128  TPASS  :  Expect: can't create hardlink '.../tmp_root/root/local_root.hs' to '.../link_80', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  129  TPASS  :  Expect: can create hardlink '.../tmp_root/root/local_root.hs' to '.../tmp_root/link_81', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  130  TPASS  :  Expect: can't create hardlink '.../tmp_root/root/local_root.hs' to '.../tmp_root/link_82', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  131  TPASS  :  Expect: can create hardlink '.../tmp_root/root/local_root.hs' to '.../tmp_hsym/link_83', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  132  TPASS  :  Expect: can't create hardlink '.../tmp_root/root/local_root.hs' to '.../tmp_hsym/link_84', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  133  TPASS  :  Expect: can follow symlink '.../link_85', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  134  TPASS  :  Expect: can follow symlink '.../link_85', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  135  TPASS  :  Expect: can follow symlink '.../link_86', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  136  TPASS  :  Expect: can follow symlink '.../link_86', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  137  TPASS  :  Expect: can follow symlink '.../tmp_root/link_87', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  138  TPASS  :  Expect: can follow symlink '.../tmp_root/link_87', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  139  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_88', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  140  TPASS  :  Expect: can follow symlink '.../tmp_root/link_88', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  141  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_89', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  142  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_89', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  143  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_90', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  144  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_90', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  145  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs' to '.../link_91', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  146  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs' to '.../link_92', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  147  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs' to '.../tmp_root/link_93', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  148  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs' to '.../tmp_root/link_94', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  149  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs' to '.../tmp_hsym/link_95', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  150  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs' to '.../tmp_hsym/link_96', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  151  TPASS  :  Expect: can follow symlink '.../link_97', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  152  TPASS  :  Expect: can follow symlink '.../link_97', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  153  TPASS  :  Expect: can follow symlink '.../link_98', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  154  TPASS  :  Expect: can follow symlink '.../link_98', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  155  TPASS  :  Expect: can follow symlink '.../tmp_root/link_99', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  156  TPASS  :  Expect: can follow symlink '.../tmp_root/link_99', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  157  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_100', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  158  TPASS  :  Expect: can follow symlink '.../tmp_root/link_100', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  159  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_101', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  160  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_101', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  161  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_102', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  162  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_102', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  163  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs_w' to '.../link_103', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  164  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs_w' to '.../link_104', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  165  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs_w' to '.../tmp_root/link_105', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  166  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs_w' to '.../tmp_root/link_106', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  167  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs_w' to '.../tmp_hsym/link_107', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  168  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs_w' to '.../tmp_hsym/link_108', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  169  TPASS  :  Expect: can follow symlink '.../link_109', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  170  TPASS  :  Expect: can follow symlink '.../link_109', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  171  TPASS  :  Expect: can follow symlink '.../link_110', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  172  TPASS  :  Expect: can follow symlink '.../link_110', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  173  TPASS  :  Expect: can follow symlink '.../tmp_root/link_111', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  174  TPASS  :  Expect: can follow symlink '.../tmp_root/link_111', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  175  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_112', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  176  TPASS  :  Expect: can follow symlink '.../tmp_root/link_112', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  177  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_113', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  178  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_113', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  179  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_114', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  180  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_114', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  181  TPASS  :  Expect: can follow symlink '.../link_115', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  182  TPASS  :  Expect: can follow symlink '.../link_115', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  183  TPASS  :  Expect: can follow symlink '.../link_116', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  184  TPASS  :  Expect: can follow symlink '.../link_116', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  185  TPASS  :  Expect: can follow symlink '.../tmp_root/link_117', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  186  TPASS  :  Expect: can follow symlink '.../tmp_root/link_117', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  187  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_118', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  188  TPASS  :  Expect: can follow symlink '.../tmp_root/link_118', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  189  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_119', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  190  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_119', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  191  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_120', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  192  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_120', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  193  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root/local_root.hs' to '.../link_121', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  194  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root/local_root.hs' to '.../link_122', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  195  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root/local_root.hs' to '.../tmp_root/link_123', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  196  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root/local_root.hs' to '.../tmp_root/link_124', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  197  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root/local_root.hs' to '.../tmp_hsym/link_125', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  198  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root/local_root.hs' to '.../tmp_hsym/link_126', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  199  TPASS  :  Expect: can follow symlink '.../link_127', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  200  TPASS  :  Expect: can follow symlink '.../link_127', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  201  TPASS  :  Expect: can follow symlink '.../link_128', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  202  TPASS  :  Expect: can follow symlink '.../link_128', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  203  TPASS  :  Expect: can follow symlink '.../tmp_root/link_129', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  204  TPASS  :  Expect: can follow symlink '.../tmp_root/link_129', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  205  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_130', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  206  TPASS  :  Expect: can follow symlink '.../tmp_root/link_130', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  207  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_131', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  208  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_131', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  209  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_132', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  210  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_132', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  211  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../link_133', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  212  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../link_134', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  213  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../tmp_root/link_135', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  214  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../tmp_root/link_136', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  215  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../tmp_hsym/link_137', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  216  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../tmp_hsym/link_138', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  217  TPASS  :  Expect: can follow symlink '.../link_139', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  218  TPASS  :  Expect: can follow symlink '.../link_139', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  219  TPASS  :  Expect: can follow symlink '.../link_140', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  220  TPASS  :  Expect: can follow symlink '.../link_140', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  221  TPASS  :  Expect: can follow symlink '.../tmp_root/link_141', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  222  TPASS  :  Expect: can follow symlink '.../tmp_root/link_141', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  223  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_142', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  224  TPASS  :  Expect: can follow symlink '.../tmp_root/link_142', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  225  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_143', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  226  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_143', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  227  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_144', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  228  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_144', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  229  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../link_145', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  230  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../link_146', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  231  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../tmp_root/link_147', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  232  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../tmp_root/link_148', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  233  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../tmp_hsym/link_149', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  234  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../tmp_hsym/link_150', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  235  TPASS  :  Expect: can follow symlink '.../link_151', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  236  TPASS  :  Expect: can follow symlink '.../link_151', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  237  TPASS  :  Expect: can follow symlink '.../link_152', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  238  TPASS  :  Expect: can follow symlink '.../link_152', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  239  TPASS  :  Expect: can follow symlink '.../tmp_root/link_153', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  240  TPASS  :  Expect: can follow symlink '.../tmp_root/link_153', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  241  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_154', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  242  TPASS  :  Expect: can follow symlink '.../tmp_root/link_154', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  243  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_155', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  244  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_155', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  245  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_156', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  246  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_156', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  247  TPASS  :  Expect: can follow symlink '.../link_157', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  248  TPASS  :  Expect: can follow symlink '.../link_157', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  249  TPASS  :  Expect: can follow symlink '.../link_158', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  250  TPASS  :  Expect: can follow symlink '.../link_158', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  251  TPASS  :  Expect: can follow symlink '.../tmp_root/link_159', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  252  TPASS  :  Expect: can follow symlink '.../tmp_root/link_159', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  253  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_160', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  254  TPASS  :  Expect: can follow symlink '.../tmp_root/link_160', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  255  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_161', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  256  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_161', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  257  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_162', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  258  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_162', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  259  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../link_163', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  260  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../link_164', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  261  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../tmp_root/link_165', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  262  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../tmp_root/link_166', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  263  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../tmp_hsym/link_167', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  264  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../tmp_hsym/link_168', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  265  TPASS  :  Expect: can follow symlink '.../link_169', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  266  TPASS  :  Expect: can follow symlink '.../link_169', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  267  TPASS  :  Expect: can follow symlink '.../link_170', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  268  TPASS  :  Expect: can follow symlink '.../link_170', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  269  TPASS  :  Expect: can follow symlink '.../tmp_root/link_171', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  270  TPASS  :  Expect: can follow symlink '.../tmp_root/link_171', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  271  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_172', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  272  TPASS  :  Expect: can follow symlink '.../tmp_root/link_172', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  273  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_173', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  274  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_173', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  275  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_174', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  276  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_174', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  277  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../link_175', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  278  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../link_176', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  279  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../tmp_root/link_177', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  280  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../tmp_root/link_178', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  281  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../tmp_hsym/link_179', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  282  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../tmp_hsym/link_180', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  283  TPASS  :  Expect: can follow symlink '.../link_181', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  284  TPASS  :  Expect: can follow symlink '.../link_181', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  285  TPASS  :  Expect: can follow symlink '.../link_182', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  286  TPASS  :  Expect: can follow symlink '.../link_182', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  287  TPASS  :  Expect: can follow symlink '.../tmp_root/link_183', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  288  TPASS  :  Expect: can follow symlink '.../tmp_root/link_183', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  289  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_184', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  290  TPASS  :  Expect: can follow symlink '.../tmp_root/link_184', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  291  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_185', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  292  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_185', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  293  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_186', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  294  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_186', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  295  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../link_187', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  296  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../link_188', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  297  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../tmp_root/link_189', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  298  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../tmp_root/link_190', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  299  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../tmp_hsym/link_191', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  300  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../tmp_hsym/link_192', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  301  TPASS  :  Expect: can follow symlink '.../link_193', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  302  TPASS  :  Expect: can follow symlink '.../link_193', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  303  TPASS  :  Expect: can follow symlink '.../link_194', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  304  TPASS  :  Expect: can follow symlink '.../link_194', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  305  TPASS  :  Expect: can follow symlink '.../tmp_root/link_195', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  306  TPASS  :  Expect: can follow symlink '.../tmp_root/link_195', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  307  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_196', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  308  TPASS  :  Expect: can follow symlink '.../tmp_root/link_196', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  309  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_197', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  310  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_197', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  311  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_198', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  312  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_198', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  313  TPASS  :  Expect: can follow symlink '.../link_199', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  314  TPASS  :  Expect: can follow symlink '.../link_199', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  315  TPASS  :  Expect: can follow symlink '.../link_200', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  316  TPASS  :  Expect: can follow symlink '.../link_200', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  317  TPASS  :  Expect: can follow symlink '.../tmp_root/link_201', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  318  TPASS  :  Expect: can follow symlink '.../tmp_root/link_201', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  319  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_202', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  320  TPASS  :  Expect: can follow symlink '.../tmp_root/link_202', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  321  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_203', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  322  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_203', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  323  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_204', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  324  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_204', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  325  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../link_205', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  326  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../link_206', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  327  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../tmp_root/link_207', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  328  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../tmp_root/link_208', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  329  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../tmp_hsym/link_209', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  330  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../tmp_hsym/link_210', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  331  TPASS  :  Expect: can follow symlink '.../link_211', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  332  TPASS  :  Expect: can follow symlink '.../link_211', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  333  TPASS  :  Expect: can follow symlink '.../link_212', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  334  TPASS  :  Expect: can follow symlink '.../link_212', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  335  TPASS  :  Expect: can follow symlink '.../tmp_root/link_213', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  336  TPASS  :  Expect: can follow symlink '.../tmp_root/link_213', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  337  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_214', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  338  TPASS  :  Expect: can follow symlink '.../tmp_root/link_214', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  339  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_215', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  340  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_215', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  341  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_216', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  342  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_216', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  343  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../link_217', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  344  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../link_218', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  345  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../tmp_root/link_219', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  346  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../tmp_root/link_220', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  347  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../tmp_hsym/link_221', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  348  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../tmp_hsym/link_222', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  349  TPASS  :  Expect: can follow symlink '.../link_223', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  350  TPASS  :  Expect: can follow symlink '.../link_223', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  351  TPASS  :  Expect: can follow symlink '.../link_224', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  352  TPASS  :  Expect: can follow symlink '.../link_224', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  353  TPASS  :  Expect: can follow symlink '.../tmp_root/link_225', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  354  TPASS  :  Expect: can follow symlink '.../tmp_root/link_225', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  355  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_226', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  356  TPASS  :  Expect: can follow symlink '.../tmp_root/link_226', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  357  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_227', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  358  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_227', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  359  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_228', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  360  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_228', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  361  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../link_229', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  362  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../link_230', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  363  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../tmp_root/link_231', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  364  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../tmp_root/link_232', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  365  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../tmp_hsym/link_233', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  366  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../tmp_hsym/link_234', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  367  TPASS  :  Expect: can follow symlink '.../link_235', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  368  TPASS  :  Expect: can follow symlink '.../link_235', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  369  TPASS  :  Expect: can follow symlink '.../link_236', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  370  TPASS  :  Expect: can follow symlink '.../link_236', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  371  TPASS  :  Expect: can follow symlink '.../tmp_root/link_237', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  372  TPASS  :  Expect: can follow symlink '.../tmp_root/link_237', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  373  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_238', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  374  TPASS  :  Expect: can follow symlink '.../tmp_root/link_238', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  375  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_239', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  376  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_239', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  377  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_240', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  378  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_240', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  379  TPASS  :  Expect: can follow symlink '.../link_241', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  380  TPASS  :  Expect: can follow symlink '.../link_241', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  381  TPASS  :  Expect: can follow symlink '.../link_242', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  382  TPASS  :  Expect: can follow symlink '.../link_242', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  383  TPASS  :  Expect: can follow symlink '.../tmp_root/link_243', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  384  TPASS  :  Expect: can follow symlink '.../tmp_root/link_243', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  385  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_244', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  386  TPASS  :  Expect: can follow symlink '.../tmp_root/link_244', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  387  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_245', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  388  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_245', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  389  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_246', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  390  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_246', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  391  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../link_247', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  392  TPASS  :  Exuserdel: hsym mail spool (/var/mail/hsym) not found
userdel: hsym home directory (/home/hsym) not found
pect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../link_248', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  393  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../tmp_root/link_249', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  394  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../tmp_root/link_250', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  395  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../tmp_hsym/link_251', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  396  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../tmp_hsym/link_252', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks    0  TINFO  :  All test-cases have been completed, summary: - symlinks  test:	PASS - hardlinks test:	PASS
syscalls:dirtyc0w passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
dirtyc0w.c:95: TPASS: Bug not reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pselect01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: pselect() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1078us, max 1169us, median 1090us, trunc mean 1090.92us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2088us, max 2317us, median 2092us, trunc mean 2093.10us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5089us, max 5167us, median 5090us, trunc mean 5091.26us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10090us, max 10137us, median 10093us, trunc mean 10094.72us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25092us, max 25195us, median 25094us, trunc mean 25100.85us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100142us, max 100311us, median 100147us, trunc mean 100159.11us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001047us, max 1001052us, median 1001047us, trunc mean 1001047.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:pselect01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: pselect() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1086us, max 1138us, median 1091us, trunc mean 1091.69us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2087us, max 2142us, median 2091us, trunc mean 2091.39us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5088us, max 5136us, median 5092us, trunc mean 5092.90us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10090us, max 10209us, median 10093us, trunc mean 10093.95us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25087us, max 25191us, median 25093us, trunc mean 25094.23us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100139us, max 100149us, median 100140us, trunc mean 100140.89us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001041us, max 1001048us, median 1001041us, trunc mean 1001041.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:pselect02 passed
pselect02    1  TPASS  :  pselect() failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
pselect02    2  TPASS  :  pselect() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
pselect02    3  TPASS  :  pselect() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:pselect02_64 passed
pselect02_64    1  TPASS  :  pselect() failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
pselect02_64    2  TPASS  :  pselect() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
pselect02_64    3  TPASS  :  pselect() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:pselect03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pselect03.c:31: TPASS: pselect() succeeded retval=0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pselect03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pselect03.c:31: TPASS: pselect() succeeded retval=0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ptrace01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ptrace01.c:89: TINFO: Testing PTRACE_KILL without child handler
ptrace01.c:118: TPASS: Child killed by SIGKILL as expected
ptrace01.c:89: TINFO: Testing PTRACE_KILL with child handler
ptrace01.c:118: TPASS: Child killed by SIGKILL as expected
ptrace01.c:89: TINFO: Testing PTRACE_CONT without child handler
ptrace01.c:118: TPASS: Child exited with 1 as expected
ptrace01.c:89: TINFO: Testing PTRACE_CONT with child handler
ptrace01.c:118: TPASS: Child exited with 1 as expected

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:ptrace02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ptrace02.c:46: TPASS: ptrace() failed as expected: EPERM (1)

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

syscalls:ptrace04 passed

syscalls:ptrace05 passed
ptrace05    0  TINFO  :  [child] Sending kill(.., 0)
ptrace05    1  TPASS  :  kill(.., 0) exited with 0, as expected.
ptrace05    2  TPASS  :  Stopped as expected
ptrace05    3  TPASS  :  Stopped as expected
ptrace05    4  TPASS  :  Stopped as expected
ptrace05    5  TPASS  :  Stopped as expected
ptrace05    6  TPASS  :  Stopped as expected
ptrace05    7  TPASS  :  Stopped as expected
ptrace05    8  TPASS  :  Stopped as expected
ptrace05    9  TPASS  :  Stopped as expected
ptrace05   10  TPASS  :  Killed with SIGKILL, as expected.
ptrace05   11  TPASS  :  Stopped as expected
ptrace05   12  TPASS  :  Stopped as expected
ptrace05   13  TPASS  :  Stopped as expected
ptrace05   14  TPASS  :  Stopped as expected
ptrace05   15  TPASS  :  Stopped as expected
ptrace05   16  TPASS  :  Stopped as expected
ptrace05   17  TPASS  :  Stopped as expected
ptrace05   18  TPASS  :  Stopped as expected
ptrace05   19  TPASS  :  Stopped as expected
ptrace05   20  TPASS  :  Stopped as expected
ptrace05   21  TPASS  :  Stopped as expected
ptrace05   22  TPASS  :  Stopped as expected
ptrace05   23  TPASS  :  Stopped as expected
ptrace05   24  TPASS  :  Stopped as expected
ptrace05   25  TPASS  :  Stopped as expected
ptrace05   26  TPASS  :  Stopped as expected
ptrace05   27  TPASS  :  Stopped as expected
ptrace05   28  TPASS  :  Stopped as expected
ptrace05   29  TPASS  :  Stopped as expected
ptrace05   30  TPASS  :  Stopped as expected
ptrace05   31  TPASS  :  Stopped as expected
ptrace05   32  TPASS  :  Stopped as expected
ptrace05   33  TPASS  :  Stopped as expected
ptrace05   34  TPASS  :  Stopped as expected
ptrace05   35  TPASS  :  Stopped as expected
ptrace05   36  TPASS  :  Stopped as expected
ptrace05   37  TPASS  :  Stopped as expected
ptrace05   38  TPASS  :  Stopped as expected
ptrace05   39  TPASS  :  Stopped as expected
ptrace05   40  TPASS  :  Stopped as expected
ptrace05   41  TPASS  :  Stopped as expected
ptrace05   42  TPASS  :  Stopped as expected
ptrace05   43  TPASS  :  Stopped as expected
ptrace05   44  TPASS  :  Stopped as expected
ptrace05   45  TPASS  :  Stopped as expected
ptrace05   46  TPASS  :  Stopped as expected
ptrace05   47  TPASS  :  Stopped as expected
ptrace05   48  TPASS  :  Stopped as expected
ptrace05   49  TPASS  :  Stopped as expected
ptrace05   50  TPASS  :  Stopped as expected
ptrace05   51  TPASS  :  Stopped as expected
ptrace05   52  TPASS  :  Stopped as expected
ptrace05   53  TPASS  :  Stopped as expected
ptrace05   54  TPASS  :  Stopped as expected
ptrace05   55  TPASS  :  Stopped as expected
ptrace05   56  TPASS  :  Stopped as expected
ptrace05   57  TPASS  :  Stopped as expected
ptrace05   58  TPASS  :  Stopped as expected
ptrace05   59  TPASS  :  Stopped as expected
ptrace05   60  TPASS  :  Stopped as expected
ptrace05   61  TPASS  :  Stopped as expected
ptrace05   62  TPASS  :  Stopped as expected
ptrace05   63  TPASS  :  Stopped as expected
syscalls:ptrace07 passed
tst_test.c:911: TCONF: this test is only supported on x86_64
syscalls:ptrace08 passed
tst_test.c:911: TCONF: This test is only supported on x86 systems
syscalls:ptrace09 passed
tst_test.c:911: TCONF: This test is only supported on x86 systems
syscalls:ptrace10 passed
tst_test.c:911: TCONF: This test is only supported on x86 systems
syscalls:ptrace11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ptrace11.c:28: TPASS: ptrace() traces init process successfully

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite01 passed
pwrite01    1  TPASS  :  Functionality of pwrite() successful
syscalls:pwrite02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwrite02.c:89: TPASS: pwrite failed as expected: ESPIPE (29)
pwrite02.c:89: TPASS: pwrite failed as expected: EINVAL (22)
pwrite02.c:89: TPASS: pwrite failed as expected: EBADF (9)
pwrite02.c:89: TPASS: pwrite failed as expected: EBADF (9)
pwrite02.c:89: TPASS: pwrite failed as expected: EFAULT (14)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwrite03.c:25: TPASS: pwrite(fd, NULL, 0) == 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite04 passed
pwrite04    1  TPASS  :  O_APPEND test passed.
syscalls:pwrite01_64 passed
pwrite01    1  TPASS  :  Functionality of pwrite() successful
syscalls:pwrite02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwrite02.c:89: TPASS: pwrite failed as expected: ESPIPE (29)
pwrite02.c:89: TPASS: pwrite failed as expected: EINVAL (22)
pwrite02.c:89: TPASS: pwrite failed as expected: EBADF (9)
pwrite02.c:89: TPASS: pwrite failed as expected: EBADF (9)
pwrite02.c:89: TPASS: pwrite failed as expected: EFAULT (14)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwrite03.c:25: TPASS: pwrite(fd, NULL, 0) == 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite04_64 passed
pwrite04    1  TPASS  :  O_APPEND test passed.
syscalls:pwritev01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwritev01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwritev02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev03 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   12
failed   0
broken   1
skipped  0
warnings 0
syscalls:pwritev03_64 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   12
failed   0
broken   1
skipped  0
warnings 0
syscalls:pwritev201 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev201_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev202 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev202_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:quotactl01 passed

syscalls:quotactl02 passed

syscalls:quotactl03 passed
tst_test.c:911: TCONF: System doesn't have <xfs/xqm.h>
syscalls:quotactl04 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
quotactl04.c:143: TINFO: Formatting /dev/loop3 with ext4 opts='-I 256 -O quota,project' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
quotactl04.c:161: TINFO: Test #0: QCMD(Q_QUOTAON, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to turn on quota for project
quotactl04.c:161: TINFO: Test #1: QCMD(Q_SETQUOTA, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to set disk quota limit for project
quotactl04.c:161: TINFO: Test #2: QCMD(Q_GETQUOTA, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to get disk quota limit for project
quotactl04.c:161: TINFO: Test #3: QCMD(Q_SETINFO, PRJQUOTA
quotactl04.c:176: TPASS: quotactl succeeded to set information about quotafile for project
quotactl04.c:161: TINFO: Test #4: QCMD(Q_GETINFO, PRJQUOTA
quotactl04.c:176: TPASS: quotactl succeeded to get information about quotafile for project
quotactl04.c:161: TINFO: Test #5: QCMD(Q_GETFMT, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to get quota format for project
quotactl04.c:161: TINFO: Test #6: QCMD(Q_GETNEXTQUOTA, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to get next disk quota limit for project
quotactl04.c:161: TINFO: Test #7: QCMD(Q_QUOTAOFF, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to turn off quota for project

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:quotactl05 passed
tst_test.c:911: TCONF: This system didn't have <xfs/xqm.h>
syscalls:quotactl06 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
quotactl06.c:126: TPASS: quotactl failed as expected: EACCES (13)
quotactl06.c:126: TPASS: quotactl failed as expected: ENOENT (2)
quotactl06.c:126: TPASS: quotactl failed as expected: EBUSY (16)
quotactl06.c:126: TPASS: quotactl failed as expected: EFAULT (14)
quotactl06.c:126: TPASS: quotactl failed as expected: EINVAL (22)
quotactl06.c:126: TPASS: quotactl failed as expected: ENOTBLK (15)
quotactl06.c:126: TPASS: quotactl failed as expected: ESRCH (3)
quotactl06.c:126: TPASS: quotactl failed as expected: ESRCH (3)
quotactl06.c:126: TPASS: quotactl failed as expected: ESRCH (3)
quotactl06.c:126: TPASS: quotactl failed as expected: ERANGE (34)
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
quotactl06.c:126: TPASS: quotactl failed as expected: EPERM (1)
tst_capability.c:41: TINFO: Permitting CAP_SYS_ADMIN(21)

Summary:
passed   11
failed   0
broken   0
skipped  0
warnings 0
syscalls:quotactl07 passed
tst_test.c:911: TCONF: System doesn't have <xfs/xqm.h>
syscalls:read01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
read01.c:24: TPASS: read(2) returned 512

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:read02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
read02.c:86: TPASS: read() failed as expected: EBADF (9)
read02.c:86: TPASS: read() failed as expected: EISDIR (21)
read02.c:86: TPASS: read() failed as expected: EFAULT (14)
read02.c:86: TPASS: read() failed as expected: EINVAL (22)
read02.c:86: TPASS: read() failed as expected: EINVAL (22)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:read03 passed
read03      1  TPASS  :  read() succeded in setting errno to EAGAIN
syscalls:read04 passed
read04      1  TPASS  :  functionality of read() is correct
syscalls:readahead01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
readahead01.c:56: TINFO: test_bad_fd -1
readahead01.c:28: TPASS: expected ret success - returned value = -1
readahead01.c:39: TPASS: expected failure: EBADF (9)
readahead01.c:61: TINFO: test_bad_fd O_WRONLY
readahead01.c:28: TPASS: expected ret success - returned value = -1
readahead01.c:39: TPASS: expected failure: EBADF (9)
readahead01.c:78: TINFO: test_invalid_fd pipe
readahead01.c:28: TPASS: expected ret success - returned value = -1
readahead01.c:39: TPASS: expected failure: EINVAL (22)
readahead01.c:86: TINFO: test_invalid_fd socket
readahead01.c:28: TPASS: expected ret success - returned value = -1
readahead01.c:39: TPASS: expected failure: EINVAL (22)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:readahead02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
readahead02.c:383: TINFO: readahead length: 2097152
readahead02.c:221: TINFO: Test #0: readahead on file
readahead02.c:126: TINFO: creating test file of size: 67108864
readahead02.c:240: TINFO: read_testfile(0)
readahead02.c:251: TINFO: read_testfile(1)
readahead02.c:175: TINFO: readahead calls made: 32
readahead02.c:181: TPASS: offset is still at 0 as expected
readahead02.c:285: TINFO: read_testfile(0) took: 3254798 usec
readahead02.c:286: TINFO: read_testfile(1) took: 2967842 usec
readahead02.c:288: TINFO: read_testfile(0) read: 67108864 bytes
readahead02.c:290: TINFO: read_testfile(1) read: 0 bytes
readahead02.c:293: TPASS: readahead saved some I/O
readahead02.c:301: TINFO: cache can hold at least: 165996 kB
readahead02.c:302: TINFO: read_testfile(0) used cache: 134952 kB
readahead02.c:303: TINFO: read_testfile(1) used cache: 71204 kB
readahead02.c:311: TPASS: using cache as expected
readahead02.c:221: TINFO: Test #1: readahead on overlayfs file
readahead02.c:126: TINFO: creating test file of size: 67108864
readahead02.c:240: TINFO: read_testfile(0)
readahead02.c:251: TINFO: read_testfile(1)
readahead02.c:175: TINFO: readahead calls made: 32
readahead02.c:181: TPASS: offset is still at 0 as expected
readahead02.c:285: TINFO: read_testfile(0) took: 3291855 usec
readahead02.c:286: TINFO: read_testfile(1) took: 3002731 usec
readahead02.c:288: TINFO: read_testfile(0) read: 67108864 bytes
readahead02.c:290: TINFO: read_testfile(1) read: 0 bytes
readahead02.c:293: TPASS: readahead saved some I/O
readahead02.c:301: TINFO: cache can hold at least: 266396 kB
readahead02.c:302: TINFO: read_testfile(0) used cache: 134528 kB
readahead02.c:303: TINFO: read_testfile(1) used cache: 71112 kB
readahead02.c:311: TPASS: using cache as expected
readahead02.c:221: TINFO: Test #2: POSIX_FADV_WILLNEED on file
readahead02.c:126: TINFO: creating test file of size: 67108864
readahead02.c:240: TINFO: read_testfile(0)
readahead02.c:251: TINFO: read_testfile(1)
readahead02.c:175: TINFO: readahead calls made: 32
readahead02.c:181: TPASS: offset is still at 0 as expected
readahead02.c:285: TINFO: read_testfile(0) took: 3277669 usec
readahead02.c:286: TINFO: read_testfile(1) took: 2999273 usec
readahead02.c:288: TINFO: read_testfile(0) read: 67108864 bytes
readahead02.c:290: TINFO: read_testfile(1) read: 0 bytes
readahead02.c:293: TPASS: readahead saved some I/O
readahead02.c:301: TINFO: cache can hold at least: 266396 kB
readahead02.c:302: TINFO: read_testfile(0) used cache: 134436 kB
readahead02.c:303: TINFO: read_testfile(1) used cache: 71076 kB
readahead02.c:311: TPASS: using cache as expected
readahead02.c:221: TINFO: Test #3: POSIX_FADV_WILLNEED on overlayfs file
readahead02.c:126: TINFO: creating test file of size: 67108864
readahead02.c:240: TINFO: read_testfile(0)
readahead02.c:251: TINFO: read_testfile(1)
readahead02.c:175: TINFO: readahead calls made: 32
readahead02.c:181: TPASS: offset is still at 0 as expected
readahead02.c:285: TINFO: read_testfile(0) took: 3265378 usec
readahead02.c:286: TINFO: read_testfile(1) took: 2965744 usec
readahead02.c:288: TINFO: read_testfile(0) read: 67108864 bytes
readahead02.c:290: TINFO: read_testfile(1) read: 0 bytes
readahead02.c:293: TPASS: readahead saved some I/O
readahead02.c:301: TINFO: cache can hold at least: 266396 kB
readahead02.c:302: TINFO: read_testfile(0) used cache: 134644 kB
readahead02.c:303: TINFO: read_testfile(1) used cache: 70972 kB
readahead02.c:311: TPASS: using cache as expected

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:readdir01 passed
readdir01    1  TPASS  :  found all 10 that were created
syscalls:readdir21 passed
readdir21    1  TCONF  :  readdir21.c:122: syscall(-1) __NR_readdir not supported on your arch
readdir21    2  TCONF  :  readdir21.c:122: Remaining cases not appropriate for configuration
syscalls:readlink01A passed
readlink01    1  TPASS  :  Reading of symbolic link file contents checks out ok
readlink01    2  TPASS  :  Reading of symbolic link file contents checks out ok
readlink01    3  TPASS  :  Reading a symbolic link which exceeds maximum pathname error is caught
readlink01    4  TPASS  :  Reading a nonsymbolic link file error condition is caught.  EINVAL is returned
syscalls:readlink01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
readlink01.c:64: TINFO: Running test as root
readlink01.c:46: TPASS: readlink() functionality on 'slink_file' was correct
readlink01.c:55: TINFO: Running test as nobody
readlink01.c:46: TPASS: readlink() functionality on 'slink_file' was correct

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:readlink03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
readlink03.c:86: TPASS: readlink() failed as expected: EACCES (13)
readlink03.c:86: TPASS: readlink() failed as expected: EINVAL (22)
readlink03.c:86: TPASS: readlink() failed as expected: EINVAL (22)
readlink03.c:86: TPASS: readlink() failed as expected: ENAMETOOLONG (36)
readlink03.c:86: TPASS: readlink() failed as expected: ENOENT (2)
readlink03.c:86: TPASS: readlink() failed as expected: ENOTDIR (20)
readlink03.c:86: TPASS: readlink() failed as expected: ELOOP (40)
readlink03.c:86: TPASS: readlink() failed as expected: EFAULT (14)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:readlinkat01 passed
readlinkat01    1  TPASS  :  readlinkat() returned 13: TEST_ERRNO=SUCCESS(0): Success
readlinkat01    2  TPASS  :  readlinkat() returned 13: TEST_ERRNO=SUCCESS(0): Success
readlinkat01    3  TPASS  :  readlinkat() returned -1: TEST_ERRNO=ENOTDIR(20): Not a directory
readlinkat01    4  TPASS  :  readlinkat() returned -1: TEST_ERRNO=EBADF(9): Bad file descriptor
readlinkat01    5  TPASS  :  readlinkat() returned 13: TEST_ERRNO=SUCCESS(0): Success
syscalls:readlinkat02 passed
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
syscalls:readv01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 15s
readv01.c:71: TPASS: readv() with 0 I/O vectors
readv01.c:85: TPASS: readv() correctly read 0 bytes 
readv01.c:71: TPASS: readv() with NULL I/O vectors
readv01.c:85: TPASS: readv() correctly read 64 bytes 
readv01.c:71: TPASS: readv() with too big I/O vectors
readv01.c:85: TPASS: readv() correctly read 64 bytes 
readv01.c:71: TPASS: readv() with multiple I/O vectors
readv01.c:85: TPASS: readv() correctly read 48 bytes 
readv01.c:71: TPASS: readv() with zero-len buffer
readv01.c:85: TPASS: readv() correctly read 64 bytes 

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:readv02 passed
readv02     1  TPASS  :  got EINVAL
readv02     2  TPASS  :  got EFAULT
readv02     3  TPASS  :  got EBADF
readv02     4  TPASS  :  got EINVAL
syscalls:readv03 passed
readv03     1  TPASS  :  got EISDIR
syscalls:realpath01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
realpath01.c:35: TPASS: bug not reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:reboot01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
reboot01.c:42: TPASS: reboot(LINUX_REBOOT_CMD_CAD_ON) passed
reboot01.c:42: TPASS: reboot(LINUX_REBOOT_CMD_CAD_OFF) passed

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:reboot02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
reboot02.c:49: TPASS: INVALID_PARAMETER: EINVAL (22)
reboot02.c:55: TPASS: LINUX_REBOOT_CMD_CAD_ON: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:recv01 passed
recv01      1  TPASS  :  bad file descriptor successful
recv01      2  TPASS  :  invalid socket successful
recv01      3  TPASS  :  invalid recv buffer successful
recv01      4  TPASS  :  invalid MSG_OOB flag set successful
recv01      5  TPASS  :  invalid MSG_ERRQUEUE flag set successful
syscalls:recvfrom01 passed
recvfrom01    1  TPASS  :  bad file descriptor successful
recvfrom01    2  TPASS  :  invalid socket successful
recvfrom01    3  TPASS  :  invalid socket buffer successful
recvfrom01    4  TPASS  :  invalid socket addr length successful
recvfrom01    5  TPASS  :  invalid recv buffer successful
recvfrom01    6  TPASS  :  invalid MSG_OOB flag set successful
recvfrom01    7  TPASS  :  invalid MSG_ERRQUEUE flag set successful
syscalls:recvmsg01 passed
recvmsg01    1  TPASS  :  bad file descriptor successful
recvmsg01    2  TPASS  :  invalid socket successful
recvmsg01    3  TPASS  :  invalid socket buffer successful
recvmsg01    4  TPASS  :  invalid socket length successful
recvmsg01    5  TPASS  :  invalid recv buffer successful
recvmsg01    6  TPASS  :  invalid iovec buffer successful
recvmsg01    7  TPASS  :  invalid iovec count successful
recvmsg01    8  TPASS  :  rights reception successful
recvmsg01    9  TPASS  :  invalid MSG_OOB flag set successful
recvmsg01   10  TPASS  :  invalid MSG_ERRQUEUE flag set successful
recvmsg01   11  TPASS  :  invalid cmsg length successful
recvmsg01   12  TPASS  :  large cmesg length successful
syscalls:recvmsg02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmsg02.c:76: TINFO: received 25 bytes
recvmsg02.c:79: TPASS: recvmsg(..., MSG_PEEK) works fine

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:recvmsg03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmsg03.c:38: TCONF: rds was not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:recvmmsg01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmmsg01.c:102: TINFO: Testing variant: vDSO or syscall with libc spec
recvmmsg01.c:93: TPASS: recvmmsg() bad socket file descriptor: EBADF (9)
recvmmsg01.c:93: TPASS: recvmmsg() bad message vector address: EFAULT (14)
recvmmsg01.c:93: TPASS: recvmmsg() negative seconds in timeout: EINVAL (22)
recvmmsg01.c:93: TPASS: recvmmsg() overflow in nanoseconds in timeout: EINVAL (22)
recvmmsg01.c:93: TPASS: recvmmsg() bad timeout address: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmmsg01.c:102: TINFO: Testing variant: syscall with old kernel spec
recvmmsg01.c:93: TPASS: recvmmsg() bad socket file descriptor: EBADF (9)
recvmmsg01.c:93: TPASS: recvmmsg() bad message vector address: EFAULT (14)
recvmmsg01.c:93: TPASS: recvmmsg() negative seconds in timeout: EINVAL (22)
recvmmsg01.c:93: TPASS: recvmmsg() overflow in nanoseconds in timeout: EINVAL (22)
recvmmsg01.c:93: TPASS: recvmmsg() bad timeout address: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmmsg01.c:102: TINFO: Testing variant: syscall time64 with kernel spec
../sendmmsg/sendmmsg_var.h:50: TCONF: syscall(417) __NR_recvmmsg_time64 not supported

Summary:
passed   10
failed   0
broken   0
skipped  1
warnings 0
syscalls:remap_file_pages01 passed
remap_file_pages01    1  TPASS  :  Non-Linear shm file OK
remap_file_pages01    2  TPASS  :  Non-Linear /tmp/ file OK
syscalls:remap_file_pages02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
remap_file_pages02.c:86: TPASS: remap_file_pages(2) start is not valid MAP_SHARED mapping: EINVAL (22)
remap_file_pages02.c:86: TPASS: remap_file_pages(2) start is invalid: EINVAL (22)
remap_file_pages02.c:86: TPASS: remap_file_pages(2) size is invalid: EINVAL (22)
remap_file_pages02.c:86: TPASS: remap_file_pages(2) prot is invalid: EINVAL (22)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:removexattr01 passed
removexattr01    1  TPASS  :  removexattr() succeeded
syscalls:removexattr02 passed
removexattr02    1  TPASS  :  removexattr() failed as expected: TEST_ERRNO=ENODATA(61): No data available
removexattr02    2  TPASS  :  removexattr() failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
removexattr02    3  TPASS  :  removexattr() failed as expected: TEST_ERRNO=EFAULT(14): Bad address
syscalls:rename01 passed
rename01    1  TPASS  :  functionality is correct for renaming a file
rename01    2  TPASS  :  functionality is correct for renaming a directory
syscalls:rename01A passed
rename01    1  TPASS  :  rename(3) of symbolic link file name which points at no object file is ok
rename01    2  TPASS  :  rename(3) of symbolic link file name which points at object file is ok
syscalls:rename02 passed
rename02    1  TPASS  :  rename(./tfile_26955, ./rnfile_26955) returned 0
syscalls:rename03 passed
rename03    1  TPASS  :  functionality is correct for renaming a file
rename03    2  TPASS  :  functionality is correct for renaming a directory
syscalls:rename04 passed
rename04    1  TPASS  :  rename() returned ENOTEMPTY
syscalls:rename05 passed
rename05    1  TPASS  :  rename() returned EISDIR
syscalls:rename06 passed
rename06    1  TPASS  :  rename() returned EINVAL
syscalls:rename07 passed
rename07    1  TPASS  :  rename() returned ENOTDIR
syscalls:rename08 passed
rename08    1  TPASS  :  expected failure - errno = 14 : Bad address
rename08    2  TPASS  :  expected failure - errno = 14 : Bad address
rename08    3  TPASS  :  expected failure - errno = 14 : Bad address
syscalls:rename09 passed
rename09    1  TPASS  :  rename() returned EACCES
syscalls:rename10 passed
rename10    1  TPASS  :  expected failure - errno = 36 : File name too long
rename10    2  TPASS  :  expected failure - errno = 2 : No such file or directory
syscalls:rename11 passed
mke2fs 1.44.5 (15-Dec-2018)
rename11    0  TINFO  :  Found free device 3 '/dev/loop3'
rename11    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
rename11    0  TINFO  :  Failed reach the subdirs limit on ext2/ext3/ext4 filesystem
rename11    1  TPASS  :  failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
rename11    2  TPASS  :  failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
rename11    3  TCONF  :  rename11.c:167: EMLINK test is not appropriate
syscalls:rename12 passed
rename12    1  TPASS  :  rename returned EPERM or EACCES
syscalls:rename13 passed
rename13    1  TPASS  :  functionality of rename() is correct
syscalls:rename14 passed
rename14    1  TPASS  :  Test Passed
syscalls:renameat01 passed
mke2fs 1.44.5 (15-Dec-2018)
renameat01    0  TINFO  :  Found free device 3 '/dev/loop3'
renameat01    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
renameat01    0  TINFO  :  Failed reach the subdirs limit on ext2/ext3/ext4 filesystem
renameat01    1  TPASS  :  renameat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat01    2  TPASS  :  renameat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat01    3  TPASS  :  renameat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat01    4  TPASS  :  renameat() returned the expected value: TEST_ERRNO=EBADF(9): Bad file descriptor
renameat01    5  TPASS  :  renameat() returned the expected value: TEST_ERRNO=ENOTDIR(20): Not a directory
renameat01    6  TPASS  :  renameat() returned the expected value: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
renameat01    7  TPASS  :  renameat() returned the expected value: TEST_ERRNO=EROFS(30): Read-only file system
renameat01    8  TCONF  :  renameat01.c:200: EMLINK test is not appropriate
syscalls:renameat201 passed
renameat201    1  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=EEXIST(17): File exists
renameat201    2  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat201    3  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=ENOENT(2): No such file or directory
renameat201    4  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat201    5  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=EINVAL(22): Invalid argument
renameat201    6  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:renameat202 passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
syscalls:request_key01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
request_key01.c:39: TPASS: request_key() succeed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:request_key02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:request_key03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
request_key03.c:60: TCONF: kernel doesn't support key type 'encrypted'
request_key03.c:60: TCONF: kernel doesn't support key type 'trusted'
request_key03.c:137: TPASS: didn't crash while updating key of type 'user'
request_key03.c:151: TPASS: didn't crash while requesting key of type 'user'

Summary:
passed   2
failed   0
broken   0
skipped  2
warnings 0
syscalls:request_key04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
request_key04.c:66: TPASS: request_key() failed with EACCES as expected

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:request_key05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
request_key05.c:25: TINFO: Requesting dead key
request_key05.c:29: TPASS: No crash after 256 attempts

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:rmdir01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rmdir01.c:33: TPASS: rmdir(testdir) success

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:rmdir02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rmdir02.c:92: TPASS: rmdir() failed as expected: ENOTEMPTY (39)
rmdir02.c:92: TPASS: rmdir() failed as expected: ENAMETOOLONG (36)
rmdir02.c:92: TPASS: rmdir() failed as expected: ENOENT (2)
rmdir02.c:92: TPASS: rmdir() failed as expected: ENOTDIR (20)
rmdir02.c:92: TPASS: rmdir() failed as expected: EFAULT (14)
rmdir02.c:92: TPASS: rmdir() failed as expected: ELOOP (40)
rmdir02.c:92: TPASS: rmdir() failed as expected: EROFS (30)
rmdir02.c:92: TPASS: rmdir() failed as expected: EBUSY (16)
rmdir02.c:92: TPASS: rmdir() failed as expected: EINVAL (22)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:rmdir03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rmdir03.c:55: TPASS: rmdir() got expected errno: EPERM (1)
rmdir03.c:61: TPASS: rmdir() got expected errno: EACCES (13)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:rmdir03A passed
rmdir03     1  TPASS  :  rmdir(2) of object file through symbolic link file failed as expected
syscalls:rt_sigaction01 passed
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    1  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    2  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    3  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    4  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    5  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01    6  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01    7  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01    8  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01    9  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01   10  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   11  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   12  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   13  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   14  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   15  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   16  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   17  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   18  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   19  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   20  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   21  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   22  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   23  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   24  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   25  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   26  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   27  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   28  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   29  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   30  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   31  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   32  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   33  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   34  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   35  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   36  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   37  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   38  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   39  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   40  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   41  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   42  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   43  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   44  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   45  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   46  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   47  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   48  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   49  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   50  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   51  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   52  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   53  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   54  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   55  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   56  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   57  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   58  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   59  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   60  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   61  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   62  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   63  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   64  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   65  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   66  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   67  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   68  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   69  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   70  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   71  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   72  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   73  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   74  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   75  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   76  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   77  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   78  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   79  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   80  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   81  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   82  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   83  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   84  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   85  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   86  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   87  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   88  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   89  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   90  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   91  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   92  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   93  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   94  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   95  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01   96  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01   97  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01   98  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01   99  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01  100  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  101  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  102  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  103  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  104  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  105  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  106  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  107  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  108  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  109  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  110  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  111  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  112  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  113  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  114  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  115  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  116  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  117  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  118  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  119  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  120  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  121  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  122  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  123  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  124  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  125  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  126  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  127  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  128  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  129  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  130  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  131  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  132  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  133  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  134  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  135  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  136  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  137  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  138  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  139  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  140  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  141  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  142  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  143  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  144  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  145  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  146  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  147  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  148  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  149  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  150  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  151  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  152  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  153  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  154  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  155  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
syscalls:rt_sigaction02 passed
rt_sigaction02    0  TINFO  :  Signal 34
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    1  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02    2  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    3  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    4  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02    5  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 35
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    6  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02    7  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    8  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    9  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   10  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 36
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   11  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   12  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   13  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   14  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   15  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 37
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   16  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   17  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   18  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   19  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   20  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 38
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   21  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   22  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   23  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   24  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   25  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 39
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   26  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   27  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   28  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   29  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   30  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 40
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   31  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   32  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   33  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   34  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   35  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 41
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   36  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   37  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   38  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   39  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   40  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 42
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   41  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   42  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   43  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   44  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   45  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 43
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   46  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   47  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   48  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   49  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   50  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 44
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   51  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   52  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   53  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   54  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   55  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 45
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   56  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   57  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   58  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   59  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   60  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 46
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   61  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   62  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   63  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   64  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   65  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 47
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   66  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   67  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   68  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   69  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   70  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 48
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   71  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   72  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   73  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   74  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   75  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 49
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   76  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   77  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   78  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   79  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   80  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 50
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   81  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   82  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   83  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   84  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   85  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 51
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   86  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   87  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   88  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   89  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   90  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 52
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   91  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   92  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   93  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   94  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   95  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 53
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   96  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   97  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   98  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   99  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  100  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 54
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  101  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  102  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  103  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  104  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  105  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 55
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  106  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  107  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  108  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  109  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  110  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 56
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  111  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  112  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  113  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  114  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  115  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 57
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  116  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  117  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  118  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  119  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  120  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 58
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  121  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  122  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  123  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  124  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  125  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 59
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  126  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  127  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  128  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  129  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  130  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 60
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  131  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  132  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  133  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  134  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  135  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 61
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  136  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  137  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  138  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  139  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  140  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 62
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  141  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  142  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  143  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  144  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  145  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 63
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  146  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  147  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  148  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  149  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  150  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 64
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  151  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  152  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  153  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  154  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  155  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
syscalls:rt_sigaction03 passed
rt_sigaction03    0  TINFO  :  Signal 34
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    1  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03    2  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    3  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    4  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03    5  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 35
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    6  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03    7  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    8  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    9  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   10  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 36
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   11  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   12  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   13  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   14  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   15  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 37
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   16  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   17  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   18  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   19  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   20  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 38
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   21  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   22  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   23  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   24  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   25  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 39
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   26  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   27  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   28  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   29  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   30  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 40
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   31  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   32  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   33  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   34  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   35  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 41
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   36  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   37  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   38  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   39  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   40  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 42
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   41  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   42  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   43  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   44  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   45  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 43
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   46  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   47  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   48  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   49  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   50  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 44
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   51  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   52  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   53  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   54  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   55  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 45
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   56  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   57  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   58  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   59  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   60  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 46
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   61  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   62  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   63  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   64  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   65  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 47
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   66  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   67  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   68  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   69  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   70  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 48
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   71  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   72  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   73  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   74  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   75  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 49
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   76  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   77  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   78  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   79  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   80  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 50
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   81  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   82  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   83  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   84  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   85  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 51
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   86  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   87  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   88  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   89  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   90  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 52
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   91  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   92  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   93  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   94  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   95  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 53
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   96  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   97  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   98  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   99  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  100  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 54
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  101  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  102  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  103  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  104  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  105  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 55
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  106  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  107  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  108  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  109  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  110  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 56
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  111  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  112  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  113  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  114  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  115  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 57
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  116  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  117  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  118  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  119  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  120  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 58
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  121  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  122  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  123  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  124  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  125  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 59
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  126  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  127  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  128  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  129  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  130  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 60
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  131  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  132  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  133  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  134  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  135  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 61
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  136  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  137  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  138  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  139  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  140  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 62
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  141  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  142  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  143  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  144  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  145  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 63
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  146  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  147  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  148  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  149  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  150  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 64
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  151  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  152  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  153  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  154  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  155  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
syscalls:rt_sigprocmask01 passed
rt_sigprocmask01    1  TPASS  :  rt_sigprocmask functionality passed
syscalls:rt_sigprocmask02 passed
rt_sigprocmask02    1  TPASS  :  Got expected errno: TEST_ERRNO=EINVAL(22): Invalid argument
rt_sigprocmask02    2  TPASS  :  Got expected errno: TEST_ERRNO=EFAULT(14): Bad address
syscalls:rt_sigqueueinfo01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 20s
rt_sigqueueinfo01.c:37: TPASS: Received correct signal and data!
rt_sigqueueinfo01.c:78: TPASS: rt_sigqueueinfo() was successful!

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:rt_sigsuspend01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:rt_sigtimedwait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rt_sigtimedwait01.c:64: TINFO: Testing variant: syscall with old kernel spec
sigwait.c:27: TPASS: Wait interrupted by expected signal
sigwait.c:88: TPASS: struct siginfo is correct
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:113: TPASS: Wait interrupted by expected signal
sigwait.c:259: TPASS: Wait interrupted by expected signal
sigwait.c:268: TPASS: sigwaitinfo restored the original mask
sigwait.c:302: TPASS: Fault occurred while accessing the buffers
sigwait.c:344: TPASS: Child exited with expected code
sigwait.c:367: TPASS: Fault occurred while accessing the buffers
sigwait.c:57: TPASS: Wait interrupted by timeout
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:57: TPASS: Wait interrupted by timeout
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:205: TPASS: struct siginfo is correct
sigwait.c:217: TPASS: struct siginfo is correct
sigwait.c:229: TPASS: sigwaitinfo restored the original mask
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rt_sigtimedwait01.c:64: TINFO: Testing variant: syscall time64 with kernel spec
rt_sigtimedwait01.c:19: TCONF: syscall(421) __NR_rt_sigtimedwait_time64 not supported

Summary:
passed   19
failed   0
broken   0
skipped  1
warnings 0
syscalls:rt_tgsigqueueinfo01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rt_tgsigqueueinfo01.c:65: TPASS: Test signal to self succeeded
rt_tgsigqueueinfo01.c:96: TPASS: Test signal to different thread succeeded
rt_tgsigqueueinfo01.c:96: TPASS: Test signal to different thread succeeded

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sbrk01 passed
sbrk01      1  TPASS  :  sbrk - Increase by 8192 bytes returned 0x559c3fe000
sbrk01      2  TPASS  :  sbrk - Increase by -8192 bytes returned 0x559c400000
syscalls:sbrk02 passed
sbrk02      0  TINFO  :  setup() bailing inc: 1090519040, ret: 0xffffffffffffffff, sbrk: 0x5d91dbe000: errno=ENOMEM(12): Cannot allocate memory
sbrk02      1  TPASS  :  sbrk(1090519040) failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
syscalls:sbrk03 passed

syscalls:sched_get_priority_max01 passed
sched_get_priority_max01    1  TPASS  :  Test for SCHED_OTHER Passed
sched_get_priority_max01    2  TPASS  :  Test for SCHED_FIFO Passed
sched_get_priority_max01    3  TPASS  :  Test for SCHED_RR Passed
syscalls:sched_get_priority_max02 passed
sched_get_priority_max02    1  TPASS  :  Test Passed, Got EINVAL
syscalls:sched_get_priority_min01 passed
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
syscalls:sched_get_priority_min02 passed
sched_get_priority_min02    1  TPASS  :  Test Passed, Got EINVAL
syscalls:sched_getparam01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_getparam01.c:52: TPASS: sched_getparam(0) got expected sched_priority 0
sched_getparam01.c:52: TPASS: sched_getparam(29076) got expected sched_priority 0

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_getparam03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_getparam03.c:46: TPASS: sched_getparam() with non-existing pid: ESRCH (3)
sched_getparam03.c:46: TPASS: sched_getparam() with invalid pid: EINVAL (22)
sched_getparam03.c:46: TPASS: sched_getparam() with invalid address for param: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_rr_get_interval01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval01.c:40: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval01.c:57: TPASS: sched_rr_get_interval() passed
sched_rr_get_interval01.c:65: TPASS: Time quantum 0s 100000000ns
sched_rr_get_interval01.c:72: TPASS: /proc/sys/kernel/sched_rr_timeslice_ms = 100
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval01.c:40: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval01.c:57: TPASS: sched_rr_get_interval() passed
sched_rr_get_interval01.c:65: TPASS: Time quantum 0s 100000000ns
sched_rr_get_interval01.c:72: TPASS: /proc/sys/kernel/sched_rr_timeslice_ms = 100
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval01.c:40: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:318: TCONF: syscall(423) __NR_sched_rr_get_interval_time64 not supported

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:sched_rr_get_interval02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval02.c:34: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval02.c:52: TPASS: sched_rr_get_interval() passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval02.c:34: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval02.c:52: TPASS: sched_rr_get_interval() passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval02.c:34: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:318: TCONF: syscall(423) __NR_sched_rr_get_interval_time64 not supported

Summary:
passed   2
failed   0
broken   0
skipped  1
warnings 0
syscalls:sched_rr_get_interval03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval03.c:53: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: EINVAL (22)
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: ESRCH (3)
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval03.c:53: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: EINVAL (22)
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: ESRCH (3)
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval03.c:53: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:318: TCONF: syscall(423) __NR_sched_rr_get_interval_time64 not supported

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:sched_setparam01 passed
sched_setparam01    1  TPASS  :  sched_setparam() returned 0
syscalls:sched_setparam02 passed
sched_setparam02    1  TPASS  :  Test with policy SCHED_FIFO Passed
sched_setparam02    2  TPASS  :  Test with policy SCHED_RR Passed
sched_setparam02    3  TPASS  :  Test with SCHED_OTHER Passed
syscalls:sched_setparam03 passed
sched_setparam03    1  TPASS  :  Test Passed
syscalls:sched_setparam04 passed
sched_setparam04    1  TPASS  :  expected failure; Got ESRCH
sched_setparam04    2  TPASS  :  expected failure; Got EINVAL
sched_setparam04    3  TPASS  :  expected failure; Got EINVAL
sched_setparam04    4  TPASS  :  expected failure; Got EINVAL
syscalls:sched_setparam05 passed
sched_setparam05    1  TPASS  :  Test passed, Got EPERM
syscalls:sched_getscheduler01 passed
sched_getscheduler01    1  TPASS  :  policy value returned is correct
sched_getscheduler01    2  TPASS  :  policy value returned is correct
sched_getscheduler01    3  TPASS  :  policy value returned is correct
syscalls:sched_getscheduler02 passed
sched_getscheduler02    1  TPASS  :  call failed with ESRCH
syscalls:sched_setscheduler01 passed
sched_setscheduler01    1  TPASS  :  expected failure - errno = 3 : No such process
sched_setscheduler01    2  TPASS  :  expected failure - errno = 22 : Invalid argument
sched_setscheduler01    3  TPASS  :  expected failure - errno = 14 : Bad address
sched_setscheduler01    4  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:sched_setscheduler02 passed
sched_setscheduler02    1  TPASS  :  got EPERM
syscalls:sched_setscheduler03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_setscheduler03.c:64: TINFO: rlimit rlim_cur=0
sched_setscheduler03.c:66: TINFO: rlimit rlim_max=0
sched_setscheduler03.c:74: TINFO: Setting rlim_cur to 19
sched_setscheduler03.c:76: TINFO: Setting rlim_max to 19
sched_setscheduler03.c:64: TINFO: rlimit rlim_cur=19
sched_setscheduler03.c:66: TINFO: rlimit rlim_max=19
sched_setscheduler03.c:131: TINFO: Setting init sched policy to SCHED_OTHER
sched_setscheduler03.c:139: TINFO: Setting euid to nobody to drop privilege
sched_setscheduler03.c:153: TINFO: forked pid is 29107
sched_setscheduler03.c:97: TINFO: Verifying case[1]: policy = 0, priority = 0
sched_setscheduler03.c:105: TPASS: case[1] succeeded
sched_setscheduler03.c:153: TINFO: forked pid is 29108
sched_setscheduler03.c:97: TINFO: Verifying case[2]: policy = 3, priority = 0
sched_setscheduler03.c:105: TPASS: case[2] succeeded
sched_setscheduler03.c:153: TINFO: forked pid is 29109
sched_setscheduler03.c:97: TINFO: Verifying case[3]: policy = 5, priority = 0
sched_setscheduler03.c:105: TPASS: case[3] succeeded

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_yield01 passed
sched_yield01    1  TPASS  :  sched_yield() call succeeded
syscalls:sched_setaffinity01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_setaffinity01.c:83: TPASS: sched_setaffinity() failed: EFAULT (14)
sched_setaffinity01.c:83: TPASS: sched_setaffinity() failed: EINVAL (22)
sched_setaffinity01.c:83: TPASS: sched_setaffinity() failed: ESRCH (3)
sched_setaffinity01.c:83: TPASS: sched_setaffinity() failed: EPERM (1)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_getaffinity01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_getaffinity01.c:88: TINFO: system has 4 processor(s).
sched_getaffinity01.c:76: TPASS: cpuset size = 128, enabled cpus 4
sched_getaffinity01.c:39: TPASS: sched_getaffinity() failed: EFAULT (14)
sched_getaffinity01.c:39: TPASS: sched_getaffinity() failed: EINVAL (22)
sched_getaffinity01.c:39: TPASS: sched_getaffinity() failed: ESRCH (3)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_setattr01 passed
sched_setattr01    1  TPASS  :  sched_setattr() works as expected: TEST_ERRNO=SUCCESS(0): Success
sched_setattr01    2  TPASS  :  sched_setattr() works as expected: TEST_ERRNO=ESRCH(3): No such process
sched_setattr01    3  TPASS  :  sched_setattr() works as expected: TEST_ERRNO=EINVAL(22): Invalid argument
sched_setattr01    4  TPASS  :  sched_setattr() works as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:sched_getattr01 passed
sched_getattr01    1  TPASS  :  attributes were read back correctly
syscalls:sched_getattr02 passed
sched_getattr02    1  TPASS  :  sched_getattr() failed expectedly: TEST_ERRNO=ESRCH(3): No such process
sched_getattr02    2  TPASS  :  sched_getattr() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
sched_getattr02    3  TPASS  :  sched_getattr() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
sched_getattr02    4  TPASS  :  sched_getattr() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:select01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:109: TINFO: Testing libc select()
select01.c:70: TPASS: select() with regular file returned 1
select01.c:73: TPASS: readfds bit 3 is set
select01.c:70: TPASS: select() with system pipe returned 2
select01.c:73: TPASS: readfds bit 4 is set
select01.c:81: TPASS: writefds bit 5 is set
select01.c:70: TPASS: select() with named pipe (FIFO) returned 2
select01.c:73: TPASS: readfds bit 6 is set
select01.c:81: TPASS: writefds bit 6 is set
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:112: TINFO: Testing SYS_select syscall
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:115: TINFO: Testing SYS_pselect6 syscall
select01.c:70: TPASS: select() with regular file returned 1
select01.c:73: TPASS: readfds bit 3 is set
select01.c:70: TPASS: select() with system pipe returned 2
select01.c:73: TPASS: readfds bit 4 is set
select01.c:81: TPASS: writefds bit 5 is set
select01.c:70: TPASS: select() with named pipe (FIFO) returned 2
select01.c:73: TPASS: readfds bit 6 is set
select01.c:81: TPASS: writefds bit 6 is set
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:118: TINFO: Testing SYS_pselect6 time64 syscall
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:121: TINFO: Testing SYS__newselect syscall
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported

Summary:
passed   16
failed   0
broken   0
skipped  3
warnings 0
syscalls:select02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:109: TINFO: Testing libc select()
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1084us, max 1284us, median 1091us, trunc mean 1092.33us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2088us, max 2165us, median 2091us, trunc mean 2092.67us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5088us, max 5132us, median 5092us, trunc mean 5094.34us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10090us, max 10131us, median 10092us, trunc mean 10095.38us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25091us, max 25134us, median 25093us, trunc mean 25099.88us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100103us, max 100151us, median 100144us, trunc mean 100140.33us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001045us, max 1001079us, median 1001045us, trunc mean 1001045.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:112: TINFO: Testing SYS_select syscall
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:115: TINFO: Testing SYS_pselect6 syscall
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1086us, max 1307us, median 1091us, trunc mean 1091.76us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2089us, max 2133us, median 2091us, trunc mean 2092.29us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5088us, max 5155us, median 5092us, trunc mean 5093.72us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10090us, max 10130us, median 10091us, trunc mean 10092.26us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25090us, max 25104us, median 25092us, trunc mean 25092.81us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100144us, max 100185us, median 100175us, trunc mean 100169.22us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001049us, max 1001052us, median 1001049us, trunc mean 1001049.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:118: TINFO: Testing SYS_pselect6 time64 syscall
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:121: TINFO: Testing SYS__newselect syscall
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported

Summary:
passed   14
failed   0
broken   0
skipped  3
warnings 0
syscalls:select03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:109: TINFO: Testing libc select()
select03.c:65: TPASS: Negative nfds: select() failed as expected: EINVAL (22)
select03.c:65: TPASS: Invalid readfds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Invalid writefds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Invalid exceptfds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Faulty readfds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty writefds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty exceptfds: select() failed as expected: EFAULT (14)
select03.c:86: TPASS: Faulty timeout: select() killed by signal
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:112: TINFO: Testing SYS_select syscall
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:115: TINFO: Testing SYS_pselect6 syscall
select03.c:65: TPASS: Negative nfds: select() failed as expected: EINVAL (22)
select03.c:65: TPASS: Invalid readfds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Invalid writefds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Invalid exceptfds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Faulty readfds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty writefds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty exceptfds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty timeout: select() failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:118: TINFO: Testing SYS_pselect6 time64 syscall
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:121: TINFO: Testing SYS__newselect syscall
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported

Summary:
passed   16
failed   0
broken   0
skipped  24
warnings 0
syscalls:select04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:109: TINFO: Testing libc select()
select04.c:58: TPASS: No data to read: select() cleared the fd set
select04.c:58: TPASS: No space to write: select() cleared the fd set
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:112: TINFO: Testing SYS_select syscall
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:115: TINFO: Testing SYS_pselect6 syscall
select04.c:58: TPASS: No data to read: select() cleared the fd set
select04.c:58: TPASS: No space to write: select() cleared the fd set
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:118: TINFO: Testing SYS_pselect6 time64 syscall
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:121: TINFO: Testing SYS__newselect syscall
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported

Summary:
passed   4
failed   0
broken   0
skipped  3
warnings 0
syscalls:semctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl01.c:45: TPASS: buf.sem_nsems and buf.sem_perm.mode are correct
semctl01.c:60: TPASS: buf.sem_perm.mode is correct
semctl01.c:75: TPASS: semaphores have expected values
semctl01.c:122: TPASS: number of sleeping processes is correct
semctl01.c:155: TPASS: last pid value is correct
semctl01.c:167: TPASS: semaphore value is correct
semctl01.c:122: TPASS: number of sleeping processes is correct
semctl01.c:194: TPASS: semaphore values are correct
semctl01.c:206: TPASS: semaphore value is correct
semctl01.c:219: TPASS: the highest index is correct
semctl01.c:231: TPASS: number of semaphore sets is correct
semctl01.c:237: TPASS: id of the semaphore set is correct
semctl01.c:211: TPASS: semaphore appears to be removed: EINVAL (22)

Summary:
passed   13
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl02.c:29: TPASS: semctl(IPC_STAT) with nobody user: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl03.c:45: TPASS: semctl() with invalid IPC command: EINVAL (22)
semctl03.c:45: TPASS: semctl() with invalid sem id: EINVAL (22)
semctl03.c:45: TPASS: semctl() with invalid union arg: EFAULT (14)
semctl03.c:45: TPASS: semctl() with invalid union arg: EFAULT (14)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl04.c:45: TPASS: semctl() with nobody user in child: EPERM (1)
semctl04.c:45: TPASS: semctl() with nobody user in child: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl05.c:45: TPASS: semctl() with the value to set is less than zero: ERANGE (34)
semctl05.c:45: TPASS: semctl() with the value to set are too large: ERANGE (34)
semctl05.c:45: TPASS: semctl() with the value to set is too large: ERANGE (34)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl06 passed
semctl06    1  TPASS  :  semctl06 ran successfully!
syscalls:semctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl07.c:38: TPASS: semctl(semid, 0, IPC_STAT, arg) passed
semctl07.c:44: TPASS: sem_nsems = 1
semctl07.c:51: TPASS: sem_perm.uid = 0
semctl07.c:58: TPASS: sem_perm.gid = 0
semctl07.c:65: TPASS: sem_perm.cuid = 0
semctl07.c:72: TPASS: sem_perm.cgid = 0
semctl07.c:78: TPASS: semctl(GETVAL) succeeded
semctl07.c:85: TPASS: semctl(SETVAL) succeeded
semctl07.c:90: TPASS: semctl(GETVAL) succeeded
semctl07.c:96: TPASS: semctl(GETVAL) returned 1
semctl07.c:102: TPASS: semctl(GETPID) succeeded
semctl07.c:108: TPASS: semctl(GETPID) returned 29237
semctl07.c:114: TPASS: semctl(GETNCNT) succeeded
semctl07.c:120: TPASS: semctl(GETNCNT) returned 0
semctl07.c:125: TPASS: semctl(GETZCNT) succeeded
semctl07.c:130: TPASS: semctl(GETZCNT) succeeded 0

Summary:
passed   16
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl08 passed
tst_test.c:911: TCONF: test requires struct semid64_ds to have the time_high fields
syscalls:semctl09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl09.c:76: TINFO: Test SYS_semctl syscall
semctl09.c:141: TINFO: Test SEM_STAT_ANY with nobody user
semctl09.c:164: TPASS: SEM_INFO returned valid index 22 to semid 557078
semctl09.c:173: TPASS: Counted used = 1
semctl09.c:121: TPASS: semset_cnt = 1
semctl09.c:128: TPASS: sen_cnt = 2
semctl09.c:141: TINFO: Test SEM_STAT_ANY with root user
semctl09.c:164: TPASS: SEM_INFO returned valid index 22 to semid 557078
semctl09.c:173: TPASS: Counted used = 1
semctl09.c:121: TPASS: semset_cnt = 1
semctl09.c:128: TPASS: sen_cnt = 2
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl09.c:79: TINFO: Test libc semctl()
semctl09.c:192: TCONF: libc does not support semctl(SEM_STAT_ANY)

Summary:
passed   8
failed   0
broken   0
skipped  1
warnings 0
syscalls:semget01 passed
semget01    1  TPASS  :  basic semaphore values are okay
syscalls:semget02 passed
semget02    1  TPASS  :  expected failure - errno = 13 : Permission denied
semget02    2  TPASS  :  expected failure - errno = 17 : File exists
syscalls:semget03 passed
semget03    1  TPASS  :  expected failure - errno = 2 : No such file or directory
syscalls:semget05 passed
semget05    1  TPASS  :  expected failure - errno = 28 : No space left on device
syscalls:semget06 passed
semget06    1  TPASS  :  expected failure - errno = 22 : Invalid argument
semget06    2  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:semop01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop01.c:71: TINFO: Testing variant: semop: syscall
semop01.c:58: TPASS: semaphore values are correct
semop01.c:58: TPASS: semaphore values are correct
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop01.c:71: TINFO: Testing variant: semtimedop: syscall with old kernel spec
semop01.c:58: TPASS: semaphore values are correct
semop01.c:58: TPASS: semaphore values are correct
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop01.c:71: TINFO: Testing variant: semtimedop: syscall time64 with kernel spec
semop.h:19: TCONF: syscall(420) __NR_semtimedop_time64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:semop02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop02.c:78: TINFO: Testing variant: semtimedop: syscall time64 with kernel spec
semop.h:19: TCONF: syscall(420) __NR_semtimedop_time64 not supported

Summary:
passed   23
failed   0
broken   0
skipped  4
warnings 0
syscalls:semop03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop03.c:69: TINFO: Testing variant: semop: syscall
semop03.c:52: TPASS: expected failure: EIDRM (43)
semop03.c:52: TPASS: expected failure: EIDRM (43)
semop03.c:52: TPASS: expected failure: EINTR (4)
semop03.c:52: TPASS: expected failure: EINTR (4)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop03.c:69: TINFO: Testing variant: semtimedop: syscall with old kernel spec
semop03.c:52: TPASS: expected failure: EIDRM (43)
semop03.c:52: TPASS: expected failure: EIDRM (43)
semop03.c:52: TPASS: expected failure: EINTR (4)
semop03.c:52: TPASS: expected failure: EINTR (4)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop03.c:69: TINFO: Testing variant: semtimedop: syscall time64 with kernel spec
semop.h:19: TCONF: syscall(420) __NR_semtimedop_time64 not supported

Summary:
passed   8
failed   0
broken   0
skipped  1
warnings 0
syscalls:send01 passed
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
syscalls:send02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
send02.c:131: TINFO: Tesing TCP send
send02.c:176: TPASS: MSG_MORE works correctly
send02.c:131: TINFO: Tesing UDP send
send02.c:176: TPASS: MSG_MORE works correctly
send02.c:131: TINFO: Tesing UDP sendto
send02.c:176: TPASS: MSG_MORE works correctly
send02.c:131: TINFO: Tesing UDP sendmsg
send02.c:176: TPASS: MSG_MORE works correctly

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile02 passed
sendfile02    1  TPASS  :  functionality of sendfile() is correct
sendfile02    2  TPASS  :  functionality of sendfile() is correct
sendfile02    3  TPASS  :  functionality of sendfile() is correct
sendfile02    4  TPASS  :  functionality of sendfile() is correct
syscalls:sendfile02_64 passed
sendfile02_64    1  TPASS  :  functionality of sendfile() is correct
sendfile02_64    2  TPASS  :  functionality of sendfile() is correct
sendfile02_64    3  TPASS  :  functionality of sendfile() is correct
sendfile02_64    4  TPASS  :  functionality of sendfile() is correct
syscalls:sendfile03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile03.c:58: TPASS: sendfile(..) with out_fd=-1: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with out_fd=O_RDONLY: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with in_fd=-1: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with out_fd=O_WRONLY: EBADF (9)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile03.c:58: TPASS: sendfile(..) with out_fd=-1: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with out_fd=O_RDONLY: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with in_fd=-1: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with out_fd=O_WRONLY: EBADF (9)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=0: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=1: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=4: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=5: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_unmapped_buffer, protection=3: EFAULT (14)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile04_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=0: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=1: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=4: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=5: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_unmapped_buffer, protection=3: EFAULT (14)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile05.c:52: TPASS: sendfile(out, in, &offset, ..) with offset=-1: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile05_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile05.c:52: TPASS: sendfile(out, in, &offset, ..) with offset=-1: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile06 passed
sendfile06    1  TPASS  :  functionality of sendfile() is correct
syscalls:sendfile06_64 passed
sendfile06_64    1  TPASS  :  functionality of sendfile() is correct
syscalls:sendfile07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile07.c:70: TPASS: sendfile(out_fd, in_fd, NULL, 1) with blocked out_fd: EAGAIN/EWOULDBLOCK (11)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile07_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile07.c:70: TPASS: sendfile(out_fd, in_fd, NULL, 1) with blocked out_fd: EAGAIN/EWOULDBLOCK (11)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile08 passed
sendfile08    1  TPASS  :  sendfile(2) copies data correctly
syscalls:sendfile08_64 passed
sendfile08_64    1  TPASS  :  sendfile(2) copies data correctly
syscalls:sendfile09 passed
sendfile09    1  TCONF  :  sendfile09.c:141: sendfile(2) on large file needs 5G free space.
sendfile09    2  TCONF  :  sendfile09.c:141: Remaining cases not appropriate for configuration
syscalls:sendfile09_64 passed
sendfile09_64    1  TCONF  :  sendfile09.c:141: sendfile(2) on large file needs 5G free space.
sendfile09_64    2  TCONF  :  sendfile09.c:141: Remaining cases not appropriate for configuration
syscalls:sendmsg01 passed
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
syscalls:sendmsg02 passed
sendmsg02    1  TPASS  :  finished after 15 seconds
syscalls:sendmsg03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   144ns, avg_dev =    33ns, dev_ratio = 0.23 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 30980ns, avg_dev =  1181ns, dev_ratio = 0.04 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 10366ns, avg_dev =   432ns, dev_ratio = 0.04 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 20759ns, avg_dev =  1288ns, dev_ratio = 0.06 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  1386  , avg_dev =    86  , dev_ratio = 0.06 }
../../../../include/tst_fuzzy_sync.h:534: TINFO: Reached deviation ratios < 0.10, introducing randomness
../../../../include/tst_fuzzy_sync.h:537: TINFO: Delay range is [-704, 2031]
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 4023, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   205ns, avg_dev =    19ns, dev_ratio = 0.09 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 30476ns, avg_dev =   491ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 10572ns, avg_dev =   417ns, dev_ratio = 0.04 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 20109ns, avg_dev =   400ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  1340  , avg_dev =    22  , dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:685: TINFO: Exceeded execution loops, requesting exit
sendmsg03.c:100: TPASS: Nothing bad happened, probably

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendmmsg01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg01.c:93: TINFO: Testing variant: vDSO or syscall with libc spec
sendmmsg01.c:54: TPASS: First message received successfully
sendmmsg01.c:59: TPASS: Second message received successfully
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg01.c:93: TINFO: Testing variant: syscall with old kernel spec
sendmmsg01.c:54: TPASS: First message received successfully
sendmmsg01.c:59: TPASS: Second message received successfully
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg01.c:93: TINFO: Testing variant: syscall time64 with kernel spec
sendmmsg_var.h:50: TCONF: syscall(417) __NR_recvmmsg_time64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:sendmmsg02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg02.c:56: TINFO: Testing variant: vDSO or syscall with libc spec
sendmmsg02.c:49: TPASS: sendmmsg() bad file descriptor: EBADF (9)
sendmmsg02.c:49: TPASS: sendmmsg() invalid msgvec address: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg02.c:56: TINFO: Testing variant: syscall with old kernel spec
sendmmsg02.c:49: TPASS: sendmmsg() bad file descriptor: EBADF (9)
sendmmsg02.c:49: TPASS: sendmmsg() invalid msgvec address: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg02.c:56: TINFO: Testing variant: syscall time64 with kernel spec
sendmmsg02.c:49: TPASS: sendmmsg() bad file descriptor: EBADF (9)
sendmmsg02.c:49: TPASS: sendmmsg() invalid msgvec address: EFAULT (14)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendto01 passed
sendto01    1  TPASS  :  bad file descriptor successful
sendto01    2  TPASS  :  invalid socket successful
sendto01    3  TPASS  :  invalid send buffer successful
sendto01    4  TPASS  :  connected TCP successful
sendto01    5  TPASS  :  not connected TCP successful
sendto01    6  TPASS  :  invalid to buffer length successful
sendto01    7  TPASS  :  invalid to buffer successful
sendto01    8  TPASS  :  UDP message too big successful
sendto01    9  TPASS  :  local endpoint shutdown successful
sendto01   10  TPASS  :  invalid flags set successful
syscalls:sendto02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendto02.c:68: TPASS: sendto(fd, NULL, ...) failed expectedly: EFAULT (14)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendto03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:set_mempolicy01 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:set_mempolicy02 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:set_mempolicy03 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:set_mempolicy04 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:set_robust_list01 passed
set_robust_list01    1  TPASS  :  set_robust_list: retval = -1 (expected -1), errno = 22 (expected 22)
set_robust_list01    2  TPASS  :  set_robust_list: retval = 0 (expected 0), errno = 0 (expected 0)
syscalls:set_thread_area01 passed
set_thread_area_01    1  TCONF  :  set_thread_area01.c:109: set_thread_area isn't available for this architecture
set_thread_area_01    2  TCONF  :  set_thread_area01.c:109: Remaining cases not appropriate for configuration
syscalls:set_tid_address01 passed
set_tid_address01    1  TPASS  :  set_tid_address call succeeded:  as expected 29364
syscalls:setdomainname01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:36: TINFO: Testing libc setdomainname()
setdomainname01.c:26: TPASS: setdomainname() succeed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:setdomainname02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:36: TINFO: Testing libc setdomainname()
setdomainname02.c:32: TINFO: testing len == -1
setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
setdomainname02.c:32: TINFO: testing len > allowed maximum
setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
setdomainname02.c:32: TINFO: testing name == NULL
setdomainname02.c:44: TPASS: expected failure: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:39: TINFO: Testing __NR_setdomainname syscall
setdomainname02.c:32: TINFO: testing len == -1
setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
setdomainname02.c:32: TINFO: testing len > allowed maximum
setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
setdomainname02.c:32: TINFO: testing name == NULL
setdomainname02.c:44: TPASS: expected failure: EFAULT (14)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:setdomainname03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:36: TINFO: Testing libc setdomainname()
setdomainname03.c:32: TPASS: expected failure: EPERM (1)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:39: TINFO: Testing __NR_setdomainname syscall
setdomainname03.c:32: TPASS: expected failure: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setfsgid01 passed
setfsgid01    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsgid01_16 passed
setfsgid01_16    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsgid02 passed
setfsgid02    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsgid02_16 passed
setfsgid02_16    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsgid03 passed
setfsgid03    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsgid03_16 passed
setfsgid03_16    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsuid01 passed
setfsuid01    1  TPASS  :  setfsuid() returned expected value : 0
syscalls:setfsuid01_16 passed
setfsuid01_16    1  TPASS  :  setfsuid() returned expected value : 0
syscalls:setfsuid02 passed
setfsuid02    1  TPASS  :  setfsuid() returned expected value : 0
syscalls:setfsuid02_16 passed
setfsuid02_16    1  TPASS  :  setfsuid() returned expected value : 0
syscalls:setfsuid03 passed
setfsuid03    1  TPASS  :  setfsuid() returned expected value : 65534
syscalls:setfsuid03_16 passed
setfsuid03_16    1  TPASS  :  setfsuid() returned expected value : 65534
syscalls:setfsuid04 passed
open failed with EACCESS as expected
open failed with EACCESS as expected
open call succeeded
open call succeeded
setfsuid04    0  TINFO  :  Child process returned TPASS
syscalls:setfsuid04_16 passed
open failed with EACCESS as expected
open failed with EACCESS as expected
open call succeeded
open call succeeded
setfsuid04_16    0  TINFO  :  Child process returned TPASS
syscalls:setgid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid01.c:21: TPASS: SETGID(gid) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setgid01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid01.c:21: TPASS: SETGID(gid) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setgid02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid02.c:30: TPASS: SETGID(rootpwent->pw_gid): EPERM (1)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setgid02_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid02.c:30: TPASS: SETGID(rootpwent->pw_gid): EPERM (1)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setgid03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid03.c:21: TPASS: SETGID(nobody->pw_gid) passed
setgid03.c:26: TPASS: functionality of getgid() is correct

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setgid03_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid03.c:21: TPASS: SETGID(nobody->pw_gid) passed
setgid03.c:26: TPASS: functionality of getgid() is correct

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setegid01 passed
setegid01    0  TINFO  :  getresgid reports rgid 0, egid 0, sgid 0
setegid01    0  TINFO  :  calling setegid(nobody_gid 65534)
setegid01    0  TINFO  :  getresgid reports rgid 0, egid 65534, sgid 0
setegid01    1  TPASS  :  setegid() passed functional test
syscalls:setegid02 passed
setegid02    1  TPASS  :  setegid failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
syscalls:sgetmask01 passed
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
syscalls:setgroups01 passed
setgroups01    1  TPASS  :  setgroups(65536, list) returned 0
syscalls:setgroups01_16 passed
setgroups01_16    1  TPASS  :  setgroups(65536, list) returned 0
syscalls:setgroups02 passed
setgroups02    1  TPASS  :  Functionality of setgroups(1, groups_list) successful
syscalls:setgroups02_16 passed
setgroups02_16    1  TPASS  :  Functionality of setgroups(1, groups_list) successful
syscalls:setgroups03 passed
setgroups03    1  TPASS  :  setgroups(65537) fails, Size is > sysconf(_SC_NGROUPS_MAX), errno=22
setgroups03    2  TPASS  :  setgroups(65536) fails, Permission denied, not super-user, errno=1
syscalls:setgroups03_16 passed
setgroups03_16    1  TPASS  :  setgroups(65537) fails, Size is > sysconf(_SC_NGROUPS_MAX), errno=22
setgroups03_16    2  TPASS  :  setgroups(65536) fails, Permission denied, not super-user, errno=1
syscalls:setgroups04 passed
setgroups04    1  TPASS  :  setgroups() fails with expected error EFAULT errno:14
syscalls:setgroups04_16 passed
setgroups04_16    1  TPASS  :  setgroups() fails with expected error EFAULT errno:14
syscalls:sethostname01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:36: TINFO: Testing libc sethostname()
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname01.c:26: TPASS: sethostname() succeed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:39: TINFO: Testing __NR_sethostname syscall
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname01.c:26: TPASS: sethostname() succeed

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:sethostname02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:36: TINFO: Testing libc sethostname()
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing len == -1
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing len > allowed maximum
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing name == NULL
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:39: TINFO: Testing __NR_sethostname syscall
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing len == -1
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing len > allowed maximum
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing name == NULL
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EFAULT (14)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:sethostname03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:36: TINFO: Testing libc sethostname()
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname03.c:32: TPASS: expected failure: EPERM (1)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:39: TINFO: Testing __NR_sethostname syscall
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname03.c:32: TPASS: expected failure: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setitimer01 passed
setitimer01    1  TPASS  :  functionality is correct
syscalls:setitimer02 passed
setitimer02    1  TPASS  :  expected failure - errno = 14 - Bad address
syscalls:setitimer03 passed
setitimer03    1  TPASS  :  expected failure - errno = 22 - Invalid argument
syscalls:setns01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setns.h:39: TINFO: ns_name=ipc, ns_fds[0]=3, ns_types[0]=0x8000000
setns.h:39: TINFO: ns_name=mnt, ns_fds[1]=4, ns_types[1]=0x20000
setns.h:39: TINFO: ns_name=net, ns_fds[2]=5, ns_types[2]=0x40000000
setns.h:39: TINFO: ns_name=pid, ns_fds[3]=6, ns_types[3]=0x20000000
setns.h:39: TINFO: ns_name=uts, ns_fds[4]=7, ns_types[4]=0x4000000
setns01.c:124: TINFO: setns(-1, 0x8000000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(-1, 0x20000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(-1, 0x40000000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(-1, 0x20000000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(-1, 0x4000000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(8, 0x8000000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(8, 0x20000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(8, 0x40000000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(8, 0x20000000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(8, 0x4000000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(3, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(4, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(5, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(6, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(7, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(3, 0x20000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(4, 0x40000000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(5, 0x20000000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(6, 0x4000000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(7, 0x8000000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(3, 0x8000000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)
setns01.c:124: TINFO: setns(4, 0x20000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)
setns01.c:124: TINFO: setns(5, 0x40000000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)
setns01.c:124: TINFO: setns(6, 0x20000000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)
setns01.c:124: TINFO: setns(7, 0x4000000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)

Summary:
passed   25
failed   0
broken   0
skipped  0
warnings 0
syscalls:setns02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setns02.c:135: TINFO: test_newuts
setns02.c:122: TINFO: creating child with clone_flag=0x4000000, ns_flag=0x4000000
setns02.c:49: TINFO: (child) hostname (inherited from parent): raspberrypi
setns02.c:56: TINFO: (child) hostname changed to: setns_dummy_uts
setns02.c:61: TPASS: (child) hostname is different in parent/child
setns02.c:64: TINFO: (child) attempting to switch ns back to parent ns
setns02.c:72: TINFO: (child) hostname: raspberrypi
setns02.c:77: TPASS: (child) hostname now as expected
setns02.c:122: TINFO: creating child with clone_flag=0x4000000, ns_flag=0x0
setns02.c:49: TINFO: (child) hostname (inherited from parent): raspberrypi
setns02.c:56: TINFO: (child) hostname changed to: setns_dummy_uts
setns02.c:61: TPASS: (child) hostname is different in parent/child
setns02.c:64: TINFO: (child) attempting to switch ns back to parent ns
setns02.c:72: TINFO: (child) hostname: raspberrypi
setns02.c:77: TPASS: (child) hostname now as expected
setns02.c:142: TINFO: test_newipc
setns02.c:122: TINFO: creating child with clone_flag=0x8000000, ns_flag=0x8000000
setns02.c:89: TPASS: (child) shmat failed as expected: EINVAL (22)
setns02.c:96: TINFO: (child) attempting to switch ns back to parent ns
setns02.c:107: TPASS: (child) shmat suceeded
setns02.c:122: TINFO: creating child with clone_flag=0x8000000, ns_flag=0x0
setns02.c:89: TPASS: (child) shmat failed as expected: EINVAL (22)
setns02.c:96: TINFO: (child) attempting to switch ns back to parent ns
setns02.c:107: TPASS: (child) shmat suceeded

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:setpgid01 passed
setpgid01    1  TPASS  :  test setpgid(29435, 29435) success
setpgid01    2  TPASS  :  test setpgid(0, 0) success
syscalls:setpgid02 passed
setpgid02    1  TPASS  :  expected failure - errno = 22 : Invalid argument
setpgid02    2  TPASS  :  expected failure - errno = 3 : No such process
setpgid02    3  TPASS  :  expected failure - errno = 1 : Operation not permitted
syscalls:setpgid03 passed
setpgid03    1  TPASS  :  setpgid failed with EPERM
setpgid03    2  TPASS  :  setpgid failed with EACCES
syscalls:setpgrp01 passed
setpgrp01    1  TPASS  :  setpgrp -  Call the setpgrp system call returned 0
syscalls:setpgrp02 passed
setpgrp02    1  TPASS  :  functionality is correct
syscalls:setpriority01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setpriority01.c:75: TPASS: setpriority(PRIO_PROCESS(0), 29453, -20..19) succeeded
setpriority01.c:75: TPASS: setpriority(PRIO_PGRP(1), 29454, -20..19) succeeded
setpriority01.c:75: TPASS: setpriority(PRIO_USER(2), 1002, -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
syscalls:setpriority02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setpriority02.c:82: TPASS: setpriority(-1, 0, -2) fails as expected: EINVAL (22)
setpriority02.c:82: TPASS: setpriority(0, -1, -2) fails as expected: ESRCH (3)
setpriority02.c:82: TPASS: setpriority(1, -1, -2) fails as expected: ESRCH (3)
setpriority02.c:82: TPASS: setpriority(2, -1, -2) fails as expected: ESRCH (3)
setpriority02.c:82: TPASS: setpriority(0, 0, -2) as unprivileged user fails as expected: EACCES (13)
setpriority02.c:82: TPASS: setpriority(1, 0, -2) as unprivileged user fails as expected: EACCES (13)
setpriority02.c:82: TPASS: setpriority(0, 1, -2) as unprivileged user fails as expected: EPERM (1)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:setregid01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:setregid02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid02.c:98: TPASS: setregid(-1, 0) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(-1, 2) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(0, -1) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(2, -1) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(0, 2) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(2, 0) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid02_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid02.c:98: TPASS: setregid(-1, 0) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(-1, 2) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(0, -1) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(2, -1) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(0, 2) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(2, 0) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid03.c:61: TINFO: getgrnam(nobody) failed - try fallback nogroup
setregid03.c:95: TPASS: setregid(1, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(-1, 1) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(-1, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(2, -1) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(-1, -1) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(-1, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(2, -1) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(2, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(1, -1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(-1, 1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(1, 1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected

Summary:
passed   22
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid03_16 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid03.c:61: TINFO: getgrnam(nobody) failed - try fallback nogroup
setregid03.c:95: TPASS: setregid(1, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:92: TFAIL: setregid(-1, 1) failed unexpectedly: EPERM (1)
setregid03.c:116: TFAIL: ERROR: After setregid(-1, daemon) real gid = 1; effective gid = 2
setregid03.c:118: TINFO: Expected: real gid = 1; effective gid = 1
setregid03.c:92: TFAIL: setregid(-1, 2) failed unexpectedly: EPERM (1)
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:92: TFAIL: setregid(2, -1) failed unexpectedly: EPERM (1)
setregid03.c:116: TFAIL: ERROR: After setregid(bin, -1), real gid = 1; effective gid = 2
setregid03.c:118: TINFO: Expected: real gid = 2; effective gid = 2
setregid03.c:92: TFAIL: setregid(-1, -1) failed unexpectedly: EPERM (1)
setregid03.c:116: TFAIL: ERROR: After setregid(-1, -1), real gid = 1; effective gid = 2
setregid03.c:118: TINFO: Expected: real gid = 2; effective gid = 2
setregid03.c:92: TFAIL: setregid(-1, 2) failed unexpectedly: EPERM (1)
setregid03.c:116: TFAIL: ERROR: After setregid(-1, bin), real gid = 1; effective gid = 2
setregid03.c:118: TINFO: Expected: real gid = 2; effective gid = 2
setregid03.c:92: TFAIL: setregid(2, -1) failed unexpectedly: EPERM (1)
setregid03.c:116: TFAIL: ERROR: After setregid(bin, -1), real gid = 1; effective gid = 2
setregid03.c:118: TINFO: Expected: real gid = 2; effective gid = 2
setregid03.c:95: TPASS: setregid(2, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(1, -1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(-1, 1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(1, 1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected

Summary:
passed   11
failed   11
broken   0
skipped  0
warnings 0
syscalls:setregid04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid04.c:84: TINFO: getgrnam(nobody) failed - try fallback nogroup
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid04_16 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid04.c:84: TINFO: getgrnam(nobody) failed - try fallback nogroup
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:56: TFAIL: ERROR: After setregid(nobody, -1) real gid = 65534; effective gid = 65535
setregid04.c:58: TINFO: Expected: real gid = 65534; effective gid = 0
setregid04.c:56: TFAIL: ERROR: After setregid(root,-1), real gid = 0; effective gid = 65535
setregid04.c:58: TINFO: Expected: real gid = 0; effective gid = 0
setregid04.c:56: TFAIL: ERROR: After setregid(-1, -1), real gid = 65535; effective gid = 65535
setregid04.c:58: TINFO: Expected: real gid = 0; effective gid = 0
setregid04.c:56: TFAIL: ERROR: After setregid(-1, root) real gid = 65535; effective gid = 0
setregid04.c:58: TINFO: Expected: real gid = 0; effective gid = 0
setregid04.c:56: TFAIL: ERROR: After setregid(root, -1), real gid = 0; effective gid = 65535
setregid04.c:58: TINFO: Expected: real gid = 0; effective gid = 0
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:56: TFAIL: ERROR: After setregid(-1, -1) real gid = 65535; effective gid = 65535
setregid04.c:58: TINFO: Expected: real gid = 1; effective gid = 65534
setregid04.c:56: TFAIL: ERROR: After setregid(-1, nobody) real gid = 65535; effective gid = 65534
setregid04.c:58: TINFO: Expected: real gid = 1; effective gid = 65534

Summary:
passed   2
failed   7
broken   0
skipped  0
warnings 0
syscalls:setresgid01 passed
setresgid01    1  TPASS  :  Test for setresgid(-1, -1, -1) successful
setresgid01    2  TPASS  :  Test for setresgid(-1, -1, nobody) successful
setresgid01    3  TPASS  :  Test for setresgid(-1, nobody, -1) successful
setresgid01    4  TPASS  :  Test for setresgid(nobody, -1, -1) successful
setresgid01    5  TPASS  :  Test for setresgid(root, root, root) successful
syscalls:setresgid01_16 failed
setresgid01_16    1  TFAIL  :  setresgid01.c:147: Functionality test for setresgid(-1, -1, -1) failed
setresgid01_16    2  TFAIL  :  setresgid01.c:147: Functionality test for setresgid(-1, -1, nobody) failed
setresgid01_16    3  TFAIL  :  setresgid01.c:147: Functionality test for setresgid(-1, nobody, -1) failed
setresgid01_16    4  TFAIL  :  setresgid01.c:147: Functionality test for setresgid(nobody, -1, -1) failed
setresgid01_16    5  TPASS  :  Test for setresgid(root, root, root) successful
syscalls:setresgid02 passed
setresgid02    1  TPASS  :  Test for setresgid(-1, -1, -1) successful
setresgid02    2  TPASS  :  Test for setresgid(-1, -1, bin) successful
setresgid02    3  TPASS  :  Test for setresgid(-1, bin, -1) successful
setresgid02    4  TPASS  :  Test for setresgid(bin, -1, -1) successful
setresgid02    5  TPASS  :  Test for setresgid(root, root, root) successful
setresgid02    6  TPASS  :  Test for setresgid(root, nobody, nobody) successful
syscalls:setresgid02_16 failed
setresgid02_16    1  TFAIL  :  setresgid02.c:154: Functionality test for setresgid(-1, -1, -1) failed
setresgid02_16    2  TFAIL  :  setresgid02.c:154: Functionality test for setresgid(-1, -1, bin) failed
setresgid02_16    3  TFAIL  :  setresgid02.c:154: Functionality test for setresgid(-1, bin, -1) failed
setresgid02_16    4  TFAIL  :  setresgid02.c:154: Functionality test for setresgid(bin, -1, -1) failed
setresgid02_16    5  TPASS  :  Test for setresgid(root, root, root) successful
setresgid02_16    6  TPASS  :  Test for setresgid(root, nobody, nobody) successful
syscalls:setresgid03 passed
setresgid03    1  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03    2  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03    3  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03    4  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
syscalls:setresgid03_16 passed
setresgid03_16    1  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03_16    2  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03_16    3  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03_16    4  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
syscalls:setresgid04 passed
setresgid04    1  TPASS  :  setresgid succeeded as expected
syscalls:setresgid04_16 passed
setresgid04_16    1  TPASS  :  setresgid succeeded as expected
syscalls:setresuid01 passed
setresuid01    1  TPASS  :  real uid = 0, effective uid = 0, and saved uid = 0 as expected
setresuid01    2  TPASS  :  real uid = 0, effective uid = 0, and saved uid = 65534 as expected
setresuid01    3  TPASS  :  real uid = 0, effective uid = 2, and saved uid = 65534 as expected
setresuid01    4  TPASS  :  real uid = 0, effective uid = 2, and saved uid = 0 as expected
setresuid01    5  TPASS  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid01    6  TPASS  :  real uid = 0, effective uid = 0, and saved uid = 2 as expected
setresuid01    7  TPASS  :  real uid = 65534, effective uid = 0, and saved uid = 2 as expected
setresuid01    8  TPASS  :  real uid = 65534, effective uid = 0, and saved uid = 2 as expected
setresuid01    9  TPASS  :  real uid = 0, effective uid = 0, and saved uid = 0 as expected
syscalls:setresuid01_16 failed
setresuid01_16    1  TFAIL  :  setresuid01.c:213: ERROR: After setresuid(-1, -1, -1), real uid = 65535; effective uid = 65535; saved uid = 65535
setresuid01_16    0  TINFO  :  Expected: real uid = 0, effective uid = 0 saved uid = 0
setresuid01_16    2  TFAIL  :  setresuid01.c:146: setresuid(-1, -1, 65534) failed
setresuid01_16    3  TFAIL  :  setresuid01.c:146: setresuid(-1, 2, -1) failed
setresuid01_16    4  TFAIL  :  setresuid01.c:146: setresuid(-1, -1, 0) failed
setresuid01_16    5  TFAIL  :  setresuid01.c:146: setresuid(-1, -1, 2) failed
setresuid01_16    6  TFAIL  :  setresuid01.c:146: setresuid(-1, 0, -1) failed
setresuid01_16    7  TFAIL  :  setresuid01.c:146: setresuid(65534, -1, -1) failed
setresuid01_16    8  TFAIL  :  setresuid01.c:146: setresuid(-1, 0, -1) failed
setresuid01_16    9  TFAIL  :  setresuid01.c:146: setresuid(0, -1, 0) failed
syscalls:setresuid02 passed
setresuid02    1  TPASS  :  setresuid(-1, -1, 2) succeeded as expected.
setresuid02    0  TINFO  :  real uid = 65534, effective uid = 2, and saved uid = 2 as expected
setresuid02    2  TPASS  :  setresuid(-1, 65534, -1) succeeded as expected.
setresuid02    0  TINFO  :  real uid = 65534, effective uid = 65534, and saved uid = 2 as expected
setresuid02    3  TPASS  :  setresuid(2, -1, -1) succeeded as expected.
setresuid02    0  TINFO  :  real uid = 2, effective uid = 65534, and saved uid = 2 as expected
setresuid02    0  TINFO  :  Child process returned TPASS
syscalls:setresuid02_16 failed
setresuid02_16    1  TFAIL  :  setresuid02.c:153: setresuid(-1, -1, 2) did not return as expected.
setresuid02_16    2  TFAIL  :  setresuid02.c:224: ERROR: After setresuid(-1, -1, bin), real uid = 65534; effective uid = 2; saved uid = 65534
setresuid02_16    0  TINFO  :  Expected: real uid = 65534, effective uid = 2 saved uid = 2
setresuid02_16    3  TFAIL  :  setresuid02.c:153: setresuid(-1, 65534, -1) did not return as expected.
setresuid02_16    4  TFAIL  :  setresuid02.c:224: ERROR: After setresuid(-1, nobody -1), real uid = 65534; effective uid = 2; saved uid = 65534
setresuid02_16    0  TINFO  :  Expected: real uid = 65534, effective uid = 65534 saved uid = 2
setresuid02_16    5  TFAIL  :  setresuid02.c:153: setresuid(2, -1, -1) did not return as expected.
setresuid02_16    6  TFAIL  :  setresuid02.c:224: ERROR: After setresuid(bin, -1 -1), real uid = 65534; effective uid = 2; saved uid = 65534
setresuid02_16    0  TINFO  :  Expected: real uid = 2, effective uid = 65534 saved uid = 2
setresuid02_16    0  TINFO  :  Child process returned TFAIL
setresuid02_16    0  TINFO  :  Child process returned TBROK
setresuid02_16    0  TINFO  :  Child process returned TCONF
syscalls:setresuid03 passed
setresuid03    1  TPASS  :  setresuid(65534, -1, -1) failed as expected.
setresuid03    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03    2  TPASS  :  setresuid(-1, -1, 65534) failed as expected.
setresuid03    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03    3  TPASS  :  setresuid(-1, 65534, -1) failed as expected.
setresuid03    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03    0  TINFO  :  Child process returned TPASS
syscalls:setresuid03_16 passed
setresuid03_16    1  TPASS  :  setresuid(65534, -1, -1) failed as expected.
setresuid03_16    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03_16    2  TPASS  :  setresuid(-1, -1, 65534) failed as expected.
setresuid03_16    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03_16    3  TPASS  :  setresuid(-1, 65534, -1) failed as expected.
setresuid03_16    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03_16    0  TINFO  :  Child process returned TPASS
syscalls:setresuid04 passed
open failed with EACCES as expected
open failed with EACCES as expected
open call succeeded
setresuid04    0  TINFO  :  Child process returned TPASS
syscalls:setresuid04_16 passed
open failed with EACCES as expected
open failed with EACCES as expected
open call succeeded
setresuid04_16    0  TINFO  :  Child process returned TPASS
syscalls:setresuid05 passed
setresuid05    1  TPASS  :  setresuid succeeded as expected
syscalls:setresuid05_16 failed
setresuid05_16    1  TPASS  :  setresuid succeeded as expected
setresuid05_16    0  TWARN  :  setresuid05.c:101: seteuid failed: errno=EPERM(1): Operation not permitted
syscalls:setreuid01 passed
setreuid01    1  TPASS  :  setreuid -  Don't change either real or effective uid returned 0
setreuid01    2  TPASS  :  setreuid -  change effective to effective uid returned 0
setreuid01    3  TPASS  :  setreuid -  change real to real uid returned 0
setreuid01    4  TPASS  :  setreuid -  change effective to real uid returned 0
setreuid01    5  TPASS  :  setreuid -  try to change real to current real returned 0
syscalls:setreuid01_16 failed
setreuid01_16    1  TPASS  :  setreuid -  Don't change either real or effective uid returned 0
setreuid01_16    2  TFAIL  :  setreuid01.c:100: setreuid -  change effective to effective uid failed, errno=1 : Operation not permitted
setreuid01_16    3  TFAIL  :  setreuid01.c:117: setreuid -  change real to real uid failed, errno=1 : Operation not permitted
setreuid01_16    4  TFAIL  :  setreuid01.c:134: setreuid -  change effective to real uid failed, errno=1 : Operation not permitted
setreuid01_16    5  TFAIL  :  setreuid01.c:151: setreuid -  try to change real to current real failed, errno=1 : Operation not permitted
syscalls:setreuid02 passed
setreuid02    1  TPASS  :  real or effective uid was modified as expected
setreuid02    2  TPASS  :  real or effective uid was modified as expected
setreuid02    3  TPASS  :  real or effective uid was modified as expected
setreuid02    4  TPASS  :  real or effective uid was modified as expected
setreuid02    5  TPASS  :  real or effective uid was modified as expected
setreuid02    6  TPASS  :  real or effective uid was modified as expected
setreuid02    7  TPASS  :  real or effective uid was modified as expected
syscalls:setreuid02_16 failed
setreuid02_16    1  TFAIL  :  setreuid02.c:138: ERROR: After setreuid(-1, -1), real uid = 65535; effective uid = 65535
setreuid02_16    2  TFAIL  :  setreuid02.c:140: Expected: real uid = 0; effective uid = 0
setreuid02_16    3  TBROK  :  setreuid02.c:88: setreuid(65534, -1) failed
setreuid02_16    4  TBROK  :  setreuid02.c:88: setreuid(0, -1) failed
setreuid02_16    5  TBROK  :  setreuid02.c:88: setreuid(-1, 1) failed
setreuid02_16    6  TBROK  :  setreuid02.c:88: setreuid(-1, 0) failed
setreuid02_16    7  TBROK  :  setreuid02.c:88: setreuid(2, -1) failed
setreuid02_16    8  TBROK  :  setreuid02.c:88: setreuid(0, -1) failed
syscalls:setreuid03 passed
setreuid03    1  TPASS  :  setreuid(65534, 65534) succeeded as expected.
setreuid03    2  TPASS  :  setreuid(-1, 65534) succeeded as expected.
setreuid03    3  TPASS  :  setreuid(65534, -1) succeeded as expected.
setreuid03    4  TPASS  :  setreuid(-1, -1) succeeded as expected.
setreuid03    5  TPASS  :  setreuid(-1, 0) succeeded as expected.
setreuid03    6  TPASS  :  setreuid(0, -1) succeeded as expected.
setreuid03    7  TPASS  :  setreuid(0, 0) succeeded as expected.
setreuid03    8  TPASS  :  setreuid(0, 65534) succeeded as expected.
setreuid03    9  TPASS  :  setreuid(0, 2) succeeded as expected.
setreuid03   10  TPASS  :  setreuid(2, 0) succeeded as expected.
setreuid03   11  TPASS  :  setreuid(2, -1) succeeded as expected.
setreuid03   12  TPASS  :  setreuid(2, 2) succeeded as expected.
setreuid03   13  TPASS  :  setreuid(2, 65534) succeeded as expected.
setreuid03   14  TPASS  :  setreuid(65534, 2) succeeded as expected.
syscalls:setreuid03_16 failed
setreuid03_16    1  TPASS  :  setreuid(65534, 65534) succeeded as expected.
setreuid03_16    2  TFAIL  :  setreuid03.c:137: setreuid(-1, 65534) did not return as expected.
setreuid03_16    3  TFAIL  :  setreuid03.c:137: setreuid(65534, -1) did not return as expected.
setreuid03_16    4  TFAIL  :  setreuid03.c:137: setreuid(-1, -1) did not return as expected.
setreuid03_16    5  TPASS  :  setreuid(-1, 0) succeeded as expected.
setreuid03_16    6  TPASS  :  setreuid(0, -1) succeeded as expected.
setreuid03_16    7  TPASS  :  setreuid(0, 0) succeeded as expected.
setreuid03_16    8  TPASS  :  setreuid(0, 65534) succeeded as expected.
setreuid03_16    9  TPASS  :  setreuid(0, 2) succeeded as expected.
setreuid03_16   10  TPASS  :  setreuid(2, 0) succeeded as expected.
setreuid03_16   11  TPASS  :  setreuid(2, -1) succeeded as expected.
setreuid03_16   12  TPASS  :  setreuid(2, 2) succeeded as expected.
setreuid03_16   13  TPASS  :  setreuid(2, 65534) succeeded as expected.
setreuid03_16   14  TPASS  :  setreuid(65534, 2) succeeded as expected.
syscalls:setreuid04 passed
setreuid04    1  TPASS  :  setreuid(-1, -1) succeeded as expected.
setreuid04    2  TPASS  :  setreuid(65534, 65534) succeeded as expected.
setreuid04    0  TINFO  :  Child process returned TPASS
syscalls:setreuid04_16 failed
setreuid04_16    1  TPASS  :  setreuid(-1, -1) succeeded as expected.
setreuid04_16    2  TFAIL  :  setreuid04.c:137: ERROR: After setreuid(-1, nobody), real uid = 65535; effective uid = 65535
setreuid04_16    0  TINFO  :  Expected: real uid = 0; effective uid = 0
setreuid04_16    3  TFAIL  :  setreuid04.c:95: setreuid(65534, 65534) did not return as expected.
setreuid04_16    4  TFAIL  :  setreuid04.c:137: ERROR: After setreuid(-1, -1), real uid = 65535; effective uid = 65535
setreuid04_16    0  TINFO  :  Expected: real uid = 65534; effective uid = 65534
setreuid04_16    0  TINFO  :  Child process returned TFAIL
syscalls:setreuid05 passed
setreuid05    1  TPASS  :  setreuid(65534, 0) succeeded as expected.
setreuid05    2  TPASS  :  setreuid(-1, 65534) succeeded as expected.
setreuid05    3  TPASS  :  setreuid(-1, 0) succeeded as expected.
setreuid05    4  TPASS  :  setreuid(1, -1) succeeded as expected.
setreuid05    5  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05    6  TPASS  :  setreuid(-1, 0) succeeded as expected.
setreuid05    7  TPASS  :  setreuid(-1, 65534) succeeded as expected.
setreuid05    8  TPASS  :  setreuid(-1, 1) succeeded as expected.
setreuid05    9  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05   10  TPASS  :  setreuid(2, 1) succeeded as expected.
setreuid05   11  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05   12  TPASS  :  setreuid(-1, 1) succeeded as expected.
setreuid05   13  TPASS  :  setreuid(1, -1) succeeded as expected.
setreuid05   14  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05    0  TINFO  :  Child process returned TPASS
syscalls:setreuid05_16 failed
setreuid05_16    1  TPASS  :  setreuid(65534, 0) succeeded as expected.
setreuid05_16    2  TPASS  :  setreuid(-1, 65534) succeeded as expected.
setreuid05_16    3  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, nobody), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 65534; effective uid = 65534
setreuid05_16    4  TFAIL  :  setreuid05.c:137: setreuid(-1, 0) did not return as expected.
setreuid05_16    5  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, root), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 65534; effective uid = 0
setreuid05_16    6  TFAIL  :  setreuid05.c:137: setreuid(1, -1) did not return as expected.
setreuid05_16    7  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(daemon, -1), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 1; effective uid = 0
setreuid05_16    8  TFAIL  :  setreuid05.c:137: setreuid(-1, 2) did not return as expected.
setreuid05_16    9  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, bin), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 1; effective uid = 2
setreuid05_16   10  TPASS  :  setreuid(-1, 0) succeeded as expected.
setreuid05_16   11  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, root), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 1; effective uid = 2
setreuid05_16   12  TFAIL  :  setreuid05.c:137: setreuid(-1, 65534) did not return as expected.
setreuid05_16   13  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, nobody), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 1; effective uid = 2
setreuid05_16   14  TFAIL  :  setreuid05.c:137: setreuid(-1, 1) did not return as expected.
setreuid05_16   15  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, daemon), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 1; effective uid = 1
setreuid05_16   16  TFAIL  :  setreuid05.c:137: setreuid(-1, 2) did not return as expected.
setreuid05_16   17  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, bin), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 1; effective uid = 2
setreuid05_16   18  TFAIL  :  setreuid05.c:137: setreuid(2, 1) did not return as expected.
setreuid05_16   19  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(bin, daemon), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 2; effective uid = 1
setreuid05_16   20  TFAIL  :  setreuid05.c:137: setreuid(-1, 2) did not return as expected.
setreuid05_16   21  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, bin), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 2; effective uid = 2
setreuid05_16   22  TFAIL  :  setreuid05.c:137: setreuid(-1, 1) did not return as expected.
setreuid05_16   23  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, daemon), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 2; effective uid = 1
setreuid05_16   24  TFAIL  :  setreuid05.c:137: setreuid(1, -1) did not return as expected.
setreuid05_16   25  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(daemon, -1), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 1; effective uid = 1
setreuid05_16   26  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05_16   27  TFAIL  :  setreuid05.c:193: ERROR: After setreuid(-1, bin), real uid = 65535; effective uid = 65534
setreuid05_16    0  TINFO  :  Expected: real uid = 1; effective uid = 1
setreuid05_16    0  TINFO  :  Child process returned TFAIL
syscalls:setreuid06 passed
setreuid06    1  TPASS  :  setreuid set errno to EPERM as expected
syscalls:setreuid06_16 passed
setreuid06_16    1  TPASS  :  setreuid set errno to EPERM as expected
syscalls:setreuid07 passed
open failed with EACCES as expected
open failed with EACCES as expected
open call succeeded
setreuid07    0  TINFO  :  Child process returned TPASS
syscalls:setreuid07_16 passed
open failed with EACCES as expected
open failed with EACCES as expected
open call succeeded
setreuid07_16    0  TINFO  :  Child process returned TPASS
syscalls:setrlimit01 passed
setrlimit01    1  TPASS  :  RLIMIT_NOFILE functionality is correct
setrlimit01    2  TPASS  :  RLIMIT_FSIZE test PASSED
setrlimit01    3  TPASS  :  RLIMIT_NPROC functionality is correct
setrlimit01    4  TPASS  :  RLIMIT_CORE functionality is correct
syscalls:setrlimit02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit02.c:44: TPASS: setrlimit() failed as expected: EINVAL (22)
setrlimit02.c:44: TPASS: setrlimit() failed as expected: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setrlimit03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit03.c:55: TPASS: setrlimit() failed as expected: EPERM (1)
setrlimit03.c:55: TPASS: setrlimit() failed as expected: EINVAL (22)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setrlimit04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit04.c:42: TPASS: child process completed OK

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setrlimit05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit05.c:38: TPASS: setrlimit() failed as expected: EFAULT (14)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setrlimit06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit06.c:86: TPASS: Got SIGXCPU then SIGKILL after reaching both limit

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setsid01 passed
setsid01    1  TPASS  :  setsid SUCCESS to set errno to EPERM
setsid01    1  TPASS  :  all misc tests passed
syscalls:setsockopt01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setsockopt01.c:66: TINFO: Testing invalid file descriptor
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: EBADF (9)
setsockopt01.c:66: TINFO: Testing non-socket file descriptor
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOTSOCK (88)
setsockopt01.c:66: TINFO: Testing invalid option buffer
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: EFAULT (14)
setsockopt01.c:66: TINFO: Testing invalid optlen
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: EINVAL (22)
setsockopt01.c:66: TINFO: Testing invalid level
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOPROTOOPT (92)
setsockopt01.c:66: TINFO: Testing invalid option name (UDP)
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOPROTOOPT (92)
setsockopt01.c:66: TINFO: Testing invalid option name (IP)
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOPROTOOPT (92)
setsockopt01.c:66: TINFO: Testing invalid option name (TCP)
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOPROTOOPT (92)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:setsockopt02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setsockopt02.c:69: TPASS: Can create ring buffer with good settinegs
setsockopt02.c:78: TPASS: Refused bad tp_sizeof_priv value: EINVAL (22)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setsockopt03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_kernel.c:83: TINFO: uname.machine=aarch64 kernel is 64bit
setsockopt03.c:86: TCONF: The vulnerability was only present in 32-bit compat mode
setsockopt03.c:109: TPASS: We didn't cause a crash, setsockopt returned -1: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:setsockopt04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setsockopt04.c:39: TINFO: Try to set send buffer size to: 4294967040
setsockopt04.c:40: TINFO: Send buffer size was set to: 4608
setsockopt04.c:45: TPASS: Was unable to set negative send buffer size!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setsockopt05 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:setsockopt06 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:setsockopt07 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:settimeofday01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
settimeofday01.c:52: TPASS: settimeofday() pass

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:settimeofday02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_TIME(25)
settimeofday02.c:29: TINFO: tv.tv_sec is negative
settimeofday02.c:39: TPASS: Received expected errno: EINVAL (22)
settimeofday02.c:29: TINFO: tv.tv_usec is outside the range [0..999,999]
settimeofday02.c:39: TPASS: Received expected errno: EINVAL (22)
settimeofday02.c:29: TINFO: calling process without CAP_SYS_TIME capability
settimeofday02.c:39: TPASS: Received expected errno: EPERM (1)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid01.c:30: TPASS: setuid(0) successfully

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid01.c:30: TPASS: setuid(0) successfully

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid03.c:29: TPASS: setuid() returned errno EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid03_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid03.c:29: TPASS: setuid() returned errno EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid04.c:49: TPASS: open() returned errno EACCES
setuid04.c:49: TPASS: open() returned errno EACCES

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid04_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid04.c:49: TPASS: open() returned errno EACCES
setuid04.c:49: TPASS: open() returned errno EACCES

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setxattr01 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   36
failed   0
broken   1
skipped  0
warnings 0
syscalls:setxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr02.c:154: TPASS: setxattr(2) on testfile passed
setxattr02.c:154: TPASS: setxattr(2) on testdir passed
setxattr02.c:179: TPASS: setxattr(2) on symlink failed: EEXIST (17)
setxattr02.c:179: TPASS: setxattr(2) on fifo failed: EPERM (1)
setxattr02.c:179: TPASS: setxattr(2) on chr failed: EPERM (1)
setxattr02.c:179: TPASS: setxattr(2) on blk failed: EPERM (1)
setxattr02.c:179: TPASS: setxattr(2) on sock failed: EPERM (1)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:setxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr03.c:98: TPASS: Set attr to immutable file: EPERM (1)
setxattr03.c:98: TPASS: Set attr to append-only file: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmat01.c:124: TPASS: shmat() succeeded to attach NULL address
shmat01.c:124: TPASS: shmat() succeeded to attach aligned address
shmat01.c:124: TPASS: shmat() succeeded to attach unaligned address with SHM_RND
tst_coredump.c:32: TINFO: Avoid dumping corefile for process(pid=29658)
shmat01.c:124: TPASS: shmat() succeeded to attach aligned address with SHM_READONLY, and got SIGSEGV on write

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmat02.c:56: TPASS: shmat() failed as expected: EINVAL (22)
shmat02.c:56: TPASS: shmat() failed as expected: EINVAL (22)
shmat02.c:56: TPASS: shmat() failed as expected: EACCES (13)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmat03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmat03.c:65: TINFO: Attempting to attach shared memory to null page
shmat03.c:74: TPASS: shmat returned EINVAL

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl01.c:255: TINFO: shm_id=156762124 maps to kernel index=12
shmctl01.c:219: TINFO: Basic checks
shmctl01.c:174: TPASS: IPC_STAT: shm_segsz=2048
shmctl01.c:181: TPASS: IPC_STAT: shm_cpid=29665
shmctl01.c:189: TPASS: IPC_STAT: shm_ctime=1623231783 in range <1623231783,1623231783>
shmctl01.c:174: TPASS: SHM_STAT: shm_segsz=2048
shmctl01.c:181: TPASS: SHM_STAT: shm_cpid=29665
shmctl01.c:189: TPASS: SHM_STAT: shm_ctime=1623231783 in range <1623231783,1623231783>
shmctl01.c:219: TINFO: Children attach SHM
shmctl01.c:115: TPASS: before child shmat() shm_nattch=0
shmctl01.c:115: TPASS: after child shmat() shm_nattch=20
shmctl01.c:115: TPASS: after child shmdt() shm_nattch=0
shmctl01.c:219: TINFO: Chidlren inherit SHM
shmctl01.c:115: TPASS: inherited after fork() shm_nattch=21
shmctl01.c:115: TPASS: after child shmdt() shm_nattch=1
shmctl01.c:115: TPASS: after parent shmdt() shm_nattch=0

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl02.c:77: TPASS: shmctl(156762126, 2, 0x555f3c2830): EACCES (13)
shmctl02.c:77: TPASS: shmctl(156762127, 1, 0xffffffffffffffff): EFAULT (14)
shmctl02.c:77: TPASS: shmctl(156762127, 2, 0xffffffffffffffff): EFAULT (14)
shmctl02.c:77: TPASS: shmctl(156762127, -1, 0x555f3c2830): EINVAL (22)
shmctl02.c:77: TPASS: shmctl(-1, 2, 0x555f3c2830): EINVAL (22)
shmctl02.c:77: TPASS: shmctl(156762128, 2, 0x555f3c2830): EINVAL (22)
shmctl02.c:77: TPASS: shmctl(156762125, 2, 0x555f3c2830): EACCES (13)
shmctl02.c:77: TPASS: shmctl(156762125, 0, (nil)): EPERM (1)
shmctl02.c:77: TPASS: shmctl(156762125, 1, 0x555f3c2830): EPERM (1)
shmctl02.c:77: TPASS: shmctl(156762125, 11, 0x555f3c2830): EPERM (1)
shmctl02.c:77: TPASS: shmctl(156762125, 12, 0x555f3c2830): EPERM (1)

Summary:
passed   11
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl03.c:34: TPASS: shmmin = 1
shmctl03.c:36: TPASS: /proc/sys/kernel/shmmax = 18446744073692774399
shmctl03.c:37: TPASS: /proc/sys/kernel/shmmni = 4096
shmctl03.c:38: TPASS: /proc/sys/kernel/shmall = 18446744073692774399

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl04.c:119: TINFO: Test SHM_STAT_ANY with nobody user
shmctl04.c:137: TPASS: SHM_INFO returned valid index 41 maps to shmid 156696617
shmctl04.c:146: TPASS: Counted used = 3
shmctl04.c:85: TPASS: used_ids = 3
shmctl04.c:92: TPASS: shm_rss = 0
shmctl04.c:99: TPASS: shm_swp = 1
shmctl04.c:106: TPASS: shm_tot = 3
shmctl04.c:119: TINFO: Test SHM_STAT_ANY with root user
shmctl04.c:137: TPASS: SHM_INFO returned valid index 41 maps to shmid 156696617
shmctl04.c:146: TPASS: Counted used = 3
shmctl04.c:85: TPASS: used_ids = 3
shmctl04.c:92: TPASS: shm_rss = 0
shmctl04.c:99: TPASS: shm_swp = 1
shmctl04.c:106: TPASS: shm_tot = 3

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 20s
../../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =    85ns, avg_dev =    30ns, dev_ratio = 0.36 }
../../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 75708ns, avg_dev = 12306ns, dev_ratio = 0.16 }
../../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 41236ns, avg_dev =  4467ns, dev_ratio = 0.11 }
../../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 34557ns, avg_dev =  9868ns, dev_ratio = 0.29 }
../../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  7851  , avg_dev =  3971  , dev_ratio = 0.51 }
../../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
shmctl05.c:89: TPASS: didn't crash

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl06 passed
tst_test.c:911: TCONF: test requires struct shmid64_ds to have the time_high fields
syscalls:shmctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl07.c:31: TPASS: shmctl(182059054, SHM_LOCK, NULL)
shmctl07.c:37: TPASS: SMH_LOCKED bit is on in shm_perm.mode
shmctl07.c:46: TPASS: shmctl(182059054, 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
syscalls:shmctl08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl08.c:42: TPASS: shm_perm.mode=0666
shmctl08.c:35: TPASS: shmctl(182059055, IPC_SET, {shm_perm.mode=0600})
shmctl08.c:42: TPASS: shm_perm.mode=0600
shmctl08.c:79: TPASS: shm_ctime updated correctly diff=1
shmctl08.c:35: TPASS: shmctl(182059055, IPC_SET, {shm_perm.mode=0666})
shmctl08.c:42: TPASS: shm_perm.mode=0666

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmdt01 passed
shmdt01     1  TPASS  :  shared memory detached correctly
syscalls:shmdt02 passed
shmdt02     1  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:shmget01 passed
shmget01    1  TPASS  :  size, pid & mode are correct
syscalls:shmget02 passed
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
syscalls:shmget03 passed
shmget03    1  TPASS  :  expected failure - errno = 28 : No space left on device
syscalls:shmget04 passed
shmget04    1  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:shmget05 passed
shmget05    1  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:sigaction01 passed
sigaction01    1  TPASS  :  SA_RESETHAND did not cause SA_SIGINFO to be cleared
sigaction01    2  TPASS  :  SA_RESETHAND was masked when handler executed
sigaction01    3  TPASS  :  sig has been masked because sa_mask originally contained sig
sigaction01    4  TPASS  :  siginfo pointer non NULL
syscalls:sigaction02 passed
sigaction02    1  TPASS  :  call failed with expected EINVAL error
sigaction02    2  TPASS  :  call failed with expected EINVAL error
sigaction02    3  TPASS  :  call failed with expected EINVAL error
syscalls:sigaltstack01 passed
sigaltstack01    1  TPASS  :  Functionality of sigaltstack() successful
syscalls:sigaltstack02 passed
sigaltstack02    1  TPASS  :  stgaltstack() fails, Invalid Flag value, errno:22
sigaltstack02    2  TPASS  :  stgaltstack() fails, alternate stack is < MINSIGSTKSZ, errno:12
syscalls:sighold02 passed
sighold02    1  TPASS  :  All signals were hold
sighold02    0  TINFO  :  Child process returned TPASS
syscalls:signal01 passed
signal01    1  TPASS  :  signal(SIGKILL, 0x1(SIG_IGN)) failed with EINVAL
signal01    0  TINFO  :  Child process returned TPASS
signal01    1  TPASS  :  signal(SIGKILL, (nil)(SIG_DFL)) failed with EINVAL
signal01    0  TINFO  :  Child process returned TPASS
signal01    1  TPASS  :  signal(SIGKILL, 0x5582294850(catchsig())) failed with EINVAL
signal01    0  TINFO  :  Child process returned TPASS
signal01    1  TPASS  :  Child killed with SIGKILL
signal01    2  TPASS  :  Child killed with SIGKILL
signal01    3  TPASS  :  Child killed with SIGKILL
syscalls:signal02 passed
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
syscalls:signal03 passed
signal03    1  TPASS  :  signal03 call succeeded
signal03    2  TPASS  :  signal03 call succeeded
signal03    3  TPASS  :  signal03 call succeeded
signal03    4  TPASS  :  signal03 call succeeded
signal03    5  TPASS  :  signal03 call succeeded
signal03    6  TPASS  :  signal03 call succeeded
signal03    7  TPASS  :  signal03 call succeeded
signal03    8  TPASS  :  signal03 call succeeded
signal03    9  TPASS  :  signal03 call succeeded
signal03   10  TPASS  :  signal03 call succeeded
signal03   11  TPASS  :  signal03 call succeeded
signal03   12  TPASS  :  signal03 call succeeded
signal03   13  TPASS  :  signal03 call succeeded
signal03   14  TPASS  :  signal03 call succeeded
signal03   15  TPASS  :  signal03 call succeeded
signal03   16  TPASS  :  signal03 call succeeded
signal03   17  TPASS  :  signal03 call succeeded
signal03   18  TPASS  :  signal03 call succeeded
signal03   19  TPASS  :  signal03 call succeeded
signal03   20  TPASS  :  signal03 call succeeded
signal03   21  TPASS  :  signal03 call succeeded
signal03   22  TPASS  :  signal03 call succeeded
signal03   23  TPASS  :  signal03 call succeeded
signal03   24  TPASS  :  signal03 call succeeded
signal03   25  TPASS  :  signal03 call succeeded
signal03   26  TPASS  :  signal03 call succeeded
signal03   27  TPASS  :  signal03 call succeeded
signal03   28  TPASS  :  signal03 call succeeded
signal03   29  TPASS  :  signal03 call succeeded
signal03   30  TPASS  :  signal03 call succeeded
signal03   31  TPASS  :  signal03 call succeeded
syscalls:signal04 passed
signal04    1  TPASS  :  signal04 call succeeded received (nil).
signal04    2  TPASS  :  signal04 call succeeded received (nil).
signal04    3  TPASS  :  signal04 call succeeded received (nil).
signal04    4  TPASS  :  signal04 call succeeded received (nil).
signal04    5  TPASS  :  signal04 call succeeded received (nil).
signal04    6  TPASS  :  signal04 call succeeded received (nil).
signal04    7  TPASS  :  signal04 call succeeded received (nil).
signal04    8  TPASS  :  signal04 call succeeded received (nil).
signal04    9  TPASS  :  signal04 call succeeded received (nil).
signal04   10  TPASS  :  signal04 call succeeded received (nil).
signal04   11  TPASS  :  signal04 call succeeded received (nil).
signal04   12  TPASS  :  signal04 call succeeded received (nil).
signal04   13  TPASS  :  signal04 call succeeded received (nil).
signal04   14  TPASS  :  signal04 call succeeded received (nil).
signal04   15  TPASS  :  signal04 call succeeded received (nil).
signal04   16  TPASS  :  signal04 call succeeded received (nil).
signal04   17  TPASS  :  signal04 call succeeded received (nil).
signal04   18  TPASS  :  signal04 call succeeded received (nil).
signal04   19  TPASS  :  signal04 call succeeded received (nil).
signal04   20  TPASS  :  signal04 call succeeded received (nil).
signal04   21  TPASS  :  signal04 call succeeded received (nil).
signal04   22  TPASS  :  signal04 call succeeded received (nil).
signal04   23  TPASS  :  signal04 call succeeded received (nil).
signal04   24  TPASS  :  signal04 call succeeded received (nil).
signal04   25  TPASS  :  signal04 call succeeded received (nil).
signal04   26  TPASS  :  signal04 call succeeded received (nil).
signal04   27  TPASS  :  signal04 call succeeded received (nil).
signal04   28  TPASS  :  signal04 call succeeded received (nil).
syscalls:signal05 passed
signal05    1  TPASS  :  signal05 call succeeded
signal05    2  TPASS  :  signal05 call succeeded
signal05    3  TPASS  :  signal05 call succeeded
signal05    4  TPASS  :  signal05 call succeeded
signal05    5  TPASS  :  signal05 call succeeded
signal05    6  TPASS  :  signal05 call succeeded
signal05    7  TPASS  :  signal05 call succeeded
signal05    8  TPASS  :  signal05 call succeeded
signal05    9  TPASS  :  signal05 call succeeded
signal05   10  TPASS  :  signal05 call succeeded
signal05   11  TPASS  :  signal05 call succeeded
signal05   12  TPASS  :  signal05 call succeeded
signal05   13  TPASS  :  signal05 call succeeded
signal05   14  TPASS  :  signal05 call succeeded
signal05   15  TPASS  :  signal05 call succeeded
signal05   16  TPASS  :  signal05 call succeeded
signal05   17  TPASS  :  signal05 call succeeded
signal05   18  TPASS  :  signal05 call succeeded
signal05   19  TPASS  :  signal05 call succeeded
signal05   20  TPASS  :  signal05 call succeeded
signal05   21  TPASS  :  signal05 call succeeded
signal05   22  TPASS  :  signal05 call succeeded
signal05   23  TPASS  :  signal05 call succeeded
signal05   24  TPASS  :  signal05 call succeeded
signal05   25  TPASS  :  signal05 call succeeded
signal05   26  TPASS  :  signal05 call succeeded
signal05   27  TPASS  :  signal05 call succeeded
signal05   28  TPASS  :  signal05 call succeeded
signal05   29  TPASS  :  signal05 call succeeded
signal05   30  TPASS  :  signal05 call succeeded
signal05   31  TPASS  :  signal05 call succeeded
syscalls:signal06 passed
signal06    1  TCONF  :  signal06.c:171: Only test on x86_64.
signal06    2  TCONF  :  signal06.c:171: Remaining cases not appropriate for configuration
syscalls:signalfd01 passed
signalfd01    1  TPASS  :  signalfd is created successfully
signalfd01    2  TPASS  :  signalfd is successfully reassigned
syscalls:signalfd4_01 passed
signalfd4_01    1  TPASS  :  signalfd4(SFD_CLOEXEC) Passed
syscalls:signalfd4_02 passed
signalfd4_02    1  TPASS  :  signalfd4(SFD_NONBLOCK) PASSED
syscalls:sigpending02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigpending02.c:25: TINFO: Testing libc sigpending()
sigpending02.c:118: TPASS: basic sigpending test successful
sigpending02.c:148: TPASS: expected failure: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigpending02.c:28: TINFO: Testing __NR_sigpending syscall
sigpending02.c:47: TCONF: syscall(-1) __NR_sigpending not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigpending02.c:31: TINFO: Testing __NR_rt_sigpending syscall
sigpending02.c:118: TPASS: basic sigpending test successful
sigpending02.c:148: TPASS: expected failure: EFAULT (14)

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:sigprocmask01 passed
sigprocmask01    1  TPASS  :  Functionality of sigprocmask() Successful
syscalls:sigrelse01 passed
sigrelse01    1  TPASS  :  sigrelse() released all 55 signals under test.
syscalls:sigsuspend01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigsuspend01.c:60: TPASS: sigsuspend() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sigtimedwait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigwait.c:27: TPASS: Wait interrupted by expected signal
sigwait.c:88: TPASS: struct siginfo is correct
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:113: TPASS: Wait interrupted by expected signal
sigwait.c:259: TPASS: Wait interrupted by expected signal
sigwait.c:268: TPASS: sigwaitinfo restored the original mask
sigwait.c:302: TPASS: Fault occurred while accessing the buffers
sigwait.c:344: TPASS: Child exited with expected code
sigwait.c:367: TPASS: Fault occurred while accessing the buffers
sigwait.c:57: TPASS: Wait interrupted by timeout

Summary:
passed   11
failed   0
broken   0
skipped  0
warnings 0
syscalls:sigwait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigwait.c:113: TPASS: Wait interrupted by expected signal
sigwait.c:259: TPASS: Wait interrupted by expected signal
sigwait.c:268: TPASS: sigwaitinfo restored the original mask

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sigwaitinfo01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigwait.c:27: TPASS: Wait interrupted by expected signal
sigwait.c:88: TPASS: struct siginfo is correct
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:113: TPASS: Wait interrupted by expected signal
sigwait.c:259: TPASS: Wait interrupted by expected signal
sigwait.c:268: TPASS: sigwaitinfo restored the original mask
sigwait.c:302: TPASS: Fault occurred while accessing the buffers
sigwait.c:344: TPASS: Child exited with expected code

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:socket01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socket01.c:66: TPASS: invalid domain successful
socket01.c:66: TPASS: invalid type successful
socket01.c:66: TPASS: UNIX domain dgram successful
socket01.c:66: TPASS: raw open as non-root successful
socket01.c:66: TPASS: UDP socket successful
socket01.c:66: TPASS: UDP stream successful
socket01.c:66: TPASS: TCP dgram successful
socket01.c:66: TPASS: TCP socket successful
socket01.c:66: TPASS: ICMP stream successful

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:socket02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socket02.c:58: TPASS: socket() passed to set no close-on-exec flag
socket02.c:58: TPASS: socket() passed to set close-on-exec flag
socket02.c:58: TPASS: socket() passed to set no non-blocking flag
socket02.c:58: TPASS: socket() passed to set non-blocking flag

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:socketcall01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketcall01.c:35: TCONF: syscall(-1) __NR_socketcall not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:socketcall02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketcall02.c:36: TINFO: invalid call(<1)
socketcall02.c:38: TCONF: syscall(-1) __NR_socketcall not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:socketcall03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketcall03.c:32: TCONF: syscall(-1) __NR_socketcall not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:socketpair01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketpair01.c:70: TPASS: invalid domain successful
socketpair01.c:70: TPASS: invalid type successful
socketpair01.c:70: TPASS: UNIX domain dgram successful
socketpair01.c:70: TPASS: raw open as non-root successful
socketpair01.c:70: TPASS: bad aligned pointer successful
socketpair01.c:70: TPASS: bad unaligned pointer successful
socketpair01.c:70: TPASS: UDP socket successful
socketpair01.c:70: TPASS: TCP dgram successful
socketpair01.c:70: TPASS: TCP socket successful
socketpair01.c:70: TPASS: ICMP stream successful

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:socketpair02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketpair02.c:66: TPASS: socketpair() passed to set no close-on-exec flag
socketpair02.c:66: TPASS: socketpair() passed to set close-on-exec flag
socketpair02.c:66: TPASS: socketpair() passed to set no non-blocking flag
socketpair02.c:66: TPASS: socketpair() passed to set non-blocking flag

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sockioctl01 passed
sockioctl01    1  TPASS  :  bad file descriptor successful
sockioctl01    2  TPASS  :  not a socket successful
sockioctl01    3  TPASS  :  invalid option buffer successful
sockioctl01    4  TPASS  :  ATMARK on UDP successful
sockioctl01    5  TPASS  :  SIOCGIFCONF successful
sockioctl01    6  TPASS  :  SIOCGIFFLAGS successful
sockioctl01    7  TPASS  :  SIOCGIFFLAGS with invalid ifr successful
sockioctl01    8  TPASS  :  SIOCSIFFLAGS with invalid ifr successful
syscalls:splice01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
splice01.c:48: TPASS: Written data has been read back correctly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:splice02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
splice02.c:135: TINFO: writting 1048576 bytes
splice02.c:87: TINFO: checking file content
splice02.c:111: TPASS: splice() system call passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:splice03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:splice04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
splice04.c:33: TINFO: splice size = 65536
splice04.c:69: TPASS: splice(2) from pipe to pipe run pass.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:splice05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
splice05.c:43: TINFO: splice size = 65536
splice05.c:94: TPASS: splice(2): pipe <-> socket run pass.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tee01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tee01.c:45: TPASS: Written data has been read back correctly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tee02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tee02.c:72: TPASS: tee() failed as expected: EINVAL (22)
tee02.c:72: TPASS: tee() failed as expected: EINVAL (22)
tee02.c:72: TPASS: tee() failed as expected: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:ssetmask01 passed

syscalls:stat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat01.c:75: TPASS: stat(test_fileread)
stat01.c:75: TPASS: stat(test_filenoread)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat01.c:75: TPASS: stat(test_fileread)
stat01.c:75: TPASS: stat(test_filenoread)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat02.c:67: TPASS: File size reported as expected
stat02.c:67: TPASS: File size reported as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat02.c:67: TPASS: File size reported as expected
stat02.c:67: TPASS: File size reported as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat03.c:55: TPASS: stat() failed as expected: EACCES (13)
stat03.c:55: TPASS: stat() failed as expected: EFAULT (14)
stat03.c:55: TPASS: stat() failed as expected: ENAMETOOLONG (36)
stat03.c:55: TPASS: stat() failed as expected: ENOENT (2)
stat03.c:55: TPASS: stat() failed as expected: ENOTDIR (20)
stat03.c:55: TPASS: stat() failed as expected: ELOOP (40)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat03.c:55: TPASS: stat() failed as expected: EACCES (13)
stat03.c:55: TPASS: stat() failed as expected: EFAULT (14)
stat03.c:55: TPASS: stat() failed as expected: ENAMETOOLONG (36)
stat03.c:55: TPASS: stat() failed as expected: ENOENT (2)
stat03.c:55: TPASS: stat() failed as expected: ENOTDIR (20)
stat03.c:55: TPASS: stat() failed as expected: ELOOP (40)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat04 passed
stat04      1  TPASS  :  Getting stat info about object file through symbolic link file is ok
stat04      2  TPASS  :  Stat(2) error when accessing non-existent object through symbolic link is caught
stat04      3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:stat04_64 passed
stat04_64    1  TPASS  :  Getting stat info about object file through symbolic link file is ok
stat04_64    2  TPASS  :  Stat(2) error when accessing non-existent object through symbolic link is caught
stat04_64    3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:statfs01 passed
statfs01    1  TPASS  :  statfs(tfile_29842, ..) returned 0
syscalls:statfs01_64 passed
statfs01    1  TPASS  :  statfs(tfile_29843, ..) returned 0
syscalls:statfs02 passed
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
syscalls:statfs02_64 passed
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
syscalls:statfs03 passed
statfs03    1  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:statfs03_64 passed
statfs03    1  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:statvfs01 passed
statvfs01    1  TPASS  :  statvfs(/, ...) passed
statvfs01    0  TINFO  :  This call is similar to statfs
statvfs01    0  TINFO  :  Extracting info about the '/' file system
statvfs01    0  TINFO  :  file system block size = 4096 bytes
statvfs01    0  TINFO  :  file system fragment size = 4096 bytes
statvfs01    0  TINFO  :  file system free blocks = 557450
statvfs01    0  TINFO  :  file system total inodes = 941616
statvfs01    0  TINFO  :  file system free inodes = 649736
statvfs01    0  TINFO  :  file system id = 12872266360876164591
statvfs01    0  TINFO  :  file system max filename length = 255
syscalls:statvfs02 passed
statvfs02    1  TPASS  :  statvfs() failed as expected: TEST_ERRNO=EFAULT(14): Bad address
statvfs02    2  TPASS  :  statvfs() failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
statvfs02    3  TPASS  :  statvfs() failed as expected: TEST_ERRNO=ENAMETOOLONG(36): File name too long
statvfs02    4  TPASS  :  statvfs() failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
statvfs02    5  TPASS  :  statvfs() failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
syscalls:stime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:46: TINFO: Testing libc stime()
stime01.c:46: TINFO: pt.tv_sec: 1623231830
stime01.c:47: TPASS: system time was set to 1623231830
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:49: TINFO: Testing SYS_stime syscall
stime_var.h:28: TCONF: syscall(-1) __NR_stime not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:52: TINFO: Testing SYS_settimeofday syscall
stime01.c:46: TINFO: pt.tv_sec: 1623231860
stime01.c:47: TPASS: system time was set to 1623231860

Summary:
passed   2
failed   0
broken   0
skipped  1
warnings 0
syscalls:stime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:46: TINFO: Testing libc stime()
stime02.c:37: TPASS: stime(2) fails, Caller not root: EPERM (1)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:49: TINFO: Testing SYS_stime syscall
stime_var.h:28: TCONF: syscall(-1) __NR_stime not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:52: TINFO: Testing SYS_settimeofday syscall
stime02.c:37: TPASS: stime(2) fails, Caller not root: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  1
warnings 0
syscalls:string01 passed
string01    1  TPASS  :  Test passed
syscalls:swapoff01 passed

syscalls:swapoff02 passed

syscalls:swapon01 passed

syscalls:swapon02 passed

syscalls:swapon03 passed

syscalls:switch01 passed

syscalls:symlink01 passed
symlink01    1  TPASS  :  Creation of symbolic link file to no object file is ok
symlink01    2  TPASS  :  Creation of symbolic link file to no object file is ok
symlink01    3  TPASS  :  Creation of symbolic link file and object file via symbolic link is ok
symlink01    4  TPASS  :  Creating an existing symbolic link file error is caught
symlink01    5  TPASS  :  Creating a symbolic link which exceeds maximum pathname error is caught
syscalls:symlink02 passed

syscalls:symlink03 passed
symlink03    1  TPASS  :  symlink() Fails, No Search permissions to process, errno=13
symlink03    2  TPASS  :  symlink() Fails, Specified symlink already exists, errno=17
symlink03    3  TPASS  :  symlink() Fails, Invalid address, errno=14
symlink03    4  TPASS  :  symlink() Fails, Symlink path too long, errno=36
symlink03    5  TPASS  :  symlink() Fails, Symlink Pathname is empty, errno=2
symlink03    6  TPASS  :  symlink() Fails, Symlink Path contains regular file, errno=20
syscalls:symlink04 passed
symlink04    1  TPASS  :  symlink(testfile, slink_file) functionality successful
syscalls:symlink05 passed
symlink05    1  TPASS  :  symlink(testfile, slink_file) functionality successful
syscalls:symlinkat01 passed
symlinkat01    1  TPASS  :  Test passed
symlinkat01    2  TPASS  :  Test passed
symlinkat01    3  TPASS  :  Test passed
symlinkat01    4  TPASS  :  Test passed
symlinkat01    5  TPASS  :  symlinkat() returned the expected  errno 20: Not a directory
symlinkat01    6  TPASS  :  Test passed
symlinkat01    7  TPASS  :  symlinkat() returned the expected  errno 9: Bad file descriptor
symlinkat01    8  TPASS  :  Test passed
symlinkat01    9  TPASS  :  symlinkat() returned the expected  errno 2: No such file or directory
symlinkat01   10  TPASS  :  Test passed
syscalls:sync01 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   4
failed   0
broken   1
skipped  0
warnings 0
syscalls:syncfs01 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   4
failed   0
broken   1
skipped  0
warnings 0
syscalls:sync_file_range01 passed
sync_file_range01    1  TPASS  :  got expected error: TEST_ERRNO=EBADF(9): Bad file descriptor
sync_file_range01    2  TPASS  :  got expected error: TEST_ERRNO=ESPIPE(29): Illegal seek
sync_file_range01    3  TPASS  :  got expected error: TEST_ERRNO=EINVAL(22): Invalid argument
sync_file_range01    4  TPASS  :  got expected error: TEST_ERRNO=EINVAL(22): Invalid argument
sync_file_range01    5  TPASS  :  got expected error: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:sync_file_range02 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:148: TINFO: Skipping ntfs as requested by the test
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   12
failed   0
broken   1
skipped  0
warnings 0
syscalls:syscall01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syscall01.c:28: TPASS: getpid() == syscall(SYS_getpid)
syscall01.c:43: TPASS: getuid() == syscall(SYS_getuid)
syscall01.c:58: TPASS: getgid() == syscall(SYS_getgid)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sysconf01 passed
sysconf01    1  TPASS  :  _SC_CLK_TCK = 100
sysconf01    2  TPASS  :  _SC_ARG_MAX = 2097152
sysconf01    3  TPASS  :  _SC_CHILD_MAX = 3386
sysconf01    4  TPASS  :  _SC_OPEN_MAX = 1024
sysconf01    5  TPASS  :  _SC_JOB_CONTROL = 1
sysconf01    6  TPASS  :  _SC_SAVED_IDS = 1
sysconf01    7  TPASS  :  _SC_VERSION = 200809
sysconf01    8  TPASS  :  _SC_PASS_MAX = 8192
sysconf01    9  TPASS  :  _SC_LOGIN_NAME_MAX = 256
sysconf01   10  TPASS  :  _SC_XOPEN_VERSION = 700
sysconf01   11  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_TZNAME_MAX
sysconf01   12  TPASS  :  _SC_STREAM_MAX = 16
sysconf01   13  TPASS  :  _SC_XOPEN_CRYPT = 1
sysconf01   14  TPASS  :  _SC_XOPEN_ENH_I18N = 1
sysconf01   15  TPASS  :  _SC_XOPEN_SHM = 1
sysconf01   16  TPASS  :  _SC_XOPEN_XCU_VERSION = 4
sysconf01   17  TPASS  :  _SC_ATEXIT_MAX = 2147483647
sysconf01   18  TPASS  :  _SC_2_C_BIND = 200809
sysconf01   19  TPASS  :  _SC_2_C_DEV = 200809
sysconf01   20  TPASS  :  _SC_2_C_VERSION = 200809
sysconf01   21  TPASS  :  _SC_2_CHAR_TERM = 200809
sysconf01   22  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_2_FORT_DEV
sysconf01   23  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_2_FORT_RUN
sysconf01   24  TPASS  :  _SC_2_LOCALEDEF = 200809
sysconf01   25  TPASS  :  _SC_2_SW_DEV = 200809
sysconf01   26  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_2_UPE
sysconf01   27  TPASS  :  _SC_2_VERSION = 200809
sysconf01   28  TPASS  :  _SC_BC_BASE_MAX = 99
sysconf01   29  TPASS  :  _SC_BC_DIM_MAX = 2048
sysconf01   30  TPASS  :  _SC_BC_SCALE_MAX = 99
sysconf01   31  TPASS  :  _SC_BC_STRING_MAX = 1000
sysconf01   32  TPASS  :  _SC_COLL_WEIGHTS_MAX = 255
sysconf01   33  TPASS  :  _SC_EXPR_NEST_MAX = 32
sysconf01   34  TPASS  :  _SC_LINE_MAX = 2048
sysconf01   35  TPASS  :  _SC_RE_DUP_MAX = 32767
sysconf01   36  TPASS  :  _SC_XOPEN_UNIX = 1
sysconf01   37  TPASS  :  _SC_PAGESIZE = 4096
sysconf01   38  TPASS  :  _SC_PHYS_PAGES = 233883
sysconf01   39  TPASS  :  _SC_AVPHYS_PAGES = 67704
sysconf01   40  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_AIO_MAX
sysconf01   41  TPASS  :  _SC_AIO_PRIO_DELTA_MAX = 20
sysconf01   42  TPASS  :  _SC_SEMAPHORES = 200809
sysconf01   43  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_SEM_NSEMS_MAX
sysconf01   44  TPASS  :  _SC_SEM_VALUE_MAX = 2147483647
sysconf01   45  TPASS  :  _SC_MEMORY_PROTECTION = 200809
sysconf01   46  TPASS  :  _SC_FSYNC = 200809
sysconf01   47  TPASS  :  _SC_MEMORY_PROTECTION = 200809
sysconf01   48  TPASS  :  _SC_TIMERS = 200809
sysconf01   49  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_TIMER_MAX
sysconf01   50  TPASS  :  _SC_MAPPED_FILES = 200809
sysconf01   51  TPASS  :  _SC_THREAD_PRIORITY_SCHEDULING = 200809
sysconf01   52  TPASS  :  _SC_XOPEN_LEGACY = 1
sysconf01   53  TPASS  :  _SC_MEMLOCK = 200809
sysconf01   54  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_XBS5_ILP32_OFF32
sysconf01   55  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_XBS5_ILP32_OFFBIG
sysconf01   56  TPASS  :  The invalid sysconf key was trapped appropriately
syscalls:sysctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sysctl01.c:53: TCONF: syscall(1078) __NR__sysctl not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:sysctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sysctl03.c:76: TINFO: this test's results are based on potentially undocumented behavior in the kernel. read the NOTE in the source file for more details
sysctl03.c:55: TCONF: syscall(1078) __NR__sysctl not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
sysctl03.c:55: TCONF: syscall(1078) __NR__sysctl not supported
syscalls:sysctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sysctl04.c:52: TCONF: syscall(1078) __NR__sysctl not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:sysfs01 passed
sysfs01     1  TCONF  :  sysfs01.c:94: syscall(-1) __NR_sysfs not supported on your arch
sysfs01     2  TCONF  :  sysfs01.c:94: Remaining cases not appropriate for configuration
syscalls:sysfs02 passed
sysfs02     1  TCONF  :  sysfs02.c:93: syscall(-1) __NR_sysfs not supported on your arch
sysfs02     2  TCONF  :  sysfs02.c:93: Remaining cases not appropriate for configuration
syscalls:sysfs03 passed
sysfs03     1  TCONF  :  sysfs03.c:91: syscall(-1) __NR_sysfs not supported on your arch
sysfs03     2  TCONF  :  sysfs03.c:91: Remaining cases not appropriate for configuration
syscalls:sysfs04 passed
sysfs04     1  TCONF  :  sysfs04.c:94: syscall(-1) __NR_sysfs not supported on your arch
sysfs04     2  TCONF  :  sysfs04.c:94: Remaining cases not appropriate for configuration
syscalls:sysfs05 passed
sysfs05     1  TCONF  :  sysfs05.c:110: syscall(-1) __NR_sysfs not supported on your arch
sysfs05     2  TCONF  :  sysfs05.c:110: Remaining cases not appropriate for configuration
syscalls:sysfs06 passed
sysfs06     1  TCONF  :  sysfs06.c:114: syscall(-1) __NR_sysfs not supported on your arch
sysfs06     2  TCONF  :  sysfs06.c:114: Remaining cases not appropriate for configuration
syscalls:sysinfo01 passed
sysinfo01    1  TPASS  :  Test to check the return code PASSED
syscalls:sysinfo02 passed
sysinfo02    1  TPASS  :  Test to check the error code 14 PASSED
syscalls:sysinfo03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_TIME_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_TIME_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:syslog01 passed
syslog01    0  TINFO  :  Send messages to syslogd at some level 
syslog01    0  TINFO  :  and facility and grep for those messages.
syslog01    0  TINFO  :  testing whether messages are logged into log file
syslog01    0  TINFO  :  restarting syslog daemon
syslog01    0  TINFO  :  restarting syslog daemon
syscalls:syslog02 passed
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
syscalls:syslog03 passed
syslog03    0  TINFO  :  Do openlog(), log the messages and see whether
syslog03    0  TINFO  :  ident string is prepended to the message.
syslog03    0  TINFO  :  restarting syslog daemon
syslog03    0  TINFO  :  restarting syslog daemon
syscalls:syslog04 passed
syslog04    0  TINFO  :  case4: Test the logging option: LOG_PID
syslog04    0  TINFO  :  Do openlog() with LOG_PID option and see whether pid
syslog04    0  TINFO  :  is logged with message.
syslog04    0  TINFO  :  Testing the log option: LOG_PID...
syslog04    0  TINFO  :  restarting syslog daemon
syslog04    0  TINFO  :  restarting syslog daemon
syscalls:syslog05 passed
syslog05    0  TINFO  :   case5: Test the logging option: LOG_CONS
syslog05    0  TINFO  :   o Do openlog() with LOG_CONS option.
syslog05    0  TINFO  :   o Disable /dev/syslog by moving it to a temporary file name.
syslog05    0  TINFO  :   o Send the syslog message.
syslog05    0  TINFO  :   o Check whether this is written to the console i.e to
syslog05    0  TINFO  :     the file /usr/adm/ktlog/<this year>/<this month>/<to_day>
syslog05    0  TINFO  :  syslog: Testing the log option: LOG_CONS...
syslog05    0  TINFO  :  restarting syslog daemon
syslog05    0  TINFO  :  restarting syslog daemon
syscalls:syslog06 passed
syslog06    0  TINFO  :   Test the logging option: LOG_NDELAY
syslog06    0  TINFO  :   o Do openlog() without LOG_NDELAY option.
syslog06    0  TINFO  :   o open a file and check the returned file descriptor
syslog06    0  TINFO  :     It should be 3.
syslog06    0  TINFO  :   o Now do openlog() with LOG_NDELAY option.
syslog06    0  TINFO  :   o open a file and check the returned file descriptor.
syslog06    0  TINFO  :     It should be greater than 3.
syslog06    0  TINFO  :  syslog: Testing the log option: LOG_NDELAY...
syslog06    0  TINFO  :  restarting syslog daemon
syslog06    0  TINFO  :  restarting syslog daemon
syscalls:syslog07 passed
syslog07    0  TINFO  :  testing syslog priorities ...
syslog07    0  TINFO  :   o Send syslog messages at all levels and see whether
syslog07    0  TINFO  :     All level messages are logged.
syslog07    0  TINFO  :  restarting syslog daemon
syslog07    0  TINFO  :  restarting syslog daemon
syscalls:syslog08 passed
syslog08    0  TINFO  :   Test all the facilities at a particular level.
syslog08    0  TINFO  :   Facilities available are: LOG_KERN, LOG_USER, LOG_MAIL
syslog08    0  TINFO  :   LOG_DAEMON, LOG_AUTH, LOG_LPR.
syslog08    0  TINFO  :   Don't know how to send kernel messages from syslog()
syslog08    0  TINFO  :   o Create seperate entries in config file for each facility.
syslog08    0  TINFO  :   o Send the message and grep for the entry in log file.
syslog08    0  TINFO  :  testing all the facilities
syslog08    0  TINFO  :  Doing facility: user...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility user passed
syslog08    0  TINFO  :  Doing facility: mail...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility mail passed
syslog08    0  TINFO  :  Doing facility: daemon...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility daemon passed
syslog08    0  TINFO  :  Doing facility: auth...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility auth passed
syslog08    0  TINFO  :  Doing facility: lpr...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility lpr passed
syslog08    0  TINFO  :  restarting syslog daemon
syscalls:syslog09 passed
syslog09    0  TINFO  :   Test setlogmask() with LOG_UPTO macro.
syslog09    0  TINFO  :   o Use setlogmask() with LOG_UPTO macro to set some priority
syslog09    0  TINFO  :     level.
syslog09    0  TINFO  :   o Send message which is lower priority than the one
syslog09    0  TINFO  :     set above, which should not be logged
syslog09    0  TINFO  :  syslog: Testing setlogmask() with LOG_UPTO macro
syslog09    0  TINFO  :  restarting syslog daemon
syslog09    0  TINFO  :  restarting syslog daemon
syscalls:syslog10 passed
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
syscalls:syslog11 passed
syslog11    1  TPASS  :  syslog() successful for type 0/Close the log
syslog11    2  TPASS  :  syslog() successful for type 1/Open the log
syslog11    3  TPASS  :  syslog() successful for type 2/Read from the log
syslog11    4  TPASS  :  syslog() successful for type 3/Read ring buffer
syslog11    5  TPASS  :  syslog() successful for type 3/Read ring buffer for non-root user
syslog11    6  TPASS  :  syslog() successful for type 8/Set log level to 1
syslog11    7  TPASS  :  syslog() successful for type 8/Set log level to 7(default)
syslog11    8  TPASS  :  syslog() successful for type 6/Disable printk's to console
syslog11    9  TPASS  :  syslog() successful for type 7/Enable printk's to console
syscalls:syslog12 passed
syslog12    1  TPASS  :  syslog() failed as expected for invalid type/command : errno 22
syslog12    2  TPASS  :  syslog() failed as expected for NULL buffer argument : errno 22
syslog12    3  TPASS  :  syslog() failed as expected for negative length argument : errno 22
syslog12    4  TPASS  :  syslog() failed as expected for non-root user : errno 1
syslog12    5  TPASS  :  syslog() failed as expected for console level less than 0 : errno 22
syslog12    6  TPASS  :  syslog() failed as expected for console level greater than 8 : errno 22
syscalls:tgkill01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tgkill01.c:99: TPASS: SIGUSR1 delivered to correct threads

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tgkill02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tgkill02.c:55: TPASS: tgkill() failed with EAGAIN as expected

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tgkill03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 20s
tgkill03.c:101: TPASS: Invalid tgid failed as expected: EINVAL (22)
tgkill03.c:101: TPASS: Invalid tid failed as expected: EINVAL (22)
tgkill03.c:101: TPASS: Invalid signal failed as expected: EINVAL (22)
tgkill03.c:101: TPASS: Defunct tid failed as expected: ESRCH (3)
tgkill03.c:101: TPASS: Defunct tgid failed as expected: ESRCH (3)
tgkill03.c:108: TPASS: Valid tgkill call succeeded

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:time01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
time01.c:36: TPASS: time() returned value 1623232375
time01.c:40: TPASS: time() returned value 1623232375, stored value 1623232375 are same

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:times01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
times01.c:25: TPASS: times(&mytimes) returned 654920335

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:times03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
times03.c:89: TPASS: buf1.tms_utime <= 5
times03.c:94: TPASS: buf1.tms_stime <= 5
times03.c:105: TPASS: buf2.tms_utime = 159
times03.c:112: TPASS: buf1.tms_utime (0) < buf2.tms_utime (159)
times03.c:118: TPASS: buf2.tms_stime = 180
times03.c:125: TPASS: buf1.tms_stime (0) < buf2.tms_stime (180)
times03.c:131: TPASS: buf2.tms_cutime = 0
times03.c:136: TPASS: buf2.tms_cstime = 0
times03.c:156: TPASS: buf2.tms_utime (159) <= buf3.tms_utime (159)
times03.c:164: TPASS: buf2.tms_stime (180) <= buf3.tms_stime (180)
times03.c:170: TPASS: buf3.tms_cutime = 170
times03.c:175: TPASS: buf3.tms_cstime = 229

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:timerfd01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd01.c:153: TINFO: Testing variant: syscall with old kernel spec
timerfd01.c:102: TINFO: testing CLOCK MONOTONIC
timerfd01.c:106: TINFO: relative timer (100 ms)
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:110: TINFO: absolute timer (100 ms)
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:115: TINFO: sequential timer (50 ms)
timerfd01.c:128: TPASS: Timer read back value is relative
timerfd01.c:89: TPASS: got 3 tick(s)
timerfd01.c:134: TINFO: testing with O_NONBLOCK
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:146: TPASS: read failed with: EAGAIN/EWOULDBLOCK (11)
timerfd01.c:102: TINFO: testing CLOCK REALTIME
timerfd01.c:106: TINFO: relative timer (100 ms)
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:110: TINFO: absolute timer (100 ms)
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:115: TINFO: sequential timer (50 ms)
timerfd01.c:128: TPASS: Timer read back value is relative
timerfd01.c:89: TPASS: got 3 tick(s)
timerfd01.c:134: TINFO: testing with O_NONBLOCK
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:146: TPASS: read failed with: EAGAIN/EWOULDBLOCK (11)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd01.c:153: TINFO: Testing variant: syscall time64 with kernel spec
timerfd01.c:102: TINFO: testing CLOCK MONOTONIC
timerfd01.c:106: TINFO: relative timer (100 ms)
../../../../include/tst_timer.h:362: TCONF: syscall(411) __NR_timerfd_settime64 not supported

Summary:
passed   12
failed   0
broken   0
skipped  1
warnings 0
syscalls:timerfd02 passed
timerfd02    1  TPASS  :  timerfd_create(TFD_CLOEXEC) Passed
syscalls:timerfd03 passed
timerfd03    1  TPASS  :  timerfd_create(TFD_NONBLOCK) PASSED
syscalls:timerfd04 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_TIME_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_TIME_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:timerfd_create01 passed
timerfd_create01    1  TPASS  :  timerfd_create() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
timerfd_create01    2  TPASS  :  timerfd_create() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:timerfd_gettime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_gettime01.c:48: TINFO: Testing variant: syscall with old kernel spec
timerfd_gettime01.c:89: TPASS: timerfd_gettime() failed as expected: EBADF (9)
timerfd_gettime01.c:89: TPASS: timerfd_gettime() failed as expected: EFAULT (14)
timerfd_gettime01.c:89: TPASS: timerfd_gettime() failed as expected: EINVAL (22)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_gettime01.c:48: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:350: TCONF: syscall(410) __NR_timerfd_gettime64 not supported

Summary:
passed   3
failed   0
broken   0
skipped  1
warnings 0
syscalls:timerfd_settime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_settime01.c:53: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:362: TCONF: syscall(411) __NR_timerfd_settime64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:timerfd_settime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_settime02.c:47: TINFO: Testing variant: syscall with old kernel spec
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   189ns, avg_dev =    35ns, dev_ratio = 0.18 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg =  9154ns, avg_dev =   165ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg =  8873ns, avg_dev =   530ns, dev_ratio = 0.06 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg =   470ns, avg_dev =   605ns, dev_ratio = 1.29 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  4038  , avg_dev =  4359  , dev_ratio = 1.08 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
timerfd_settime02.c:105: TPASS: Nothing bad happened, probably
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_settime02.c:47: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:362: TCONF: syscall(411) __NR_timerfd_settime64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:timer_create01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_create01.c:51: TINFO: Testing notification type: SIGEV_NONE
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI
timer_create01.c:51: TINFO: Testing notification type: SIGEV_SIGNAL
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI
timer_create01.c:51: TINFO: Testing notification type: SIGEV_THREAD
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI
timer_create01.c:51: TINFO: Testing notification type: SIGEV_THREAD_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI
timer_create01.c:51: TINFO: Testing notification type: NULL
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI

Summary:
passed   30
failed   0
broken   0
skipped  10
warnings 0
syscalls:timer_create02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_create02.c:73: TPASS: invalid sigevent struct failed as expected: EFAULT (14)
timer_create02.c:73: TPASS: invalid timer ID failed as expected: EFAULT (14)
timer_create02.c:73: TPASS: invalid clock failed as expected: EINVAL (22)
timer_create02.c:73: TPASS: wrong sigev_notify failed as expected: EINVAL (22)
timer_create02.c:73: TPASS: wrong sigev_signo failed as expected: EINVAL (22)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:timer_create03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_create03.c:47: TPASS: timer_create() failed as expected: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:timer_delete01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_delete01.c:39: TINFO: Testing CLOCK_REALTIME
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_MONOTONIC
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_PROCESS_CPUTIME_ID
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_THREAD_CPUTIME_ID
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_BOOTTIME
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_BOOTTIME_ALARM
timer_delete01.c:46: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_delete01.c:39: TINFO: Testing CLOCK_REALTIME_ALARM
timer_delete01.c:46: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_delete01.c:39: TINFO: Testing CLOCK_TAI
timer_delete01.c:57: TPASS: Timer deleted successfully!

Summary:
passed   6
failed   0
broken   0
skipped  2
warnings 0
syscalls:timer_delete02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_delete02.c:30: TPASS: Failed as expected: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:timer_getoverrun01 passed
timer_getoverrun01    1  TPASS  :  timer_getoverrun(CLOCK_REALTIME) Passed
timer_getoverrun01    2  TPASS  :  timer_gettime(-1) Failed: EINVAL
syscalls:timer_gettime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_gettime01.c:34: TINFO: Testing variant: syscall with old kernel spec
timer_gettime01.c:61: TPASS: timer_gettime() Passed
timer_gettime01.c:68: TPASS: timer_gettime(-1) Failed: EINVAL
timer_gettime01.c:74: TPASS: timer_gettime(NULL) Failed: EFAULT
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_gettime01.c:34: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:328: TCONF: syscall(408) __NR_timer_gettime64 not supported

Summary:
passed   3
failed   0
broken   0
skipped  1
warnings 0
syscalls:timer_settime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime01.c:85: TINFO: Testing variant: syscall with old kernel spec
timer_settime01.c:96: TINFO: Testing for general initialization:
timer_settime01.c:172: TPASS: timer_settime(CLOCK_REALTIME) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_MONOTONIC) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_PROCESS_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_THREAD_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_BOOTTIME) passed
timer_settime01.c:112: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:112: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:172: TPASS: timer_settime(CLOCK_TAI) passed
timer_settime01.c:96: TINFO: Testing for setting old_value:
timer_settime01.c:172: TPASS: timer_settime(CLOCK_REALTIME) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_MONOTONIC) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_PROCESS_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_THREAD_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_BOOTTIME) passed
timer_settime01.c:112: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:112: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:172: TPASS: timer_settime(CLOCK_TAI) passed
timer_settime01.c:96: TINFO: Testing for using periodic timer:
timer_settime01.c:172: TPASS: timer_settime(CLOCK_REALTIME) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_MONOTONIC) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_PROCESS_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_THREAD_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_BOOTTIME) passed
timer_settime01.c:112: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:112: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:172: TPASS: timer_settime(CLOCK_TAI) passed
timer_settime01.c:96: TINFO: Testing for using absolute time:
timer_settime01.c:172: TPASS: timer_settime(CLOCK_REALTIME) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_MONOTONIC) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_PROCESS_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_THREAD_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_BOOTTIME) passed
timer_settime01.c:112: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:112: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:172: TPASS: timer_settime(CLOCK_TAI) passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime01.c:85: TINFO: Testing variant: syscall time64 with kernel spec
timer_settime01.c:96: TINFO: Testing for general initialization:
../../../../include/tst_timer.h:340: TCONF: syscall(409) __NR_timer_settime64 not supported

Summary:
passed   24
failed   0
broken   0
skipped  9
warnings 0
syscalls:timer_settime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime02.c:74: TINFO: Testing variant: syscall with old kernel spec
timer_settime02.c:85: TINFO: Testing for setting new_set pointer to NULL:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EINVAL (22)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EINVAL (22)
timer_settime02.c:85: TINFO: Testing for setting tv_nsec to a negative value:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EINVAL (22)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EINVAL (22)
timer_settime02.c:85: TINFO: Testing for setting tv_nsec value too high:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EINVAL (22)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EINVAL (22)
timer_settime02.c:85: TINFO: Testing for passing pointer to invalid timer_id:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EINVAL (22)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EINVAL (22)
timer_settime02.c:85: TINFO: Testing for passing invalid address for new_value:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EFAULT (14)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EFAULT (14)
timer_settime02.c:85: TINFO: Testing for passing invalid address for old_value:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EFAULT (14)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime02.c:74: TINFO: Testing variant: syscall time64 with kernel spec
timer_settime02.c:85: TINFO: Testing for setting new_set pointer to NULL:
../../../../include/tst_timer.h:340: TCONF: syscall(409) __NR_timer_settime64 not supported

Summary:
passed   36
failed   0
broken   0
skipped  13
warnings 0
syscalls:timer_settime03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8-32+'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime03.c:96: TPASS: Timer overrun count is capped

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tkill01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tkill01.c:43: TPASS: tst_syscall(__NR_tkill, tid, SIGUSR1) passed
tkill01.c:53: TPASS: signal captured

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:tkill02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tkill02.c:48: TPASS: tst_syscall(__NR_tkill) expecting EINVAL: EINVAL (22)
tkill02.c:48: TPASS: tst_syscall(__NR_tkill) expecting ESRCH: ESRCH (3)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:truncate02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
truncate02.c:90: TPASS: truncate(testfile, 256) succeeded
truncate02.c:90: TPASS: truncate(testfile, 512) succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:truncate02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
truncate02.c:90: TPASS: truncate(testfile, 256) succeeded
truncate02.c:90: TPASS: truncate(testfile, 512) succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:truncate03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
truncate03.c:132: TPASS: truncate() failed as expected: EACCES (13)
truncate03.c:132: TPASS: truncate() failed as expected: ENOTDIR (20)
truncate03.c:132: TPASS: truncate() failed as expected: EFAULT (14)
truncate03.c:132: TPASS: truncate() failed as expected: ENAMETOOLONG (36)
truncate03.c:132: TPASS: truncate() failed as expected: ENOENT (2)
truncate03.c:132: TPASS: truncate() failed as expected: EISDIR (21)
truncate03.c:132: TPASS: truncate() failed as expected: EFBIG (27)
truncate03.c:132: TPASS: truncate() failed as expected: ELOOP (40)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:truncate03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
truncate03.c:132: TPASS: truncate() failed as expected: EACCES (13)
truncate03.c:132: TPASS: truncate() failed as expected: ENOTDIR (20)
truncate03.c:132: TPASS: truncate() failed as expected: EFAULT (14)
truncate03.c:132: TPASS: truncate() failed as expected: ENAMETOOLONG (36)
truncate03.c:132: TPASS: truncate() failed as expected: ENOENT (2)
truncate03.c:132: TPASS: truncate() failed as expected: EISDIR (21)
truncate03.c:132: TPASS: truncate() failed as expected: EFBIG (27)
truncate03.c:132: TPASS: truncate() failed as expected: ELOOP (40)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:ulimit01 passed
ulimit01    1  TPASS  :  ulimit(1, -1) returned 9223372036854775807
ulimit01    2  TPASS  :  ulimit(2, 9223372036854775807) returned 9223372036854775807
ulimit01    3  TPASS  :  ulimit(2, 9223372036854775806) returned 9223372036854775807
syscalls:umask01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
umask01.c:57: TPASS: All files created with correct mode

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:uname01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
uname01.c:21: TPASS: uname(&un) passed
uname01.c:31: TPASS: sysname set to Linux

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:uname02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
uname02.c:19: TPASS: uname(bad_addr): EFAULT (14)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:uname04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
uname04.c:70: TINFO: Calling uname with default personality
uname04.c:62: TPASS: No bytes leaked
uname04.c:73: TINFO: Calling uname with UNAME26 personality
uname04.c:62: TPASS: No bytes leaked

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:unlink01 passed
unlink01    1  TPASS  :  unlink(2) of symbolic link file with no object file removal is ok
syscalls:unlink05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unlink05.c:61: TPASS: unlink(file) succeeded
unlink05.c:61: TPASS: unlink(fifo) succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:unlink07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unlink07.c:51: TPASS: unlink(<non-existent file>) failed as expected: ENOENT (2)
unlink07.c:51: TPASS: unlink(<path is empty string>) failed as expected: ENOENT (2)
unlink07.c:51: TPASS: unlink(<path contains a non-existent file>) failed as expected: ENOENT (2)
unlink07.c:51: TPASS: unlink(<invalid address>) failed as expected: EFAULT (14)
unlink07.c:51: TPASS: unlink(<path contains a regular file>) failed as expected: ENOTDIR (20)
unlink07.c:51: TPASS: unlink(<pathname too long>) failed as expected: ENAMETOOLONG (36)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:unlink08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unlink08.c:48: TPASS: unlink(<unwritable directory>) failed as expected: EACCES (13)
unlink08.c:48: TPASS: unlink(<unsearchable directory>) failed as expected: EACCES (13)
unlink08.c:48: TPASS: unlink(<directory>) failed as expected: EISDIR (21)
unlink08.c:48: TPASS: unlink(<directory>) failed as expected: EISDIR (21)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:unlinkat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: SUCCESS (0)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: SUCCESS (0)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: ENOTDIR (20)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: EBADF (9)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: EINVAL (22)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: SUCCESS (0)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: SUCCESS (0)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:unshare01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unshare01.c:47: TPASS: unshare(CLONE_FILES) passed
unshare01.c:47: TPASS: unshare(CLONE_FS) passed
unshare01.c:47: TPASS: unshare(CLONE_NEWNS) passed

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:unshare02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unshare02.c:52: TPASS: unshare(-1): EINVAL (22)
unshare02.c:52: TPASS: unshare(CLONE_NEWNS): EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:umount01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
umount01.c:39: TPASS: umount() Passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:umount02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
umount02.c:58: TPASS: umount() fails as expected: Already mounted/busy: EBUSY (16)
umount02.c:58: TPASS: umount() fails as expected: Invalid address: EFAULT (14)
umount02.c:58: TPASS: umount() fails as expected: Directory not found: ENOENT (2)
umount02.c:58: TPASS: umount() fails as expected: Invalid  device: EINVAL (22)
umount02.c:58: TPASS: umount() fails as expected: Pathname too long: ENAMETOOLONG (36)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:umount03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
umount03.c:35: TPASS: umount() fails as expected: EPERM (1)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:umount2_01 passed
mke2fs 1.44.5 (15-Dec-2018)
umount2_01    0  TINFO  :  Found free device 3 '/dev/loop3'
umount2_01    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
umount2_01    1  TPASS  :  umount2(2) Passed
syscalls:umount2_02 passed
mke2fs 1.44.5 (15-Dec-2018)
umount2_02    0  TINFO  :  Found free device 3 '/dev/loop3'
umount2_02    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
umount2_02    1  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
umount2_02    2  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
umount2_02    3  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
umount2_02    4  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
umount2_02    5  TPASS  :  umount2(2) succeeded as expected
syscalls:umount2_03 passed
mke2fs 1.44.5 (15-Dec-2018)
umount2_03    0  TINFO  :  Found free device 3 '/dev/loop3'
umount2_03    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
umount2_03    1  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
umount2_03    2  TPASS  :  umount2(2) succeeded as expected
syscalls:userfaultfd01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 20s
userfaultfd01.c:30: TCONF: syscall(282) __NR_userfaultfd not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:ustat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ustat01.c:26: TCONF: syscall(-1) __NR_ustat not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:ustat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ustat02.c:42: TCONF: syscall(-1) __NR_ustat not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:utime01 passed
utime01     1  TPASS  :  Functionality of utime(tmp_file, NULL) successful
syscalls:utime01A passed
utime01     1  TPASS  :  utime(2) change of object file access and modify times through symbolic link file is ok
utime01     2  TPASS  :  utime(2) error when accessing non-existent object through symbolic link is caught
utime01     3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:utime02 passed
utime02     1  TPASS  :  Functionality of utime(tmp_file, NULL) successful
syscalls:utime03 passed
utime03     1  TPASS  :  Functionality of utime(tmp_file, NULL) successful
syscalls:utime04 passed
utime04     1  TPASS  :  Functionality of utime(tmp_file, &times) successful
syscalls:utime05 passed
utime05     1  TPASS  :  Functionality of utime(tmp_file, &times) successful
syscalls:utime06 passed
mke2fs 1.44.5 (15-Dec-2018)
utime06     0  TINFO  :  Found free device 3 '/dev/loop3'
utime06     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
utime06     1  TPASS  :  utime failed as expected: TEST_ERRNO=EACCES(13): Permission denied
utime06     2  TPASS  :  utime failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
utime06     3  TPASS  :  utime failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
utime06     4  TPASS  :  utime failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
syscalls:utimes01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
utimes01.c:84: TPASS: utimes() worked as expected: SUCCESS (0)
utimes01.c:84: TPASS: utimes() worked as expected: SUCCESS (0)
utimes01.c:84: TPASS: utimes() worked as expected: EACCES (13)
utimes01.c:84: TPASS: utimes() worked as expected: ENOENT (2)
utimes01.c:84: TPASS: utimes() worked as expected: EFAULT (14)
utimes01.c:84: TPASS: utimes() worked as expected: EPERM (1)
utimes01.c:84: TPASS: utimes() worked as expected: EROFS (30)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:utimensat01 passed

syscalls:vfork01 passed
vfork01     0  TINFO  :  Attribute values of parent and child match
vfork01     0  TINFO  :  Working directories of parent and child match
vfork01     0  TINFO  :  Device/inode number of parent and childs '/' match
vfork01     0  TINFO  :  Device/inode number of parent and childs '.' don't match
vfork01     1  TPASS  :  Call of vfork() successful
syscalls:vfork02 passed
vfork02     1  TPASS  :  Call to vfork() successful
syscalls:vhangup01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
vhangup01.c:36: TPASS: Got EPERM as expected.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:vhangup02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
vhangup02.c:33: TPASS: vhangup() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:vmsplice01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
vmsplice01.c:45: TPASS: Written data has been read back correctly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:vmsplice02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
vmsplice02.c:83: TPASS: vmsplice() failed as expected: EBADF (9)
vmsplice02.c:83: TPASS: vmsplice() failed as expected: EBADF (9)
vmsplice02.c:83: TPASS: vmsplice() failed as expected: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:vmsplice03 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
vmsplice03.c:47: TPASS: Spliced correctly into user memory

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:vmsplice04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
vmsplice04.c:33: TPASS: vmsplice(..., SPLICE_F_NONBLOCK) failed as expected: EAGAIN/EWOULDBLOCK (11)
vmsplice04.c:56: TPASS: vmsplice(..., 0) blocked

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:wait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
wait01.c:19: TPASS: wait(NULL): ECHILD (10)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:wait02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
wait02.c:41: TPASS: wait() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:wait401 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
wait401.c:40: TPASS: wait4() returned correct pid 30762
wait401.c:49: TPASS: WIFEXITED() is set in status
wait401.c:54: TPASS: WEXITSTATUS() == 0

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:wait402 passed
wait402     1  TPASS  :  received expected failure - errno = 10 - No child processes
syscalls:waitpid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid01.c:38: TPASS: waitpid() returned correct pid 30766
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
syscalls:waitpid02 passed
waitpid02    1  TPASS  :  received expected pid
waitpid02    2  TPASS  :  received expected signal
waitpid02    3  TPASS  :  received expected exit value
syscalls:waitpid03 passed
waitpid03    1  TPASS  :  Got correct child PID
waitpid03    2  TPASS  :  Condition 2 test passed
syscalls:waitpid04 passed
waitpid04    1  TPASS  :  condition 1 test passed
waitpid04    2  TPASS  :  condition 2 test passed
waitpid04    3  TPASS  :  condition 3 test passed
syscalls:waitpid05 passed
waitpid05    1  TPASS  :  received expected pid.
waitpid05    2  TPASS  :  received expected exit number.
waitpid05    3  TPASS  :  received expected pid.
waitpid05    4  TPASS  :  received expected exit number.
waitpid05    5  TPASS  :  received expected pid.
waitpid05    6  TPASS  :  received expected exit number.
waitpid05    7  TPASS  :  received expected pid.
waitpid05    8  TPASS  :  received expected exit number.
waitpid05    9  TPASS  :  received expected pid.
waitpid05   10  TPASS  :  received expected exit number.
waitpid05   11  TPASS  :  received expected pid.
waitpid05   12  TPASS  :  received expected exit number.
waitpid05   13  TPASS  :  received expected pid.
waitpid05   14  TPASS  :  received expected exit number.
waitpid05   15  TPASS  :  received expected pid.
waitpid05   16  TPASS  :  received expected exit number.
waitpid05   17  TPASS  :  received expected pid.
waitpid05   18  TPASS  :  received expected exit number.
waitpid05   19  TPASS  :  received expected pid.
waitpid05   20  TPASS  :  received expected exit number.
waitpid05   21  TPASS  :  received expected pid.
waitpid05   22  TPASS  :  received expected exit number.
waitpid05   23  TPASS  :  received expected pid.
waitpid05   24  TPASS  :  received expected exit number.
syscalls:waitpid06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid06.c:54: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid07.c:59: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid_common.h:129: TINFO: Sending SIGCONT to 30835
waitpid_common.h:129: TINFO: Sending SIGCONT to 30836
waitpid_common.h:129: TINFO: Sending SIGCONT to 30837
waitpid_common.h:129: TINFO: Sending SIGCONT to 30838
waitpid_common.h:129: TINFO: Sending SIGCONT to 30839
waitpid_common.h:129: TINFO: Sending SIGCONT to 30840
waitpid_common.h:129: TINFO: Sending SIGCONT to 30841
waitpid_common.h:129: TINFO: Sending SIGCONT to 30842
waitpid08.c:62: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid09.c:66: TPASS: waitpid(pid, WNOHANG) = 0 for a running child
waitpid09.c:106: TPASS: waitpid(pid, WNOHANG) = pid for an exited child
waitpid09.c:126: TPASS: waitpid(-1, 0) = -1 with ECHILD if no children
waitpid09.c:145: TPASS: waitpid(-1, WNOHANG) = -1 with ECHILD if no children

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid10 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid10.c:62: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid11.c:60: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid12.c:70: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid13 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid_common.h:129: TINFO: Sending SIGCONT to 30987
waitpid_common.h:129: TINFO: Sending SIGCONT to 30988
waitpid_common.h:129: TINFO: Sending SIGCONT to 30989
waitpid_common.h:129: TINFO: Sending SIGCONT to 30990
waitpid_common.h:129: TINFO: Sending SIGCONT to 30983
waitpid_common.h:129: TINFO: Sending SIGCONT to 30984
waitpid_common.h:129: TINFO: Sending SIGCONT to 30985
waitpid_common.h:129: TINFO: Sending SIGCONT to 30986
waitpid13.c:70: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitid01 passed
waitid01    0  TINFO  :  Process 30992 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30992 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30993 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 30994 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 30992 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30993 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 30994 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 30995 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30992 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30993 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 30994 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 30995 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30996 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 30997 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 30992 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30993 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 30994 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 30995 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30996 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 30997 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 30998 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30992 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30993 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 30994 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 30995 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30996 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 30997 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 30998 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 30999 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 31000 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    1  TPASS  :  waitid(): system call passed
syscalls:waitid02 passed
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(2, 31001, 0x7fdbf49a10, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31003 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(2, 31001, 0x7fdbf49a10, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31003 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(1, 31004, 0x7fdbf49a10, 4)
waitid02    5  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31004 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(2, 31001, 0x7fdbf49a10, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31003 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(1, 31004, 0x7fdbf49a10, 4)
waitid02    5  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31004 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WSTOPPED | WNOWAIT
waitid02    0  TINFO  :  (31001) waitid(1, 31005, 0x7fdbf49a10, 16777218)
waitid02    6  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31005 ; si_code = 5 ; si_status = 19
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(2, 31001, 0x7fdbf49a10, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31003 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(1, 31004, 0x7fdbf49a10, 4)
waitid02    5  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31004 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WSTOPPED | WNOWAIT
waitid02    0  TINFO  :  (31001) waitid(1, 31005, 0x7fdbf49a10, 16777218)
waitid02    6  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31005 ; si_code = 5 ; si_status = 19
waitid02    0  TINFO  :  P_PID, WCONTINUED
waitid02    0  TINFO  :  (31001) waitid(1, 31006, 0x7fdbf49a10, 8)
waitid02    7  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31006 ; si_code = 6 ; si_status = 18
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (31001) waitid(0, 0, 0x7fdbf49a10, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(2, 31001, 0x7fdbf49a10, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31003 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WEXITED wait for child
waitid02    0  TINFO  :  (31001) waitid(1, 31004, 0x7fdbf49a10, 4)
waitid02    5  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31004 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WSTOPPED | WNOWAIT
waitid02    0  TINFO  :  (31001) waitid(1, 31005, 0x7fdbf49a10, 16777218)
waitid02    6  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31005 ; si_code = 5 ; si_status = 19
waitid02    0  TINFO  :  P_PID, WCONTINUED
waitid02    0  TINFO  :  (31001) waitid(1, 31006, 0x7fdbf49a10, 8)
waitid02    7  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 31006 ; si_code = 6 ; si_status = 18
waitid02    0  TINFO  :  P_PID, WEXITED not a child of the calling process
waitid02    0  TINFO  :  (31001) waitid(1, 1, 0x7fdbf49a10, 4)
waitid02    8  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
syscalls:write01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write01.c:40: TPASS: write() passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:write02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write02.c:25: TPASS: write(fd, NULL, 0) == 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:write03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write03.c:49: TPASS: failure of write() did not corrupt the file

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:write04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write04.c:46: TPASS: write() failed expectedly: EAGAIN/EWOULDBLOCK (11)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:write05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write05.c:78: TPASS: write() failed expectedly: EBADF (9)
write05.c:78: TPASS: write() failed expectedly: EFAULT (14)
write05.c:78: TPASS: write() failed expectedly: EPIPE (32)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:writev01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
writev01.c:127: TPASS: invalid iov_len, expected: -1 (EINVAL), got: -1 (EINVAL)
writev01.c:127: TPASS: invalid fd, expected: -1 (EBADF), got: -1 (EBADF)
writev01.c:127: TPASS: invalid iovcnt, expected: -1 (EINVAL), got: -1 (EINVAL)
writev01.c:131: TPASS: zero iovcnt, expected: 0, got: 0
writev01.c:131: TPASS: NULL and zero length iovec, expected: 64, got: 64
writev01.c:127: TPASS: write to closed pipe, expected: -1 (EPIPE), got: -1 (EPIPE)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:writev02 passed
writev02    1  TPASS  :  Received EFAULT as expected
syscalls:writev03 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =  -143ns, avg_dev =    27ns, dev_ratio = 0.19 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 98182ns, avg_dev = 16877ns, dev_ratio = 0.17 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 101654ns, avg_dev = 16975ns, dev_ratio = 0.17 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = -3615ns, avg_dev =  1169ns, dev_ratio = 0.32 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg = 10730  , avg_dev =  5891  , dev_ratio = 0.55 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   -58ns, avg_dev =   100ns, dev_ratio = 1.71 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 86121ns, avg_dev =  2267ns, dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 95668ns, avg_dev =  1845ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = -9604ns, avg_dev =   796ns, dev_ratio = 0.08 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg = 13762  , avg_dev =  1469  , dev_ratio = 0.11 }
../../../../include/tst_fuzzy_sync.h:534: TINFO: Reached deviation ratios < 0.10, introducing randomness
../../../../include/tst_fuzzy_sync.h:537: TINFO: Delay range is [-143049, 129609]
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 92566, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =  -106ns, avg_dev =     9ns, dev_ratio = 0.08 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 88172ns, avg_dev =  6018ns, dev_ratio = 0.07 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 97315ns, avg_dev =  6233ns, dev_ratio = 0.06 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = -9249ns, avg_dev =   632ns, dev_ratio = 0.07 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg = 13595  , avg_dev =  1016  , dev_ratio = 0.07 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =    -2ns, avg_dev =    66ns, dev_ratio = 32.90 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 70929ns, avg_dev =  7378ns, dev_ratio = 0.10 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 81637ns, avg_dev =  7161ns, dev_ratio = 0.09 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = -10710ns, avg_dev =  1298ns, dev_ratio = 0.12 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  9166  , avg_dev =  5521  , dev_ratio = 0.60 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:672: TINFO: Stopped sampling at 918 (out of 1024) samples, sampling time reached 50% of the total time limit
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 918, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =    63ns, avg_dev =    69ns, dev_ratio = 1.09 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 168530ns, avg_dev = 13144ns, dev_ratio = 0.08 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 149253ns, avg_dev = 12615ns, dev_ratio = 0.08 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 19340ns, avg_dev =   852ns, dev_ratio = 0.04 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg = 11761  , avg_dev =  3355  , dev_ratio = 0.29 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   4
failed   0
broken   1
skipped  0
warnings 0
syscalls:writev05 passed
writev05    1  TPASS  :  Received EFAULT as expected
syscalls:writev06 passed
writev06    1  TPASS  :  writev returned 2 as expected
syscalls:writev07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
writev07.c:51: TINFO: starting test with initial file offset: 0 
writev07.c:73: TINFO: got EFAULT
writev07.c:80: TPASS: file stayed untouched
writev07.c:84: TPASS: offset stayed unchanged
writev07.c:51: TINFO: starting test with initial file offset: 65 
writev07.c:73: TINFO: got EFAULT
writev07.c:80: TPASS: file stayed untouched
writev07.c:84: TPASS: offset stayed unchanged
writev07.c:51: TINFO: starting test with initial file offset: 4096 
writev07.c:73: TINFO: got EFAULT
writev07.c:80: TPASS: file stayed untouched
writev07.c:84: TPASS: offset stayed unchanged
writev07.c:51: TINFO: starting test with initial file offset: 4097 
writev07.c:73: TINFO: got EFAULT
writev07.c:80: TPASS: file stayed untouched
writev07.c:84: TPASS: offset stayed unchanged

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:perf_event_open01 passed
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 300002716
perf_event_open01    1  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_INSTRUCTIONS succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 1
perf_event_open01    2  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_CACHE_REFERENCES succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 1
perf_event_open01    3  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_CACHE_MISSES succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 100001597
perf_event_open01    4  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_BRANCH_INSTRUCTIONS succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 1072
perf_event_open01    5  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_BRANCH_MISSES succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 347801095
perf_event_open01    6  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_SW_CPU_CLOCK succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 348810366
perf_event_open01    7  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_SW_TASK_CLOCK succeeded
syscalls:perf_event_open02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
perf_event_open02.c:130: TINFO: bench_work estimated loops = 1438 in 500 ms
perf_event_open02.c:177: TINFO: [0] value:588010910 time_enabled:749501565 time_running:749501565
perf_event_open02.c:177: TINFO: [1] value:588413053 time_enabled:750859222 time_running:750859222
perf_event_open02.c:177: TINFO: [2] value:588559261 time_enabled:751208752 time_running:751208752
perf_event_open02.c:177: TINFO: [3] value:589154436 time_enabled:752919742 time_running:752919742
perf_event_open02.c:177: TINFO: [4] value:588241780 time_enabled:750060419 time_running:750060419
perf_event_open02.c:177: TINFO: [5] value:588285625 time_enabled:750270887 time_running:750270887
perf_event_open02.c:177: TINFO: [6] value:505126298 time_enabled:782213128 time_running:670208493
perf_event_open02.c:334: TINFO: nhw: 6, overall task clock: 4230514753
perf_event_open02.c:335: TINFO: hw sum: 28081738252, task clock sum: 25380693504
perf_event_open02.c:347: TINFO: ratio: 5.999434
perf_event_open02.c:351: TPASS: test passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:futex_cmp_requeue01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_cmp_requeue01.c:195: TINFO: Testing variant: syscall with old kernel spec
futex_cmp_requeue01.c:105: TINFO: Test 0: waiters: 10, wakes: 3, requeues: 7
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 10
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 0, futex1: 7, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 1: waiters: 10, wakes: 0, requeues: 10
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 10
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 0, futex1: 10, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 2: waiters: 10, wakes: 2, requeues: 6
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 8
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 2, futex1: 6, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 3: waiters: 100, wakes: 50, requeues: 50
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 100
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 0, futex1: 50, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 4: waiters: 100, wakes: 0, requeues: 70
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 70
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 30, futex1: 70, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 5: waiters: 1000, wakes: 100, requeues: 900
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 1000
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 0, futex1: 900, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 6: waiters: 1000, wakes: 300, requeues: 500
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 800
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 200, futex1: 500, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_cmp_requeue01.c:195: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   7
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_cmp_requeue02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_cmp_requeue02.c:71: TINFO: Testing variant: syscall with old kernel spec
futex_cmp_requeue02.c:64: TPASS: futex_cmp_requeue() failed as expected: EINVAL (22)
futex_cmp_requeue02.c:64: TPASS: futex_cmp_requeue() failed as expected: EINVAL (22)
futex_cmp_requeue02.c:64: TPASS: futex_cmp_requeue() failed as expected: EAGAIN/EWOULDBLOCK (11)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_cmp_requeue02.c:71: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   3
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait01.c:69: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait02.c:66: TINFO: Testing variant: syscall with old kernel spec
futex_wait02.c:59: TPASS: futex_wait() woken up
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait02.c:66: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait03.c:63: TINFO: Testing variant: syscall with old kernel spec
futex_wait03.c:56: TPASS: futex_wait() woken up
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait03.c:63: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait04.c:50: TINFO: Testing variant: syscall with old kernel spec
futex_wait04.c:39: TPASS: futex_wait() returned -1: EAGAIN/EWOULDBLOCK (11)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait04.c:50: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1086us, max 1143us, median 1090us, trunc mean 1090.27us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2087us, max 2135us, median 2090us, trunc mean 2090.71us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5089us, max 5143us, median 5091us, trunc mean 5091.74us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10088us, max 10142us, median 10092us, trunc mean 10092.53us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25090us, max 25142us, median 25092us, trunc mean 25094.81us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100093us, max 100178us, median 100125us, trunc mean 100119.11us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1000095us, max 1000097us, median 1000095us, trunc mean 1000095.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:futex_wake01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake01.c:59: TINFO: Testing variant: syscall with old kernel spec
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake01.c:59: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wake02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake02.c:134: TINFO: Testing variant: syscall with old kernel spec
futex_wake02.c:91: TPASS: futex_wake() woken up 1 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 2 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 3 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 4 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 5 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 6 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 7 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 8 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 9 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 10 threads
futex_wake02.c:103: TPASS: futex_wake() woken up 0 threads
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake02.c:134: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   11
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wake03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake03.c:97: TINFO: Testing variant: syscall with old kernel spec
futex_wake03.c:61: TPASS: futex_wake() woken up 1 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 2 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 3 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 4 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 5 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 6 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 7 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 8 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 9 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 10 childs
futex_wake03.c:89: TPASS: futex_wake() woken up 0 children
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake03.c:97: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   11
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wake04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake04.c:52: TCONF: No enough hugepages for testing.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake04.c:52: TCONF: No enough hugepages for testing.

Summary:
passed   0
failed   0
broken   0
skipped  2
warnings 0
syscalls:futex_wait_bitset01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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 100123us, 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 100101us, expected 100010us
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait_bitset01.c:99: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   2
failed   0
broken   0
skipped  1
warnings 0
syscalls:memfd_create01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
memfd_create01.c:243: TINFO: Basic tests + set/get seals
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:26: TPASS: fd 3 has expected seals (0)
memfd_create01.c:27: TPASS: fcntl(3, F_ADD_SEALS, 10) succeeded
memfd_create01.c:28: TPASS: fd 3 has expected seals (10)
memfd_create01.c:31: TPASS: fcntl(3, F_ADD_SEALS, 10) succeeded
memfd_create01.c:32: TPASS: fd 3 has expected seals (10)
memfd_create01.c:35: TPASS: fcntl(3, F_ADD_SEALS, 5) succeeded
memfd_create01.c:37: TPASS: fd 3 has expected seals (15)
memfd_create01.c:40: TPASS: fcntl(3, F_ADD_SEALS, 4) failed as expected: EPERM (1)
memfd_create01.c:41: TPASS: fcntl(3, F_ADD_SEALS, 0) failed as expected: EPERM (1)
memfd_create01.c:243: TINFO: Disabled sealing
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 0) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:50: TPASS: fd 3 has expected seals (1)
memfd_create01.c:52: TPASS: fcntl(3, F_ADD_SEALS, 14) failed as expected: EPERM (1)
memfd_create01.c:53: TPASS: fd 3 has expected seals (1)
memfd_create01.c:243: TINFO: Write seal
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:62: TPASS: fd 3 has expected seals (0)
memfd_create01.c:63: TPASS: fcntl(3, F_ADD_SEALS, 8) succeeded
memfd_create01.c:64: TPASS: fd 3 has expected seals (8)
memfd_create01.c:66: TPASS: read(3, , 16) succeeded
memfd_create01.c:66: TPASS: mmap((nil), 8192, 1, 2, 3, 0) succeeded
memfd_create01.c:66: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:66: TPASS: mmap((nil), 8192, 3, 2, 3, 0) succeeded
memfd_create01.c:66: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:67: TPASS: write failed as expected: EPERM (1)
memfd_create01.c:67: TPASS: mmap((nil), 8192, 3, 1, 3, 0) failed as expected: EPERM (1)
memfd_create01.c:67: TPASS: mmap((nil), 8192, 2, 1, 3, 0) failed as expected: EPERM (1)
memfd_create01.c:67: TPASS: fallocate(3, 3, 0, 8192) failed as expected: EPERM (1)
memfd_create01.c:68: TPASS: ftruncate(3, 4096) succeeded
memfd_create01.c:68: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:68: TPASS: open(/proc/self/fd/3, 578, 384) succeeded
memfd_create01.c:68: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:69: TPASS: ftruncate(3, 16384) succeeded
memfd_create01.c:69: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:69: TPASS: fallocate(3, 0, 0, 32768) succeeded
memfd_create01.c:69: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:70: TPASS: pwrite(3, , 65536, 0) succeeded
memfd_create01.c:243: TINFO: Shrink seal
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:79: TPASS: fd 3 has expected seals (0)
memfd_create01.c:80: TPASS: fcntl(3, F_ADD_SEALS, 2) succeeded
memfd_create01.c:81: TPASS: fd 3 has expected seals (2)
memfd_create01.c:83: TPASS: read(3, , 16) succeeded
memfd_create01.c:83: TPASS: mmap((nil), 8192, 1, 2, 3, 0) succeeded
memfd_create01.c:83: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:83: TPASS: mmap((nil), 8192, 3, 2, 3, 0) succeeded
memfd_create01.c:83: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:84: TPASS: write(3, \0\0\0\0, 4) succeeded
memfd_create01.c:84: TPASS: mmap((nil), 8192, 3, 1, 3, 0) succeeded
memfd_create01.c:84: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:84: TPASS: mmap((nil), 8192, 2, 1, 3, 0) succeeded
memfd_create01.c:84: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:84: TPASS: mmap((nil), 8192, 1, 1, 3, 0) succeeded
memfd_create01.c:84: TPASS: mprotect(0x7f9f7b4000, 8192, 3) succeeded
memfd_create01.c:84: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:84: TPASS: fallocate(3, 3, 0, 8192) succeeded
memfd_create01.c:85: TPASS: ftruncate(3, 4096) failed as expected: EPERM (1)
memfd_create01.c:85: TPASS: open(/proc/self/fd/3, 578, 384) failed as expected: EPERM (1)
memfd_create01.c:86: TPASS: ftruncate(3, 16384) succeeded
memfd_create01.c:86: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:86: TPASS: fallocate(3, 0, 0, 32768) succeeded
memfd_create01.c:86: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:87: TPASS: pwrite(3, , 65536, 0) succeeded
memfd_create01.c:87: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:243: TINFO: Grow seal
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:96: TPASS: fd 3 has expected seals (0)
memfd_create01.c:97: TPASS: fcntl(3, F_ADD_SEALS, 4) succeeded
memfd_create01.c:98: TPASS: fd 3 has expected seals (4)
memfd_create01.c:100: TPASS: read(3, , 16) succeeded
memfd_create01.c:100: TPASS: mmap((nil), 8192, 1, 2, 3, 0) succeeded
memfd_create01.c:100: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:100: TPASS: mmap((nil), 8192, 3, 2, 3, 0) succeeded
memfd_create01.c:100: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:101: TPASS: write(3, \0\0\0\0, 4) succeeded
memfd_create01.c:101: TPASS: mmap((nil), 8192, 3, 1, 3, 0) succeeded
memfd_create01.c:101: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:101: TPASS: mmap((nil), 8192, 2, 1, 3, 0) succeeded
memfd_create01.c:101: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:101: TPASS: mmap((nil), 8192, 1, 1, 3, 0) succeeded
memfd_create01.c:101: TPASS: mprotect(0x7f9f7b4000, 8192, 3) succeeded
memfd_create01.c:101: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:101: TPASS: fallocate(3, 3, 0, 8192) succeeded
memfd_create01.c:102: TPASS: ftruncate(3, 4096) succeeded
memfd_create01.c:102: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:102: TPASS: open(/proc/self/fd/3, 578, 384) succeeded
memfd_create01.c:102: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:103: TPASS: ftruncate(3, 16384) failed as expected: EPERM (1)
memfd_create01.c:103: TPASS: fallocate(3, 0, 0, 32768) failed as expected: EPERM (1)
memfd_create01.c:104: TPASS: pwrite(3, , 65536, 0) succeeded
memfd_create01.c:243: TINFO: Resize seal
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:113: TPASS: fd 3 has expected seals (0)
memfd_create01.c:114: TPASS: fcntl(3, F_ADD_SEALS, 6) succeeded
memfd_create01.c:115: TPASS: fd 3 has expected seals (6)
memfd_create01.c:117: TPASS: read(3, , 16) succeeded
memfd_create01.c:117: TPASS: mmap((nil), 8192, 1, 2, 3, 0) succeeded
memfd_create01.c:117: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:117: TPASS: mmap((nil), 8192, 3, 2, 3, 0) succeeded
memfd_create01.c:117: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:118: TPASS: write(3, \0\0\0\0, 4) succeeded
memfd_create01.c:118: TPASS: mmap((nil), 8192, 3, 1, 3, 0) succeeded
memfd_create01.c:118: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:118: TPASS: mmap((nil), 8192, 2, 1, 3, 0) succeeded
memfd_create01.c:118: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:118: TPASS: mmap((nil), 8192, 1, 1, 3, 0) succeeded
memfd_create01.c:118: TPASS: mprotect(0x7f9f7b4000, 8192, 3) succeeded
memfd_create01.c:118: TPASS: munmap(0x7f9f7b4000, 8192) succeeded
memfd_create01.c:118: TPASS: fallocate(3, 3, 0, 8192) succeeded
memfd_create01.c:119: TPASS: ftruncate(3, 4096) failed as expected: EPERM (1)
memfd_create01.c:119: TPASS: open(/proc/self/fd/3, 578, 384) failed as expected: EPERM (1)
memfd_create01.c:120: TPASS: ftruncate(3, 16384) failed as expected: EPERM (1)
memfd_create01.c:120: TPASS: fallocate(3, 0, 0, 32768) failed as expected: EPERM (1)
memfd_create01.c:121: TPASS: pwrite(3, , 65536, 0) succeeded
memfd_create01.c:243: TINFO: Seals shared for dup
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:132: TPASS: fd 3 has expected seals (0)
memfd_create01.c:135: TPASS: fd 4 has expected seals (0)
memfd_create01.c:137: TPASS: fcntl(3, F_ADD_SEALS, 8) succeeded
memfd_create01.c:138: TPASS: fd 3 has expected seals (8)
memfd_create01.c:139: TPASS: fd 4 has expected seals (8)
memfd_create01.c:141: TPASS: fcntl(4, F_ADD_SEALS, 2) succeeded
memfd_create01.c:142: TPASS: fd 3 has expected seals (10)
memfd_create01.c:143: TPASS: fd 4 has expected seals (10)
memfd_create01.c:145: TPASS: fcntl(3, F_ADD_SEALS, 1) succeeded
memfd_create01.c:146: TPASS: fd 3 has expected seals (11)
memfd_create01.c:147: TPASS: fd 4 has expected seals (11)
memfd_create01.c:149: TPASS: fcntl(3, F_ADD_SEALS, 4) failed as expected: EPERM (1)
memfd_create01.c:150: TPASS: fcntl(4, F_ADD_SEALS, 4) failed as expected: EPERM (1)
memfd_create01.c:151: TPASS: fcntl(3, F_ADD_SEALS, 1) failed as expected: EPERM (1)
memfd_create01.c:152: TPASS: fcntl(4, F_ADD_SEALS, 1) failed as expected: EPERM (1)
memfd_create01.c:156: TPASS: fcntl(3, F_ADD_SEALS, 4) failed as expected: EPERM (1)
memfd_create01.c:243: TINFO: Seals shared for mmap
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:167: TPASS: fd 3 has expected seals (0)
memfd_create01.c:173: TPASS: fcntl(3, F_ADD_SEALS, 8) failed as expected: EBUSY (16)
memfd_create01.c:174: TPASS: fd 3 has expected seals (0)
memfd_create01.c:175: TPASS: fcntl(3, F_ADD_SEALS, 2) succeeded
memfd_create01.c:176: TPASS: fd 3 has expected seals (2)
memfd_create01.c:181: TPASS: fcntl(3, F_ADD_SEALS, 8) succeeded
memfd_create01.c:182: TPASS: fd 3 has expected seals (10)
memfd_create01.c:243: TINFO: Seals shared for open
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:196: TPASS: fd 3 has expected seals (0)
memfd_create01.c:198: TPASS: open(/proc/self/fd/3, 2, 0) succeeded
memfd_create01.c:199: TPASS: fcntl(3, F_ADD_SEALS, 8) succeeded
memfd_create01.c:200: TPASS: fd 3 has expected seals (8)
memfd_create01.c:201: TPASS: fd 4 has expected seals (8)
memfd_create01.c:203: TPASS: fcntl(4, F_ADD_SEALS, 2) succeeded
memfd_create01.c:204: TPASS: fd 3 has expected seals (10)
memfd_create01.c:205: TPASS: fd 4 has expected seals (10)
memfd_create01.c:208: TPASS: open(/proc/self/fd/4, 0, 0) succeeded
memfd_create01.c:210: TPASS: fcntl(3, F_ADD_SEALS, 1) failed as expected: EPERM (1)
memfd_create01.c:211: TPASS: fd 3 has expected seals (10)
memfd_create01.c:212: TPASS: fd 4 has expected seals (10)

Summary:
passed   157
failed   0
broken   0
skipped  0
warnings 0
syscalls:memfd_create02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
memfd_create02.c:84: TPASS: test 'invalid name fail 1'
memfd_create02.c:84: TPASS: test 'invalid name fail 2'
memfd_create02.c:84: TPASS: test 'invalid name fail 3'
memfd_create02.c:84: TPASS: test 'invalid flags fail 1'
memfd_create02.c:84: TPASS: test 'invalid flags fail 2'
memfd_create02.c:84: TPASS: test 'invalid flags fail 3'
memfd_create02.c:84: TPASS: test 'invalid flags fail 4'
memfd_create02.c:84: TPASS: test 'invalid flags fail 5'
memfd_create02.c:84: TPASS: test 'invalid flags fail 6'
memfd_create02.c:84: TPASS: test 'valid flags 1 pass'
memfd_create02.c:84: TPASS: test 'valid flags 2 pass'
memfd_create02.c:84: TPASS: test 'valid flags 3 pass'
memfd_create02.c:84: TPASS: test 'valid flags 4 pass'
memfd_create02.c:84: TPASS: test 'valid flags 5 pass'

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:memfd_create03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
memfd_create03.c:201: TCONF: Huge page is not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:memfd_create04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
memfd_create04.c:87: TCONF: Huge page is not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:copy_file_range01 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   0
failed   0
broken   1
skipped  4
warnings 0
syscalls:copy_file_range02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
tst_device.c:89: TINFO: Found free device 4 '/dev/loop4'
Setting up swapspace version 1, size = 36 KiB (36864 bytes)
no label, UUID=57bdcb9c-a024-4555-a8a9-cdc98fe1d78c
copy_file_range02.c:112: TINFO: Test #0: readonly file
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EBADF (9)
copy_file_range02.c:112: TINFO: Test #1: directory
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EISDIR (21)
copy_file_range02.c:112: TINFO: Test #2: append to file
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EBADF (9)
copy_file_range02.c:112: TINFO: Test #3: closed file descriptor
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EBADF (9)
copy_file_range02.c:112: TINFO: Test #4: invalid flags
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #5: immutable file
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EPERM (1)
copy_file_range02.c:112: TINFO: Test #6: swap file
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: ETXTBSY (26)
copy_file_range02.c:112: TINFO: Test #7: overlaping range
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #8: block device
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #9: char device
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #10: fifo
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #11: pipe
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #12: max length
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EOVERFLOW (75)
copy_file_range02.c:112: TINFO: Test #13: max file size
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EFBIG (27)

Summary:
passed   14
failed   0
broken   0
skipped  1
warnings 0
syscalls:copy_file_range03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range03.c:48: TPASS: copy_file_range sucessfully updated the timestamp

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:statx01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx01.c:63: TPASS: statx(AT_FDCWD, test_file, 0, 0, &buff)
statx01.c:69: TPASS: stx_uid(0) is correct
statx01.c:75: TPASS: stx_gid(0) is correct
statx01.c:82: TPASS: stx_size(256) is correct
statx01.c:89: TPASS: stx_mode(33188) is correct
statx01.c:97: TPASS: stx_blocks(8) is valid
statx01.c:111: TPASS: statx(AT_FDCWD, mntpoint/blk_dev, 0, 0, &buff)
statx01.c:118: TPASS: stx_rdev_major(8) is correct
statx01.c:126: TPASS: stx_rdev_minor(1) is correct

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx02.c:46: TPASS: statx(file_fd, "", AT_EMPTY_PATH, 0, &buf)
statx02.c:53: TPASS: stx_size(14) is correct
statx02.c:70: TPASS: statx(AT_FDCWD, test_temp, 0, 0, &fbuf)
statx02.c:80: TPASS: statx(AT_FDCWD, test_temp_ln, AT_SYMLINK_NOFOLLOW, 0,&lbuf)
statx02.c:87: TPASS: Statx symlink flag worked as expected

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx03.c:91: TPASS: statx() failed with: EBADF (9)
statx03.c:91: TPASS: statx() failed with: EFAULT (14)
statx03.c:91: TPASS: statx() failed with: EINVAL (22)
statx03.c:91: TPASS: statx() failed with: EINVAL (22)
statx03.c:91: TPASS: statx() failed with: ENOENT (2)
statx03.c:91: TPASS: statx() failed with: ENOTDIR (20)
statx03.c:91: TPASS: statx() failed with: ENAMETOOLONG (36)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx04 failed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:45: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir1, 0, 0, &buf)
statx04.c:51: TPASS: STATX_ATTR_COMPRESSED flag is set
statx04.c:56: TPASS: STATX_ATTR_APPEND flag is set
statx04.c:61: TPASS: STATX_ATTR_IMMUTABLE flag is set
statx04.c:66: TPASS: STATX_ATTR_NODUMP flag is set
statx04.c:79: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir2, 0, 0, &buf)
statx04.c:86: TPASS: STATX_ATTR_COMPRESSED flag is not set
statx04.c:91: TPASS: STATX_ATTR_APPEND flag is not set
statx04.c:96: TPASS: STATX_ATTR_IMMUTABLE flag is not set
statx04.c:101: TPASS: STATX_ATTR_NODUMP flag is not set
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:45: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir1, 0, 0, &buf)
statx04.c:51: TPASS: STATX_ATTR_COMPRESSED flag is set
statx04.c:56: TPASS: STATX_ATTR_APPEND flag is set
statx04.c:61: TPASS: STATX_ATTR_IMMUTABLE flag is set
statx04.c:66: TPASS: STATX_ATTR_NODUMP flag is set
statx04.c:79: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir2, 0, 0, &buf)
statx04.c:86: TPASS: STATX_ATTR_COMPRESSED flag is not set
statx04.c:91: TPASS: STATX_ATTR_APPEND flag is not set
statx04.c:96: TPASS: STATX_ATTR_IMMUTABLE flag is not set
statx04.c:101: TPASS: STATX_ATTR_NODUMP flag is not set
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:45: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir1, 0, 0, &buf)
statx04.c:51: TPASS: STATX_ATTR_COMPRESSED flag is set
statx04.c:56: TPASS: STATX_ATTR_APPEND flag is set
statx04.c:61: TPASS: STATX_ATTR_IMMUTABLE flag is set
statx04.c:66: TPASS: STATX_ATTR_NODUMP flag is set
statx04.c:79: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir2, 0, 0, &buf)
statx04.c:86: TPASS: STATX_ATTR_COMPRESSED flag is not set
statx04.c:91: TPASS: STATX_ATTR_APPEND flag is not set
statx04.c:96: TPASS: STATX_ATTR_IMMUTABLE flag is not set
statx04.c:101: TPASS: STATX_ATTR_NODUMP flag is not set
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:143: TCONF: Flags not supported
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
mkfs.vfat: Partitions or virtual mappings on device '/dev/loop3', not making filesystem (use -I to override)
tst_test.c:889: TBROK: mkfs.vfat failed with exit code 1

Summary:
passed   30
failed   0
broken   1
skipped  1
warnings 0
syscalls:statx05 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx05.c:106: TINFO: Formatting /dev/loop3 with ext4 opts='-O encrypt -b 4096' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
Enter passphrase (echo disabled): 
Added key with descriptor [07137336b49ae0f0]
Key with descriptor [07137336b49ae0f0] applied to mnt_point/test_dir1.
statx05.c:46: TPASS: sys_statx(AT_FDCWD, mnt_point/test_dir1, 0, 0, &buf)
statx05.c:52: TPASS: STATX_ATTR_ENCRYPTED flag is set
statx05.c:65: TPASS: sys_statx(AT_FDCWD, mnt_point/test_dir2, 0, 0, &buf)
statx05.c:72: TPASS: STATX_ATTR_ENCRYPTED flag is not set

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx06 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='-I 256' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx06.c:156: TPASS: Birth time Passed
statx06.c:156: TPASS: Modified time Passed
statx06.c:156: TPASS: Access time Passed
statx06.c:156: TPASS: Change time Passed

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sh: 1: exportfs: not found
statx07.c:142: TCONF: exportfs -i -o no_root_squash,rw,sync,no_subtree_check,fsid=1171 *:/home/pi/ltp/tmp/ltp-UwSzrQsslE/p5113b/server not found
sh: 1: exportfs: not found

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:membarrier01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
membarrier01.c:314: TPASS: membarrier(2): cmd_fail failed as expected
membarrier01.c:314: TPASS: membarrier(2): cmd_flags_fail failed as expected
membarrier01.c:310: TPASS: membarrier(2): cmd_global_success passed
membarrier01.c:314: TPASS: membarrier(2): cmd_private_expedited_fail failed as expected
membarrier01.c:341: TPASS: membarrier(2): cmd_private_expedited_register_success passed
membarrier01.c:341: TPASS: membarrier(2): cmd_private_expedited_success passed
membarrier01.c:314: TPASS: membarrier(2): cmd_private_expedited_sync_core_fail failed as expected
membarrier01.c:341: TPASS: membarrier(2): cmd_private_expedited_sync_core_register_success passed
membarrier01.c:341: TPASS: membarrier(2): cmd_private_expedited_sync_core_success passed
membarrier01.c:310: TPASS: membarrier(2): cmd_global_expedited_success passed
membarrier01.c:341: TPASS: membarrier(2): cmd_global_expedited_register_success passed
membarrier01.c:341: TPASS: membarrier(2): cmd_global_expedited_success passed

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_uring01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_uring01.c:80: TPASS: io_uring_setup() passed
io_uring01.c:190: TPASS: io_uring_register() passed
io_uring01.c:219: TPASS: io_uring_enter() waited for 1 event
io_uring01.c:159: TPASS: CQE result 1024
io_uring01.c:139: TPASS: Buffer filled in correctly
io_uring01.c:170: TPASS: Got 1 completion events

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_uring02 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_uring02.c:187: TINFO: IOSQE_ASYNC is not supported, using fallback
io_uring02.c:151: TFAIL: Write outside chroot succeeded.

HINT: You _MAY_ be missing kernel fixes, see:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9392a27d88b9
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ff002b30181d
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d87683620489

HINT: You _MAY_ be missing stable kernel fixes, see:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c4a23c852e80
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cac68d12c531

HINT: You _MAY_ be vulnerable to CVE(s), see:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29373

Summary:
passed   0
failed   1
broken   0
skipped  0
warnings 0
incrementing stop
ERROR: results did not satisfy the threshold

[-- Attachment #3: results.xlsx --]
[-- Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, Size: 74576 bytes --]

[-- Attachment #4: FUNCTIONAL LTP SUMMARIZE ERROR REPORT.pdf --]
[-- Type: application/pdf, Size: 92340 bytes --]

[-- Attachment #5: run.json --]
[-- Type: application/json, Size: 166982 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-06-09 12:58     ` Pavan Arun Deshpande
@ 2021-06-11 22:56       ` Tim.Bird
  2021-06-17 11:51         ` Balaji Kalidas
  0 siblings, 1 reply; 11+ messages in thread
From: Tim.Bird @ 2021-06-11 22:56 UTC (permalink / raw)
  To: pavan.ad, tbird20d; +Cc: balaji.k, fuego

OK - here is some feedback on these results.

Before I get to discussing the issues below, I have a few comments.

First, I found a couple of bugs that needed to be fixed in the LTP test
(or in Fuego itself).  I have pushed some of these to fuego-core, and
others are still outstanding to resolve.

Here are some of issues that would be good to address:
 - autoskip processing takes a long time.  There are some routines (such as is_on_target)
    which take much longer than they should (doing multiple round trips to the target
    that could be eliminated).  So this could be improved.
 - if the kernel config can't be found, then the test errors out (this should be fixed in Fuego)
 - the LTP test console is mostly silent during the test.  This makes it really hard to figure
    out which test is causing problems in the case of a kernel panic or machine hang.
    I started work on this, but found some bugs and had to roll back my changes.
 - I had to fix some things related to the update to 20210524 version of LTP, but I'm not
   confident I caught everything that needs to be fixed.
    - One things is that LTP has a new test runner that should work much better with Fuego,
      but I will have to re-write sections of fuego_test.sh and ltp_target_run.sh.  If it affects
      the test output, I will also have to rewrite the parser.py and ltp_process.py scripts, which
      would be a major effort.  I'm still thinking whether this is worth it or not.

OK, now for some response and feedback.

> -----Original Message-----
> From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com>
> 
> Hi Tim,
> 
> We analysed the previous test error report and sorted out some TCONF errors but still some errors are coming.
> We ran the latest ltp(20210524) test  on a raspberry pi board and we have prepared the test error reports for both tests based on the output
> we got .
> 
> 
> we have some observations:
> 
> *	 tests which failed as TCONF test error , shows status as "pass" in run.json log file.
> 
>                for an example :  fork14 which gives the  error as -  mmap() fails too many times,so we are almost impossibleto get an
> vm_area_structsized 16TB.
>                     but in run.json shows status as pass . like  below
> 
>                {
>                     "name": "fork14",
>                     "status": "PASS"
>                 }
>           query is on what bases tests are considered as pass or fail in the ltp?

According to the code in Functional.LTP/parser.py (line 128) TCONF is interpreted
as a "PASS".  However, I think it would be better if it were interpreted as a SKIP.

The way Fuego processes LTP results, it doesn't count any tests that were
auto-skipped.  These are processed independently of the set of specified
runtest files, which is a bit confusing, IMHO, for users.  It might be worth
re-thinking how skips are reported, and the mappings from LTP result codes
to Fuego result codes.  (LTP has more than Fuego does, so the mapping
will lose some information somewhere.)

In the case of fork14, I'm not sure what the test is saying about the machine
configuration.  It looks like a runtime autodetection that the test cannot run
based on dynamic evaluation of fork mmap failures.  This seems kind of 
sketchy to me, but I'm OK with LTP interpreting that as TCONF.

> 
> *	Most of the TCONF failed tests are due to absence of required configurations in the kernel config file.Tests which failed as TCONF
> on raspberry pi runs successfully on x86 machine because required configurations are enabled in the config file.
> 
>            for example: fanotify test was failed due to CONFIG_FANOTIFY_ACCESS_PERMISSIONS not configured in the kernel but same test
> passed on the x86 machine
>            because   CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y  enabled in the x86 config file.
> 
>             So can we add all those required configs to the raspberry pi config file?

That's something that would be a lab-specific policy.  If you want less TCONFs, then you can do that.
In general, I don't worry about TCONFs.  It depends on one's testing strategy and situation.

In general, the autoskip code catches a bunch of these, and makes it so that tests that not relevant
to your processor, distro, or configuration are automatically avoided.  This cuts down no noise during
testing.  However, it does possibly create confusion because the set of tests that is run changes
based on kernel config or other factors (like whether you have a specific program installed (like 'at'))

With product testing (ie, the kind I do for Sony), I do NOT like to alter the configuration of the kernel.
And in some cases, I can't change the kernel config.  I want to run the tests on the same kernel (config)
that the end user will use on that product hardware.

However, for testing for upstream developers, they may want to enable as much of the kernel
config as possible, so they can see all possible diagnostics, and avoid missing tests due to configuration.

> 
> I have attached a test error report and also attached result output  documents(results.xlsx,run.json,consolelog.txt) generated during test
> execution.
> Let me know your thoughts on this.

Did you generate the PDF error report manually?  It's a nice summary report.

It would be nice if 'ftc put-run' worked well with LTP.  If that were working well, you could just do
a put-run for any run that you wanted to share, and just provide a link (or a reference build number),
and I could get the data from fuegotest.org.

However, right now 'ftc put-run' misses several key pieces of data from LTP that would be useful for analysis.
It would be very nice to include the kernel config file (by putting in the log directory for a run).
That might be a nice thing to add to the machine snapshot function for this test.  I'll think about that.
Also I think it would be good to include the 'results' directory in the run package.  It's easier to manually
examine issues from the command line with the broken out result files (ie the result file per test program,
found under results/syscalls/outputs).

I would like to fix the 'ftc package-run' code to capture these other files into the run package for an
LTP test.  That's something to go on the to-do list.

I found that I got different results for some of the tests that I ran.

I summarized the differences in a table on this page:
http://fuegotest.org/wiki/LTP-results-analysis

It would be nice to figure out why I got different results in some cases.
So far, I only analyzed failures, not TCONF, TBROK, or TWARN differences.

Two things that stand out immediately are:
 1) why did you have problems with chown and setre* test, when I did not
 2) why did some of your tests not have libaio.so.1 issues, when others did (and more of my tests did)?

If we could fix these two categories of errors, I think we would be very close to having
the same results.  We could then dig into whether these were real bugs in the kernel or
were maybe problems with the LTP test, or possibly even problems with the RPI hardware. 
In any case, we would want to report results to the appropriate upstream project.

I think some good goals for this LTP would be:
 - be able to replicate each other's results, or find explanations for any differences
 - fix some of the obvious issues with Fuego's handling of LTP execution and results

Let me know what you think.

In the mean time, can you perform another test, and see if there are any differences in
results between the original run on June 9th, and the subsequent run.  Sometimes
tests are flakey, and give different results depending on unobvious factors.

Thanks.  This is very helpful.
 -- Tim


> On Thu, Jun 3, 2021 at 5:31 PM Balaji Kalidas <balaji.k@pathpartnertech.com <mailto:balaji.k@pathpartnertech.com> > wrote:
> 
> 
> 	Hi Tim,
> 
> 	      We ran the latest ltp version(20210524) Functional LTP and POSIX tests on a raspberry pi board and we have prepared the test
> error reports for both tests based on the output we got .
> 
> 
> 	I have attached both(LTP and POSIX) test error reports and also attached result output  documents generated during test execution.
> 
> 	Let me know your thoughts on the same.
> 
> 
> 	Thanks and regards
> 	BALAJI.K
> 
> 
> 	On Thu, Jun 3, 2021 at 5:22 AM <Tim.Bird@sony.com <mailto:Tim.Bird@sony.com> > wrote:
> 
> 
> 		OK - I did some more analysis and testing today.  I found a few different
> 		bugs in the Functional.LTP test.  It works OK on some other boards in
> 		my lab, but on my raspberry pi it had problems.  Specifically msgstress04
> 		is taking quite a long time (but it does eventually complete).
> 		But the overall test hangs before completing.
> 
> 		I updated Functional.LTP to the latest version (20210524).  This has
> 		been updated in the fuego-core master git repository. You should
> 		be able to do a git pull of the new test. Can you please
> 		try this test again, and let me know what results you get?
> 
> 		Thanks,
> 		 -- Tim
> 
> 
> 		> -----Original Message-----
> 		> From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com <mailto:pavan.ad@pathpartnertech.com> >
> 		>
> 		> Hi Tim,
> 		>
> 		> fuego has LTP test version - 20180118.
> 		> but the latest LTP repo has version - 20210524.
> 		>
> 		>
> 		>
> 		> We ran the LTP and POSIX tests on a raspberry pi board and we have prepared the test error reports for both tests based
> on the output we
> 		> got . Both the tests have the common errors(test failures).
> 		>
> 		>
> 		> I have attached both(LTP and POSIX) test error reports and also attached result output  documents generated during test
> execution.
> 		>
> 		> Let me know your thoughts on the same.
> 		>
> 		>
> 		> Thanks and regards
> 		> Pavan Arun Deshpande
> 		>
> 		>
> 		>
> 		> This message contains confidential information and is intended only for the individual(s) named. If you are not the
> intended recipient, you
> 		> are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached
> file/s is strictly
> 		> prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be
> guaranteed to be
> 		> secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses. The
> 		> sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a
> result of e-mail
> 		> transmission.
> 
> 
> 
> 
> This message contains confidential information and is intended only for the individual(s) named. If you are not the intended recipient, you
> are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached file/s is strictly
> prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be
> secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The
> sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail
> transmission.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-06-11 22:56       ` Tim.Bird
@ 2021-06-17 11:51         ` Balaji Kalidas
  2021-06-30 12:39           ` Balaji Kalidas
  0 siblings, 1 reply; 11+ messages in thread
From: Balaji Kalidas @ 2021-06-17 11:51 UTC (permalink / raw)
  To: Tim.Bird; +Cc: Pavan Arun Deshpande, tbird20d, fuego

[-- Attachment #1: Type: text/plain, Size: 13556 bytes --]

Hi Tim,

queries about LTP report:

Why did some of your tests not have libaio.so.1 issues, when others did
(and more of my tests did)?
     --While running these tests for the first time I got these libaio
errors.

     --We resolved these errors by additionally downloading sources for
libaio and cross-compiling them.

In the meantime we will run the LTP and get back to you soon.

regards,
balaji.k

On Sat, Jun 12, 2021 at 4:26 AM <Tim.Bird@sony.com> wrote:

> OK - here is some feedback on these results.
>
> Before I get to discussing the issues below, I have a few comments.
>
> First, I found a couple of bugs that needed to be fixed in the LTP test
> (or in Fuego itself).  I have pushed some of these to fuego-core, and
> others are still outstanding to resolve.
>
> Here are some of issues that would be good to address:
>  - autoskip processing takes a long time.  There are some routines (such
> as is_on_target)
>     which take much longer than they should (doing multiple round trips to
> the target
>     that could be eliminated).  So this could be improved.
>  - if the kernel config can't be found, then the test errors out (this
> should be fixed in Fuego)
>  - the LTP test console is mostly silent during the test.  This makes it
> really hard to figure
>     out which test is causing problems in the case of a kernel panic or
> machine hang.
>     I started work on this, but found some bugs and had to roll back my
> changes.
>  - I had to fix some things related to the update to 20210524 version of
> LTP, but I'm not
>    confident I caught everything that needs to be fixed.
>     - One things is that LTP has a new test runner that should work much
> better with Fuego,
>       but I will have to re-write sections of fuego_test.sh and
> ltp_target_run.sh.  If it affects
>       the test output, I will also have to rewrite the parser.py and
> ltp_process.py scripts, which
>       would be a major effort.  I'm still thinking whether this is worth
> it or not.
>
> OK, now for some response and feedback.
>
> > -----Original Message-----
> > From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com>
> >
> > Hi Tim,
> >
> > We analysed the previous test error report and sorted out some TCONF
> errors but still some errors are coming.
> > We ran the latest ltp(20210524) test  on a raspberry pi board and we
> have prepared the test error reports for both tests based on the output
> > we got .
> >
> >
> > we have some observations:
> >
> > *      tests which failed as TCONF test error , shows status as "pass"
> in run.json log file.
> >
> >                for an example :  fork14 which gives the  error as -
> mmap() fails too many times,so we are almost impossibleto get an
> > vm_area_structsized 16TB.
> >                     but in run.json shows status as pass . like  below
> >
> >                {
> >                     "name": "fork14",
> >                     "status": "PASS"
> >                 }
> >           query is on what bases tests are considered as pass or fail in
> the ltp?
>
> According to the code in Functional.LTP/parser.py (line 128) TCONF is
> interpreted
> as a "PASS".  However, I think it would be better if it were interpreted
> as a SKIP.
>
> The way Fuego processes LTP results, it doesn't count any tests that were
> auto-skipped.  These are processed independently of the set of specified
> runtest files, which is a bit confusing, IMHO, for users.  It might be
> worth
> re-thinking how skips are reported, and the mappings from LTP result codes
> to Fuego result codes.  (LTP has more than Fuego does, so the mapping
> will lose some information somewhere.)
>
> In the case of fork14, I'm not sure what the test is saying about the
> machine
> configuration.  It looks like a runtime autodetection that the test cannot
> run
> based on dynamic evaluation of fork mmap failures.  This seems kind of
> sketchy to me, but I'm OK with LTP interpreting that as TCONF.
>
> >
> > *     Most of the TCONF failed tests are due to absence of required
> configurations in the kernel config file.Tests which failed as TCONF
> > on raspberry pi runs successfully on x86 machine because required
> configurations are enabled in the config file.
> >
> >            for example: fanotify test was failed due to
> CONFIG_FANOTIFY_ACCESS_PERMISSIONS not configured in the kernel but same
> test
> > passed on the x86 machine
> >            because   CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y  enabled in
> the x86 config file.
> >
> >             So can we add all those required configs to the raspberry pi
> config file?
>
> That's something that would be a lab-specific policy.  If you want less
> TCONFs, then you can do that.
> In general, I don't worry about TCONFs.  It depends on one's testing
> strategy and situation.
>
> In general, the autoskip code catches a bunch of these, and makes it so
> that tests that not relevant
> to your processor, distro, or configuration are automatically avoided.
> This cuts down no noise during
> testing.  However, it does possibly create confusion because the set of
> tests that is run changes
> based on kernel config or other factors (like whether you have a specific
> program installed (like 'at'))
>
> With product testing (ie, the kind I do for Sony), I do NOT like to alter
> the configuration of the kernel.
> And in some cases, I can't change the kernel config.  I want to run the
> tests on the same kernel (config)
> that the end user will use on that product hardware.
>
> However, for testing for upstream developers, they may want to enable as
> much of the kernel
> config as possible, so they can see all possible diagnostics, and avoid
> missing tests due to configuration.
>
> >
> > I have attached a test error report and also attached result output
> documents(results.xlsx,run.json,consolelog.txt) generated during test
> > execution.
> > Let me know your thoughts on this.
>
> Did you generate the PDF error report manually?  It's a nice summary
> report.
>
> It would be nice if 'ftc put-run' worked well with LTP.  If that were
> working well, you could just do
> a put-run for any run that you wanted to share, and just provide a link
> (or a reference build number),
> and I could get the data from fuegotest.org.
>
> However, right now 'ftc put-run' misses several key pieces of data from
> LTP that would be useful for analysis.
> It would be very nice to include the kernel config file (by putting in the
> log directory for a run).
> That might be a nice thing to add to the machine snapshot function for
> this test.  I'll think about that.
> Also I think it would be good to include the 'results' directory in the
> run package.  It's easier to manually
> examine issues from the command line with the broken out result files (ie
> the result file per test program,
> found under results/syscalls/outputs).
>
> I would like to fix the 'ftc package-run' code to capture these other
> files into the run package for an
> LTP test.  That's something to go on the to-do list.
>
> I found that I got different results for some of the tests that I ran.
>
> I summarized the differences in a table on this page:
> http://fuegotest.org/wiki/LTP-results-analysis
>
> It would be nice to figure out why I got different results in some cases.
> So far, I only analyzed failures, not TCONF, TBROK, or TWARN differences.
>
> Two things that stand out immediately are:
>  1) why did you have problems with chown and setre* test, when I did not
>  2) why did some of your tests not have libaio.so.1 issues, when others
> did (and more of my tests did)?
>
> If we could fix these two categories of errors, I think we would be very
> close to having
> the same results.  We could then dig into whether these were real bugs in
> the kernel or
> were maybe problems with the LTP test, or possibly even problems with the
> RPI hardware.
> In any case, we would want to report results to the appropriate upstream
> project.
>
> I think some good goals for this LTP would be:
>  - be able to replicate each other's results, or find explanations for any
> differences
>  - fix some of the obvious issues with Fuego's handling of LTP execution
> and results
>
> Let me know what you think.
>
> In the mean time, can you perform another test, and see if there are any
> differences in
> results between the original run on June 9th, and the subsequent run.
> Sometimes
> tests are flakey, and give different results depending on unobvious
> factors.
>
> Thanks.  This is very helpful.
>  -- Tim
>
>
> > On Thu, Jun 3, 2021 at 5:31 PM Balaji Kalidas <
> balaji.k@pathpartnertech.com <mailto:balaji.k@pathpartnertech.com> >
> wrote:
> >
> >
> >       Hi Tim,
> >
> >             We ran the latest ltp version(20210524) Functional LTP and
> POSIX tests on a raspberry pi board and we have prepared the test
> > error reports for both tests based on the output we got .
> >
> >
> >       I have attached both(LTP and POSIX) test error reports and also
> attached result output  documents generated during test execution.
> >
> >       Let me know your thoughts on the same.
> >
> >
> >       Thanks and regards
> >       BALAJI.K
> >
> >
> >       On Thu, Jun 3, 2021 at 5:22 AM <Tim.Bird@sony.com <mailto:
> Tim.Bird@sony.com> > wrote:
> >
> >
> >               OK - I did some more analysis and testing today.  I found
> a few different
> >               bugs in the Functional.LTP test.  It works OK on some
> other boards in
> >               my lab, but on my raspberry pi it had problems.
> Specifically msgstress04
> >               is taking quite a long time (but it does eventually
> complete).
> >               But the overall test hangs before completing.
> >
> >               I updated Functional.LTP to the latest version
> (20210524).  This has
> >               been updated in the fuego-core master git repository. You
> should
> >               be able to do a git pull of the new test. Can you please
> >               try this test again, and let me know what results you get?
> >
> >               Thanks,
> >                -- Tim
> >
> >
> >               > -----Original Message-----
> >               > From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com
> <mailto:pavan.ad@pathpartnertech.com> >
> >               >
> >               > Hi Tim,
> >               >
> >               > fuego has LTP test version - 20180118.
> >               > but the latest LTP repo has version - 20210524.
> >               >
> >               >
> >               >
> >               > We ran the LTP and POSIX tests on a raspberry pi board
> and we have prepared the test error reports for both tests based
> > on the output we
> >               > got . Both the tests have the common errors(test
> failures).
> >               >
> >               >
> >               > I have attached both(LTP and POSIX) test error reports
> and also attached result output  documents generated during test
> > execution.
> >               >
> >               > Let me know your thoughts on the same.
> >               >
> >               >
> >               > Thanks and regards
> >               > Pavan Arun Deshpande
> >               >
> >               >
> >               >
> >               > This message contains confidential information and is
> intended only for the individual(s) named. If you are not the
> > intended recipient, you
> >               > are notified that disclosing, copying, distributing or
> taking any action in reliance on the contents of this mail and attached
> > file/s is strictly
> >               > prohibited. Please notify the sender immediately and
> delete this e-mail from your system. E-mail transmission cannot be
> > guaranteed to be
> >               > secured or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> > contain viruses. The
> >               > sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> > result of e-mail
> >               > transmission.
> >
> >
> >
> >
> > This message contains confidential information and is intended only for
> the individual(s) named. If you are not the intended recipient, you
> > are notified that disclosing, copying, distributing or taking any action
> in reliance on the contents of this mail and attached file/s is strictly
> > prohibited. Please notify the sender immediately and delete this e-mail
> from your system. E-mail transmission cannot be guaranteed to be
> > secured or error-free as information could be intercepted, corrupted,
> lost, destroyed, arrive late or incomplete, or contain viruses. The
> > sender therefore does not accept liability for any errors or omissions
> in the contents of this message, which arise as a result of e-mail
> > transmission.
>
>

-- 






This
message contains confidential information and is intended only 
for the
individual(s) named. If you are not the intended
recipient, you are 
notified that disclosing, copying, distributing or taking any
action in 
reliance on the contents of this mail and attached file/s is strictly
prohibited. Please notify the
sender immediately and delete this e-mail 
from your system. E-mail transmission
cannot be guaranteed to be secured or 
error-free as information could be
intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain
viruses. The sender therefore does 
not accept liability for any errors or
omissions in the contents of this 
message, which arise as a result of e-mail
transmission.

[-- Attachment #2: Type: text/html, Size: 16833 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-06-17 11:51         ` Balaji Kalidas
@ 2021-06-30 12:39           ` Balaji Kalidas
  2021-06-30 22:32             ` Tim.Bird
  2021-06-30 22:43             ` Tim.Bird
  0 siblings, 2 replies; 11+ messages in thread
From: Balaji Kalidas @ 2021-06-30 12:39 UTC (permalink / raw)
  To: Tim.Bird; +Cc: Pavan Arun Deshpande, tbird20d, fuego


[-- Attachment #1.1: Type: text/plain, Size: 15074 bytes --]

>
> Hi Tim,
>           We pulled the latest LTP and ran on rpi.here are some
> observations.
>
> 1.In current scenario Functional.Ltp includes 2 main test cases one is *syscalls
> and SEM *on spec.json file.but it checks for 3 different test cases*(syscalls,pty
> and timers*) in criteria.json file for threshold,but it is not included
> in spec.json file(pty and timers testcase).
>
> 2.since *pty and timers* test cases are not included in spec.json, those
> 2 test cases won't run. so syscalls and SEM passes also LTP gives an error.
>

> 3.To make LTP success we have two option in front of us:
>      Option 1: Add pty and timer test case to spec.json
>      Option 2: Remove pty and timers threshold checking in criteria.json
> file
>

     We took the second option and removed those test cases(pty and
timers)  from the criteria.json file.and also changed the max_fail
threshold checking of the syscalls test cases on criteria.json file.

> After we ran the* LTP test suite it ran successfully.*
>

note:here attached the error report,results and console log.

regards,
balaji.k

On Thu, Jun 17, 2021 at 5:21 PM Balaji Kalidas <balaji.k@pathpartnertech.com>
wrote:

> Hi Tim,
>
> queries about LTP report:
>
> Why did some of your tests not have libaio.so.1 issues, when others did
> (and more of my tests did)?
>      --While running these tests for the first time I got these libaio
> errors.
>
>      --We resolved these errors by additionally downloading sources for
> libaio and cross-compiling them.
>
> In the meantime we will run the LTP and get back to you soon.
>
> regards,
> balaji.k
>
> On Sat, Jun 12, 2021 at 4:26 AM <Tim.Bird@sony.com> wrote:
>
>> OK - here is some feedback on these results.
>>
>> Before I get to discussing the issues below, I have a few comments.
>>
>> First, I found a couple of bugs that needed to be fixed in the LTP test
>> (or in Fuego itself).  I have pushed some of these to fuego-core, and
>> others are still outstanding to resolve.
>>
>> Here are some of issues that would be good to address:
>>  - autoskip processing takes a long time.  There are some routines (such
>> as is_on_target)
>>     which take much longer than they should (doing multiple round trips
>> to the target
>>     that could be eliminated).  So this could be improved.
>>  - if the kernel config can't be found, then the test errors out (this
>> should be fixed in Fuego)
>>  - the LTP test console is mostly silent during the test.  This makes it
>> really hard to figure
>>     out which test is causing problems in the case of a kernel panic or
>> machine hang.
>>     I started work on this, but found some bugs and had to roll back my
>> changes.
>>  - I had to fix some things related to the update to 20210524 version of
>> LTP, but I'm not
>>    confident I caught everything that needs to be fixed.
>>     - One things is that LTP has a new test runner that should work much
>> better with Fuego,
>>       but I will have to re-write sections of fuego_test.sh and
>> ltp_target_run.sh.  If it affects
>>       the test output, I will also have to rewrite the parser.py and
>> ltp_process.py scripts, which
>>       would be a major effort.  I'm still thinking whether this is worth
>> it or not.
>>
>> OK, now for some response and feedback.
>>
>> > -----Original Message-----
>> > From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com>
>> >
>> > Hi Tim,
>> >
>> > We analysed the previous test error report and sorted out some TCONF
>> errors but still some errors are coming.
>> > We ran the latest ltp(20210524) test  on a raspberry pi board and we
>> have prepared the test error reports for both tests based on the output
>> > we got .
>> >
>> >
>> > we have some observations:
>> >
>> > *      tests which failed as TCONF test error , shows status as "pass"
>> in run.json log file.
>> >
>> >                for an example :  fork14 which gives the  error as -
>> mmap() fails too many times,so we are almost impossibleto get an
>> > vm_area_structsized 16TB.
>> >                     but in run.json shows status as pass . like  below
>> >
>> >                {
>> >                     "name": "fork14",
>> >                     "status": "PASS"
>> >                 }
>> >           query is on what bases tests are considered as pass or fail
>> in the ltp?
>>
>> According to the code in Functional.LTP/parser.py (line 128) TCONF is
>> interpreted
>> as a "PASS".  However, I think it would be better if it were interpreted
>> as a SKIP.
>>
>> The way Fuego processes LTP results, it doesn't count any tests that were
>> auto-skipped.  These are processed independently of the set of specified
>> runtest files, which is a bit confusing, IMHO, for users.  It might be
>> worth
>> re-thinking how skips are reported, and the mappings from LTP result codes
>> to Fuego result codes.  (LTP has more than Fuego does, so the mapping
>> will lose some information somewhere.)
>>
>> In the case of fork14, I'm not sure what the test is saying about the
>> machine
>> configuration.  It looks like a runtime autodetection that the test
>> cannot run
>> based on dynamic evaluation of fork mmap failures.  This seems kind of
>> sketchy to me, but I'm OK with LTP interpreting that as TCONF.
>>
>> >
>> > *     Most of the TCONF failed tests are due to absence of required
>> configurations in the kernel config file.Tests which failed as TCONF
>> > on raspberry pi runs successfully on x86 machine because required
>> configurations are enabled in the config file.
>> >
>> >            for example: fanotify test was failed due to
>> CONFIG_FANOTIFY_ACCESS_PERMISSIONS not configured in the kernel but same
>> test
>> > passed on the x86 machine
>> >            because   CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y  enabled in
>> the x86 config file.
>> >
>> >             So can we add all those required configs to the raspberry
>> pi config file?
>>
>> That's something that would be a lab-specific policy.  If you want less
>> TCONFs, then you can do that.
>> In general, I don't worry about TCONFs.  It depends on one's testing
>> strategy and situation.
>>
>> In general, the autoskip code catches a bunch of these, and makes it so
>> that tests that not relevant
>> to your processor, distro, or configuration are automatically avoided.
>> This cuts down no noise during
>> testing.  However, it does possibly create confusion because the set of
>> tests that is run changes
>> based on kernel config or other factors (like whether you have a specific
>> program installed (like 'at'))
>>
>> With product testing (ie, the kind I do for Sony), I do NOT like to alter
>> the configuration of the kernel.
>> And in some cases, I can't change the kernel config.  I want to run the
>> tests on the same kernel (config)
>> that the end user will use on that product hardware.
>>
>> However, for testing for upstream developers, they may want to enable as
>> much of the kernel
>> config as possible, so they can see all possible diagnostics, and avoid
>> missing tests due to configuration.
>>
>> >
>> > I have attached a test error report and also attached result output
>> documents(results.xlsx,run.json,consolelog.txt) generated during test
>> > execution.
>> > Let me know your thoughts on this.
>>
>> Did you generate the PDF error report manually?  It's a nice summary
>> report.
>>
>> It would be nice if 'ftc put-run' worked well with LTP.  If that were
>> working well, you could just do
>> a put-run for any run that you wanted to share, and just provide a link
>> (or a reference build number),
>> and I could get the data from fuegotest.org.
>>
>> However, right now 'ftc put-run' misses several key pieces of data from
>> LTP that would be useful for analysis.
>> It would be very nice to include the kernel config file (by putting in
>> the log directory for a run).
>> That might be a nice thing to add to the machine snapshot function for
>> this test.  I'll think about that.
>> Also I think it would be good to include the 'results' directory in the
>> run package.  It's easier to manually
>> examine issues from the command line with the broken out result files (ie
>> the result file per test program,
>> found under results/syscalls/outputs).
>>
>> I would like to fix the 'ftc package-run' code to capture these other
>> files into the run package for an
>> LTP test.  That's something to go on the to-do list.
>>
>> I found that I got different results for some of the tests that I ran.
>>
>> I summarized the differences in a table on this page:
>> http://fuegotest.org/wiki/LTP-results-analysis
>>
>> It would be nice to figure out why I got different results in some cases.
>> So far, I only analyzed failures, not TCONF, TBROK, or TWARN differences.
>>
>> Two things that stand out immediately are:
>>  1) why did you have problems with chown and setre* test, when I did not
>>  2) why did some of your tests not have libaio.so.1 issues, when others
>> did (and more of my tests did)?
>>
>> If we could fix these two categories of errors, I think we would be very
>> close to having
>> the same results.  We could then dig into whether these were real bugs in
>> the kernel or
>> were maybe problems with the LTP test, or possibly even problems with the
>> RPI hardware.
>> In any case, we would want to report results to the appropriate upstream
>> project.
>>
>> I think some good goals for this LTP would be:
>>  - be able to replicate each other's results, or find explanations for
>> any differences
>>  - fix some of the obvious issues with Fuego's handling of LTP execution
>> and results
>>
>> Let me know what you think.
>>
>> In the mean time, can you perform another test, and see if there are any
>> differences in
>> results between the original run on June 9th, and the subsequent run.
>> Sometimes
>> tests are flakey, and give different results depending on unobvious
>> factors.
>>
>> Thanks.  This is very helpful.
>>  -- Tim
>>
>>
>> > On Thu, Jun 3, 2021 at 5:31 PM Balaji Kalidas <
>> balaji.k@pathpartnertech.com <mailto:balaji.k@pathpartnertech.com> >
>> wrote:
>> >
>> >
>> >       Hi Tim,
>> >
>> >             We ran the latest ltp version(20210524) Functional LTP and
>> POSIX tests on a raspberry pi board and we have prepared the test
>> > error reports for both tests based on the output we got .
>> >
>> >
>> >       I have attached both(LTP and POSIX) test error reports and also
>> attached result output  documents generated during test execution.
>> >
>> >       Let me know your thoughts on the same.
>> >
>> >
>> >       Thanks and regards
>> >       BALAJI.K
>> >
>> >
>> >       On Thu, Jun 3, 2021 at 5:22 AM <Tim.Bird@sony.com <mailto:
>> Tim.Bird@sony.com> > wrote:
>> >
>> >
>> >               OK - I did some more analysis and testing today.  I found
>> a few different
>> >               bugs in the Functional.LTP test.  It works OK on some
>> other boards in
>> >               my lab, but on my raspberry pi it had problems.
>> Specifically msgstress04
>> >               is taking quite a long time (but it does eventually
>> complete).
>> >               But the overall test hangs before completing.
>> >
>> >               I updated Functional.LTP to the latest version
>> (20210524).  This has
>> >               been updated in the fuego-core master git repository. You
>> should
>> >               be able to do a git pull of the new test. Can you please
>> >               try this test again, and let me know what results you get?
>> >
>> >               Thanks,
>> >                -- Tim
>> >
>> >
>> >               > -----Original Message-----
>> >               > From: Pavan Arun Deshpande <
>> pavan.ad@pathpartnertech.com <mailto:pavan.ad@pathpartnertech.com> >
>> >               >
>> >               > Hi Tim,
>> >               >
>> >               > fuego has LTP test version - 20180118.
>> >               > but the latest LTP repo has version - 20210524.
>> >               >
>> >               >
>> >               >
>> >               > We ran the LTP and POSIX tests on a raspberry pi board
>> and we have prepared the test error reports for both tests based
>> > on the output we
>> >               > got . Both the tests have the common errors(test
>> failures).
>> >               >
>> >               >
>> >               > I have attached both(LTP and POSIX) test error reports
>> and also attached result output  documents generated during test
>> > execution.
>> >               >
>> >               > Let me know your thoughts on the same.
>> >               >
>> >               >
>> >               > Thanks and regards
>> >               > Pavan Arun Deshpande
>> >               >
>> >               >
>> >               >
>> >               > This message contains confidential information and is
>> intended only for the individual(s) named. If you are not the
>> > intended recipient, you
>> >               > are notified that disclosing, copying, distributing or
>> taking any action in reliance on the contents of this mail and attached
>> > file/s is strictly
>> >               > prohibited. Please notify the sender immediately and
>> delete this e-mail from your system. E-mail transmission cannot be
>> > guaranteed to be
>> >               > secured or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> > contain viruses. The
>> >               > sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> > result of e-mail
>> >               > transmission.
>> >
>> >
>> >
>> >
>> > This message contains confidential information and is intended only for
>> the individual(s) named. If you are not the intended recipient, you
>> > are notified that disclosing, copying, distributing or taking any
>> action in reliance on the contents of this mail and attached file/s is
>> strictly
>> > prohibited. Please notify the sender immediately and delete this e-mail
>> from your system. E-mail transmission cannot be guaranteed to be
>> > secured or error-free as information could be intercepted, corrupted,
>> lost, destroyed, arrive late or incomplete, or contain viruses. The
>> > sender therefore does not accept liability for any errors or omissions
>> in the contents of this message, which arise as a result of e-mail
>> > transmission.
>>
>>

-- 






This
message contains confidential information and is intended only 
for the
individual(s) named. If you are not the intended
recipient, you are 
notified that disclosing, copying, distributing or taking any
action in 
reliance on the contents of this mail and attached file/s is strictly
prohibited. Please notify the
sender immediately and delete this e-mail 
from your system. E-mail transmission
cannot be guaranteed to be secured or 
error-free as information could be
intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain
viruses. The sender therefore does 
not accept liability for any errors or
omissions in the contents of this 
message, which arise as a result of e-mail
transmission.

[-- Attachment #1.2: Type: text/html, Size: 19225 bytes --]

[-- Attachment #2: consolelog.txt --]
[-- Type: text/plain, Size: 1166999 bytes --]

===== doing fuego phase: pre_test =====
Tests skipped by default in Fuego for now
Skipping tests: msgstress03.
Skipping tests: msgstress04.
Skipping tests: su01.
Skipping tests: bdflush01.
Skipping tests: fcntl06.
Skipping tests: fcntl06_64.
Skipping tests: munlockall02.
Skipping tests: utimensat01.
Tests skipped if the target /tmp folder is mounted on tmpfs
Tests skipped by Linux kernel version
Skipping tests: ptrace03.
Tests skipped depending on the availability of a command on the target
WARNING: expect is not installed on the target.
Skipping tests: su01.
WARNING: at is not installed on the target.
Skipping tests: at_deny01 at_allow01.
WARNING: mkfs.ext3 is not installed on the target.
Skipping tests: ext4-nsec-timestamps.
WARNING: mkfs.ext4 is not installed on the target.
Skipping tests: ext4-nsec-timestamps.
WARNING: tune2fs is not installed on the target.
Skipping tests: ext4-nsec-timestamps.
WARNING: quotacheck is not installed on the target.
Skipping tests: quotactl01.
WARNING: ftp is not installed on the target.
Skipping tests: ftp04.
WARNING: ftp is not installed on the target.
Skipping tests: ftp.
Tests skipped depending on the configuration of the target kernel
/proc/config.gz not found, trying /boot/config-5.4.83-v8+
Checking cfg: [CONFIG_INOTIFY_USER=y]
1
Skipping tests: inotify_init1_01 inotify_init1_02 inotify01 inotify02 inotify03 inotify04 inotify05 inotify06.
Checking cfg: [CONFIG_FANOTIFY=y]
0
Checking cfg: [CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y]
1
Skipping tests: fanotify01 fanotify02 fanotify03 fanotify04 fanotify05 fanotify06.
Checking cfg: [CONFIG_EXT4_FS=y]
0
Checking cfg: [CONFIG_EXT4DEV_COMPAT=y]
1
Skipping tests: ext4-nsec-timestamps.
Checking cfg: [CONFIG_EXT4_FS_XATTR=y]
1
Skipping tests: ext4-nsec-timestamps.
Checking cfg: [CONFIG_EXT4_FS_POSIX_ACL=y]
0
Checking cfg: [CONFIG_EXT4_FS_SECURITY=y]
0
Checking cfg: [CONFIG_CHECKPOINT_RESTORE=y]
1
Skipping tests: kcmp01 kcmp02 kcmp03.
Checking cfg: [CONFIG_SWAP=y]
1
Skipping tests: swapoff01 swapoff02 swapon01 swapon02 swapon03.
Checking cfg: [CONFIG_SGETMASK_SYSCALL=y]
1
Skipping tests: ssetmask01.
Tests skipped depending on the architecture
Skipping tests: sbrk03.
Skipping tests: switch01.
Skipping tests: ptrace04.
Skipping tests: cacheflush01.
Skipping tests: modify_ldt01 modify_ldt02 modify_ldt03 ptrace04 ptrace07 sgetmask01 set_thread_area01 signal06 sysfs01 sysfs02 sysfs03 sysfs04 sysfs05 sysfs06 ptrace08 ptrace09 ptrace10 memfd_create03 memfd_create04 futex_wake04 sendfile09_64 sendfile09 sbrk03 acct02.
/proc/config.gz not found, trying /boot/config-5.4.83-v8+
Performing bulk dependency checking using /fuego-core/tests/Functional.LTP/test-dependency-list.txt
===== doing fuego phase: build =====
The test is already built
Fuego test_build duration=0 seconds
===== doing fuego phase: deploy =====
Skipping LTP deploy to board
===== doing fuego phase: snapshot =====
Firmware revision: 5.4.83-v8+
===== doing fuego phase: run =====
-------------------------------------------------
Running LTP
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.
ltp_target_run: syscalls  | SEM  | 
ltp_target_run: doing test syscalls
ltp_target_run: doing test SEM
Executing semaphores tests
*******************
Testing sem_close
*******************
PASS		  4
FAIL		  0
*******************
TOTAL		  4
*******************
*******************
Testing sem_destroy
*******************
PASS		  2
FAIL		  0
*******************
TOTAL		  2
*******************
*******************
Testing sem_getvalue
*******************
PASS		  5
FAIL		  0
*******************
TOTAL		  5
*******************
conformance/interfaces/sem_init/sem_init_7-1: execution: UNTESTED 
*******************
Testing sem_init
*******************
PASS		  9
FAIL		  1
*******************
TOTAL		 10
*******************
*******************
Testing sem_open
*******************
PASS		 12
FAIL		  0
*******************
TOTAL		 12
*******************
*******************
Testing sem_post
*******************
PASS		  7
FAIL		  0
*******************
TOTAL		  7
*******************
*******************
Testing sem_timedwait
*******************
PASS		 11
FAIL		  0
*******************
TOTAL		 11
*******************
*******************
Testing sem_unlink
*******************
PASS		 10
FAIL		  0
*******************
TOTAL		 10
*******************
*******************
Testing sem_wait
*******************
PASS		  8
FAIL		  0
*******************
TOTAL		  8
*******************
****Tests Complete****
-------------------------------------------------
===== doing fuego phase: post_test =====
Fetching LTP results
===== doing fuego phase: processing =====
Processing LTP results
syscalls:abort01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
abort01.c:62: TPASS: abort() dumped core
abort01.c:65: TPASS: abort() raised SIGIOT

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:accept01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
accept01.c:101: TPASS: bad file descriptor: EBADF (9)
accept01.c:101: TPASS: fd is not socket: ENOTSOCK (88)
accept01.c:101: TPASS: invalid socket buffer: EINVAL (22)
accept01.c:101: TPASS: invalid salen: EINVAL (22)
accept01.c:101: TPASS: no queued connections: EINVAL (22)
accept01.c:101: TPASS: UDP accept: EOPNOTSUPP (95)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:accept02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
accept02.c:130: TINFO: Starting listener on port: 53221
accept02.c:74: TPASS: Multicast group was not copied: EADDRNOTAVAIL (99)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:accept4_01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
accept4_01.c:72: TINFO: Testing variant: libc accept4()
accept4_01.c:153: TPASS: Close-on-exec 0, nonblock 0
accept4_01.c:153: TPASS: Close-on-exec 1, nonblock 0
accept4_01.c:153: TPASS: Close-on-exec 0, nonblock 1
accept4_01.c:153: TPASS: Close-on-exec 1, nonblock 1
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
accept4_01.c:72: TINFO: Testing variant: __NR_accept4 syscall
accept4_01.c:153: TPASS: Close-on-exec 0, nonblock 0
accept4_01.c:153: TPASS: Close-on-exec 1, nonblock 0
accept4_01.c:153: TPASS: Close-on-exec 0, nonblock 1
accept4_01.c:153: TPASS: Close-on-exec 1, nonblock 1
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
accept4_01.c:72: TINFO: Testing variant: __NR_socketcall SYS_ACCEPT4 syscall
accept4_01.c:46: TCONF: syscall(-1) __NR_socketcall not supported

Summary:
passed   8
failed   0
broken   0
skipped  1
warnings 0
syscalls:access01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
access01.c:241: TPASS: access(accessfile_rwx, F_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, F_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, X_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, W_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, W_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|W_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|W_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|X_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, W_OK|X_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, W_OK|X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|W_OK|X_OK) as root passed
access01.c:241: TPASS: access(accessfile_rwx, R_OK|W_OK|X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessfile_x, X_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessfile_w, W_OK) as nobody passed
access01.c:241: TPASS: access(accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessfile_r, R_OK) as nobody passed
access01.c:238: TPASS: access(accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, W_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|W_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_r, R_OK|W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, W_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|W_OK|X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessfile_w, R_OK|W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, W_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, R_OK|X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, R_OK|W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessfile_x, R_OK|W_OK|X_OK) as nobody: EACCES (13)
access01.c:241: TPASS: access(accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessfile_r, R_OK|W_OK) as root passed
access01.c:241: TPASS: access(accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessfile_w, R_OK|W_OK) as root passed
access01.c:241: TPASS: access(accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessfile_x, R_OK|W_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_r/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_w/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, R_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_w, W_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_x/accessfile_x, X_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rw/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, R_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_w, W_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_rx/accessfile_x, X_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, R_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_r, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_w, W_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, F_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, F_OK) as nobody passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, R_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, W_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, X_OK) as root passed
access01.c:241: TPASS: access(accessdir_wx/accessfile_x, X_OK) as nobody passed
access01.c:238: TPASS: access(accessdir_r/accessfile_r, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_r, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_x, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_r/accessfile_x, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_x, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_w/accessfile_x, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_x/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_x, F_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rw/accessfile_x, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_rx/accessfile_x, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_r, W_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_r, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_r, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_w, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_w, X_OK) as root: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_w, X_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_x, R_OK) as nobody: EACCES (13)
access01.c:238: TPASS: access(accessdir_wx/accessfile_x, W_OK) as nobody: EACCES (13)

Summary:
passed   199
failed   0
broken   0
skipped  0
warnings 0
syscalls:access02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
access02.c:142: TPASS: access(file_f, F_OK) as root behaviour is correct.
access02.c:142: TPASS: access(file_f, F_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(file_r, R_OK) as root behaviour is correct.
access02.c:142: TPASS: access(file_r, R_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(file_w, W_OK) as root behaviour is correct.
access02.c:142: TPASS: access(file_w, W_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(file_x, X_OK) as root behaviour is correct.
access02.c:142: TPASS: access(file_x, X_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(symlink_f, F_OK) as root behaviour is correct.
access02.c:142: TPASS: access(symlink_f, F_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(symlink_r, R_OK) as root behaviour is correct.
access02.c:142: TPASS: access(symlink_r, R_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(symlink_w, W_OK) as root behaviour is correct.
access02.c:142: TPASS: access(symlink_w, W_OK) as nobody behaviour is correct.
access02.c:142: TPASS: access(symlink_x, X_OK) as root behaviour is correct.
access02.c:142: TPASS: access(symlink_x, X_OK) as nobody behaviour is correct.

Summary:
passed   16
failed   0
broken   0
skipped  0
warnings 0
syscalls:access03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
access03.c:35: TPASS: invalid address as root: EFAULT (14)
access03.c:44: TPASS: invalid address as nobody: EFAULT (14)
access03.c:35: TPASS: invalid address as root: EFAULT (14)
access03.c:44: TPASS: invalid address as nobody: EFAULT (14)
access03.c:35: TPASS: invalid address as root: EFAULT (14)
access03.c:44: TPASS: invalid address as nobody: EFAULT (14)
access03.c:35: TPASS: invalid address as root: EFAULT (14)
access03.c:44: TPASS: invalid address as nobody: EFAULT (14)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:access04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
access04.c:62: TPASS: access as root: EINVAL (22)
access04.c:62: TPASS: access as nobody: EINVAL (22)
access04.c:62: TPASS: access as root: ENOENT (2)
access04.c:62: TPASS: access as nobody: ENOENT (2)
access04.c:62: TPASS: access as root: ENAMETOOLONG (36)
access04.c:62: TPASS: access as nobody: ENAMETOOLONG (36)
access04.c:62: TPASS: access as root: ENOTDIR (20)
access04.c:62: TPASS: access as nobody: ENOTDIR (20)
access04.c:62: TPASS: access as root: ELOOP (40)
access04.c:62: TPASS: access as nobody: ELOOP (40)
access04.c:62: TPASS: access as root: EROFS (30)
access04.c:62: TPASS: access as nobody: EROFS (30)

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:acct01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
acct01.c:118: TPASS: acct() failed as expected: EISDIR (21)
acct01.c:118: TPASS: acct() failed as expected: EACCES (13)
acct01.c:118: TPASS: acct() failed as expected: ENOENT (2)
acct01.c:118: TPASS: acct() failed as expected: ENOTDIR (20)
acct01.c:118: TPASS: acct() failed as expected: EPERM (1)
acct01.c:118: TPASS: acct() failed as expected: EPERM (1)
acct01.c:118: TPASS: acct() failed as expected: ELOOP (40)
acct01.c:118: TPASS: acct() failed as expected: ENAMETOOLONG (36)
acct01.c:118: TPASS: acct() failed as expected: EROFS (30)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:acct02 passed

syscalls:add_key01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
add_key01.c:63: TINFO: The key type is keyrings and plen is 0
add_key01.c:79: TPASS: add_key call succeeded as expected
add_key01.c:63: TINFO: the key type is keyrings and plen is 1
add_key01.c:83: TPASS: add_key call failed as expected: EINVAL (22)
add_key01.c:63: TINFO: The key type is user and plen is 32767
add_key01.c:79: TPASS: add_key call succeeded as expected
add_key01.c:63: TINFO: The key type is user and plen is 32768
add_key01.c:83: TPASS: add_key call failed as expected: EINVAL (22)
add_key01.c:63: TINFO: The key type is logon and plen is 32767
add_key01.c:79: TPASS: add_key call succeeded as expected
add_key01.c:63: TINFO: The key type is logon and plen is 32768
add_key01.c:83: TPASS: add_key call failed as expected: EINVAL (22)
add_key01.c:63: TINFO: The key type is big_key and plen is 1048575
add_key01.c:70: TCONF: skipping unsupported big_key key
add_key01.c:63: TINFO: The key type is big_key and plen is 1048576
add_key01.c:70: TCONF: skipping unsupported big_key key

Summary:
passed   6
failed   0
broken   0
skipped  2
warnings 0
syscalls:add_key02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
add_key02.c:60: TPASS: received expected EFAULT with key type 'asymmetric'
add_key02.c:60: TPASS: received expected EFAULT with key type 'cifs.idmap'
add_key02.c:60: TPASS: received expected EFAULT with key type 'cifs.spnego'
add_key02.c:60: TPASS: received expected EFAULT with key type 'pkcs7_test'
add_key02.c:60: TPASS: received expected EFAULT with key type 'rxrpc'
add_key02.c:60: TPASS: received expected EFAULT with key type 'rxrpc_s'
add_key02.c:60: TPASS: received expected EFAULT with key type 'user'
add_key02.c:60: TPASS: received expected EFAULT with key type 'logon'
add_key02.c:60: TPASS: received expected EFAULT with key type 'big_key'

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:add_key03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
add_key03.c:80: TPASS: expectedly could not create another user's keyrings

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:add_key04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
add_key04.c:71: TPASS: didn't crash while filling keyring

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:add_key05 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
add_key05.c:45: TINFO: Created user ltp_add_key05_0
add_key05.c:186: TINFO: User: 0, UID: 1002
add_key05.c:83: TINFO: test max bytes under unprivileged user
add_key05.c:108: TPASS: add_key(test_inv) failed as expected: EDQUOT (122)
add_key05.c:131: TPASS: add_key(test_max) succeeded as expected
add_key05.c:134: TPASS: allow reaching the max bytes exactly
add_key05.c:45: TINFO: Created user ltp_add_key05_1
add_key05.c:186: TINFO: User: 1, UID: 1003
add_key05.c:144: TINFO: test max keys under unprivileged user
add_key05.c:162: TPASS: add_key(test_invalid_key) failed as expected: EDQUOT (122)
add_key05.c:169: TPASS: allow reaching the max key(200) exactly
userdel: ltp_add_key05_1 mail spool (/var/mail/ltp_add_key05_1) not found
userdel: ltp_add_key05_1 home directory (/home/ltp_add_key05_1) not found
userdel: ltp_add_key05_0 mail spool (/var/mail/ltp_add_key05_0) not found
userdel: ltp_add_key05_0 home directory (/home/ltp_add_key05_0) not found

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:adjtimex01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
adjtimex01.c:24: TPASS: adjtimex() with mode 0x403f 
adjtimex01.c:34: TPASS: adjtimex() with mode 0x8001 

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:adjtimex02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
adjtimex02.c:79: TPASS: adjtimex() error 14 : EFAULT (14)
adjtimex02.c:79: TPASS: adjtimex() error 22 : EINVAL (22)
adjtimex02.c:79: TPASS: adjtimex() error 22 : EINVAL (22)
adjtimex02.c:79: TPASS: adjtimex() error 1 : EPERM (1)
adjtimex02.c:38: TCONF: this kernel normalizes buf.offset value if it is outside the acceptable range.
adjtimex02.c:38: TCONF: this kernel normalizes buf.offset value if it is outside the acceptable range.

Summary:
passed   4
failed   0
broken   0
skipped  2
warnings 0
syscalls:adjtimex03 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:53: TINFO: expecting adjtimex() to fail with EINVAL with mode 0x8000
adjtimex03.c:61: TINFO: tai : 0x00000000
adjtimex03.c:71: TPASS: Data leak not observed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:alarm02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:alarm03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
alarm03.c:50: TPASS: alarm(100), fork, alarm(0) parent's alarm returned 100
alarm03.c:37: TPASS: alarm(100), fork, alarm(0) child's alarm returned 0

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:alarm05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
alarm05.c:32: TPASS: alarm() returned zero
alarm05.c:38: TPASS: alarm() returned remainder correctly
alarm05.c:45: TPASS: alarm handler fired once

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:alarm06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
alarm06.c:54: TPASS: Received 0 alarms
alarm06.c:57: TPASS: alarm(0) returned 1

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:alarm07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
alarm07.c:43: TPASS: Got 1 sigalarm in parent
alarm07.c:32: TPASS: alarm() request cleared in child

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:bind02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bind02.c:53: TINFO: Switching credentials to user: nobody, group: nogroup
bind02.c:40: TPASS: bind(): EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bind03.c:33: TPASS: re-bind() socket: EINVAL (22)
bind03.c:40: TPASS: bind() with bound pathname: EADDRINUSE (98)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bind04.c:117: TINFO: Testing AF_UNIX pathname stream
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing AF_UNIX pathname seqpacket
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing AF_UNIX abstract stream
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing AF_UNIX abstract seqpacket
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 loop TCP variant 1
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 loop TCP variant 2
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 loop SCTP
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 any TCP variant 1
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 any TCP variant 2
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv4 any SCTP
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 loop TCP variant 1
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 loop TCP variant 2
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 loop SCTP
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 any TCP variant 1
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 any TCP variant 2
bind04.c:149: TPASS: Communication successful
bind04.c:117: TINFO: Testing IPv6 any SCTP
bind04.c:149: TPASS: Communication successful

Summary:
passed   16
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bind05.c:131: TINFO: Testing AF_UNIX pathname datagram
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing AF_UNIX abstract datagram
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 loop UDP variant 1
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 loop UDP variant 2
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 loop UDP-Lite
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 any UDP variant 1
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 any UDP variant 2
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv4 any UDP-Lite
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 loop UDP variant 1
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 loop UDP variant 2
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 loop UDP-Lite
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 any UDP variant 1
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 any UDP variant 2
bind05.c:167: TPASS: Communication successful
bind05.c:131: TINFO: Testing IPv6 any UDP-Lite
bind05.c:167: TPASS: Communication successful

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:bind06 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:bpf_map01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
bpf_map01.c:53: TPASS: Created hash map
bpf_map01.c:70: TPASS: Empty hash map lookup: ENOENT (2)
bpf_map01.c:104: TPASS: Update hash map element
bpf_map01.c:122: TPASS: hash map lookup
bpf_map01.c:53: TPASS: Created array map
bpf_map01.c:104: TPASS: Update array map element
bpf_map01.c:122: TPASS: array map lookup

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
bpf_common.c:114: TPASS: Loaded program
bpf_prog01.c:95: TPASS: val = 1

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
bpf_common.c:114: TPASS: Loaded program
bpf_prog02.c:93: TPASS: val = 1152921504606846976 + 1
bpf_prog02.c:103: TPASS: val = 1152921504606846976 - 1

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog03 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
bpf_prog03.c:105: TPASS: Failed verification: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog04 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
bpf_prog04.c:80: TPASS: BPF program failed verification: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:bpf_prog05 failed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
bpf_common.c:17: TINFO: Raising RLIMIT_MEMLOCK to 69206016
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
bpf_common.c:114: TPASS: Loaded program
bpf_prog05.c:142: TINFO: Check w7(-1) /= w6(0) [r7 = -1, r6 = 1 << 32]
bpf_prog05.c:119: TFAIL: src(r6) = 0, but should be 4294967296
bpf_prog05.c:121: TPASS: dst(r7) = 0
bpf_prog05.c:146: TINFO: Check w7(-1) %= w6(0) [r7 = -1, r6 = 1 << 32]
bpf_prog05.c:119: TFAIL: src(r6) = 0, but should be 4294967296
bpf_prog05.c:119: TFAIL: dst(r7) = 18446744073709551615, but should be 4294967295

HINT: You _MAY_ be missing kernel fixes, see:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f6b1b3bf0d5f
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=468f6eafa6c4
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e88b2c6e5a4d
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9b00f1b78809

HINT: You _MAY_ be vulnerable to CVE(s), see:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-CVE-2021-3444

Summary:
passed   2
failed   3
broken   0
skipped  0
warnings 0
syscalls:brk01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
brk01.c:52: TPASS: brk() works fine

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:brk02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
brk02.c:55: TPASS: munmap at least two VMAs of brk() passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:capget01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_NET_RAW(13)
capget01.c:36: TPASS: capget() with LINUX_CAPABILITY_VERSION_1 passed
capget01.c:41: TPASS: capget() doesn't get CAP_NET_RAW as expected in PE
capget01.c:36: TPASS: capget() with LINUX_CAPABILITY_VERSION_2 passed
capget01.c:41: TPASS: capget() doesn't get CAP_NET_RAW as expected in PE
capget01.c:36: TPASS: capget() with LINUX_CAPABILITY_VERSION_3 passed
capget01.c:41: TPASS: capget() doesn't get CAP_NET_RAW as expected in PE

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:capget02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capget02.c:59: TPASS: capget() with bad address header: EFAULT (14)
capget02.c:59: TPASS: capget() with bad address data: EFAULT (14)
capget02.c:59: TPASS: capget() with bad version: EINVAL (22)
capget02.c:59: TPASS: capget() with bad pid: EINVAL (22)
capget02.c:59: TPASS: capget() with unused pid: ESRCH (3)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:capset01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capset01.c:40: TPASS: capset() with LINUX_CAPABILITY_VERSION_1 passed
capset01.c:40: TPASS: capset() with LINUX_CAPABILITY_VERSION_2 passed
capset01.c:40: TPASS: capset() with LINUX_CAPABILITY_VERSION_3 passed

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:capset02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capset02.c:67: TPASS: capset() with bad address header: EFAULT (14)
capset02.c:67: TPASS: capset() with bad address data: EFAULT (14)
capset02.c:67: TPASS: capset() with bad version: EINVAL (22)
capset02.c:67: TPASS: capset() with bad value data(when pE is not in pP): EPERM (1)
capset02.c:67: TPASS: capset() with bad value data(when pP is not in old pP): EPERM (1)
capset02.c:67: TPASS: capset() with bad value data(when pI is not in bounding set or old pI): EPERM (1)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:capset03 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capset03.c:24: TINFO: Test bad value data(when pI is not old pP or old pI without CAP_SETPCAP)
capset03.c:26: TPASS: capset(): EPERM (1)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:capset04 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
capset04.c:27: TINFO: Test capset() for a different process
capset04.c:31: TPASS: capset(): EPERM (1)

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

syscalls:chdir01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:122: TCONF: Skipping unprivileged permission test, FS mangles dir mode
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:110: TCONF: Skipping symlink loop test, not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:122: TCONF: Skipping unprivileged permission test, FS mangles dir mode
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir01.c:102: TPASS: root: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: nobody: chdir("testfile") returned correct value: ENOTDIR (20)
chdir01.c:102: TPASS: root: chdir("keep_out") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("keep_out") returned correct value: EACCES (13)
chdir01.c:102: TPASS: root: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("subdir") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir(".") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("..") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: nobody: chdir("/") returned correct value: SUCCESS (0)
chdir01.c:102: TPASS: root: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: nobody: chdir("missing") returned correct value: ENOENT (2)
chdir01.c:102: TPASS: root: chdir("symloop") returned correct value: ELOOP (40)
chdir01.c:102: TPASS: nobody: chdir("symloop") returned correct value: ELOOP (40)

Summary:
passed   108
failed   0
broken   0
skipped  3
warnings 0
syscalls:chdir01A passed
chdir01     1  TPASS  :  chdir(2) to object file location through symbolic link file is ok
chdir01     2  TPASS  :  chdir(2) to non-existent object file location through symbolic link file failed as expected
chdir01     3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:chdir04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chdir04.c:29: TPASS: chdir(): ENAMETOOLONG (36)
chdir04.c:29: TPASS: chdir(): ENOENT (2)
chdir04.c:29: TPASS: chdir(): EFAULT (14)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:chmod01 passed
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
syscalls:chmod01A passed
chmod01     1  TPASS  :  chmod(2) of object file permissions through symbolic link file is ok
chmod01     2  TPASS  :  chmod(2) error when accessing non-existent object through symbolic link is caught
chmod01     3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:chmod02 passed
chmod02     1  TPASS  :  chmod(test_file, 0) returned 0
chmod02     2  TPASS  :  chmod(test_file, 07) returned 0
chmod02     3  TPASS  :  chmod(test_file, 070) returned 0
chmod02     4  TPASS  :  chmod(test_file, 0700) returned 0
chmod02     5  TPASS  :  chmod(test_file, 0777) returned 0
chmod02     6  TPASS  :  chmod(test_file, 02777) returned 0
chmod02     7  TPASS  :  chmod(test_file, 04777) returned 0
chmod02     8  TPASS  :  chmod(test_file, 06777) returned 0
syscalls:chmod03 passed
chmod03     1  TPASS  :  Functionality of chmod(testfile, 01777) successful
syscalls:chmod04 passed
chmod04     1  TPASS  :  Functionality of chmod(testdir_4, 01777) successful
syscalls:chmod05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chmod05.c:65: TPASS: Functionality of chmod(testdir, 043777) successful

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chmod06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chmod06.c:86: TPASS: chmod failed as expected: EPERM (1)
chmod06.c:86: TPASS: chmod failed as expected: EACCES (13)
chmod06.c:86: TPASS: chmod failed as expected: EFAULT (14)
chmod06.c:86: TPASS: chmod failed as expected: EFAULT (14)
chmod06.c:86: TPASS: chmod failed as expected: ENAMETOOLONG (36)
chmod06.c:86: TPASS: chmod failed as expected: ENOENT (2)
chmod06.c:86: TPASS: chmod failed as expected: ENOTDIR (20)
chmod06.c:86: TPASS: chmod failed as expected: EROFS (30)
chmod06.c:86: TPASS: chmod failed as expected: ELOOP (40)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:chmod07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chmod07.c:59: TPASS: Functionality of chmod(testfile, 01777) successful

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown01.c:31: TPASS: chown(chown01_testfile,0,0) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/chown/../utils/compat_tst_16.h:153: TCONF: 16-bit version of chown() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:chown02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown02.c:49: TPASS: CHOWN(tc[i].filename, uid, gid) passed
chown02.c:49: TPASS: CHOWN(tc[i].filename, uid, gid) passed

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown02_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/chown/../utils/compat_tst_16.h:153: TCONF: 16-bit version of chown() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:chown03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown03.c:73: TPASS: chown(chown03_testfile, -1, 65534) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown03_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/chown/../utils/compat_tst_16.h:153: TCONF: 16-bit version of chown() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:chown04 passed
mke2fs 1.44.5 (15-Dec-2018)
chown04     0  TINFO  :  Found free device 3 '/dev/loop3'
chown04     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
chown04     1  TPASS  :  chown failed: TEST_ERRNO=EPERM(1): Operation not permitted
chown04     2  TPASS  :  chown failed: TEST_ERRNO=EACCES(13): Permission denied
chown04     3  TPASS  :  chown failed: TEST_ERRNO=EFAULT(14): Bad address
chown04     4  TPASS  :  chown failed: TEST_ERRNO=ENAMETOOLONG(36): File name too long
chown04     5  TPASS  :  chown failed: TEST_ERRNO=ENOENT(2): No such file or directory
chown04     6  TPASS  :  chown failed: TEST_ERRNO=ENOTDIR(20): Not a directory
chown04     7  TPASS  :  chown failed: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
chown04     8  TPASS  :  chown failed: TEST_ERRNO=EROFS(30): Read-only file system
syscalls:chown04_16 passed
mke2fs 1.44.5 (15-Dec-2018)
chown04_16    0  TINFO  :  Found free device 3 '/dev/loop3'
chown04_16    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
chown04_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/chown/../utils/compat_16.h:166: 16-bit version of chown() is not supported on your platform
chown04_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/chown/../utils/compat_16.h:166: Remaining cases not appropriate for configuration
syscalls:chown05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed
chown05.c:35: TPASS: CHOWN(TESTFILE, tc[i].uid, tc[i].gid) passed

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:chown05_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/chown/../utils/compat_tst_16.h:153: TCONF: 16-bit version of chown() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:chroot01 passed
chroot01    1  TPASS  :  chroot set errno to EPERM.
syscalls:chroot02 passed
chroot02    1  TPASS  :  chroot functionality correct
syscalls:chroot03 passed
chroot03    1  TPASS  :  failed as expected: TEST_ERRNO=ENAMETOOLONG(36): File name too long
chroot03    2  TPASS  :  failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
chroot03    3  TPASS  :  failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
chroot03    4  TPASS  :  failed as expected: TEST_ERRNO=EFAULT(14): Bad address
chroot03    5  TPASS  :  failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
syscalls:chroot04 passed
chroot04    1  TPASS  :  got EACCESS as expected
syscalls:clock_adjtime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_adjtime01.c:186: TINFO: Testing variant: syscall with old kernel spec
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: -2317
        frequency: -295436
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 232989361(us)
clock_adjtime.h:160: TINFO: SET
             mode: 32769
           offset: 0
        frequency: -295436
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 233092590(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: -2317
        frequency: -295436
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 233192694(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=8001)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: -2317
        frequency: -295436
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 233358318(us)
clock_adjtime.h:160: TINFO: SET
             mode: 40961
           offset: -2317
        frequency: -295436
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 233497848(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: -2317
        frequency: -295436
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 233606962(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=a001)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: -2317
        frequency: -295436
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 233758576(us)
clock_adjtime.h:160: TINFO: SET
             mode: 16447
           offset: -2316
        frequency: -295441
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 233928419(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: -2316
        frequency: -295441
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 234031283(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=403f)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: -2316
        frequency: -295441
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 234171022(us)
clock_adjtime.h:160: TINFO: SET
             mode: 1
           offset: 7683
        frequency: -295441
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 234277949(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 7683
        frequency: -295441
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 234372740(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=1)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 7683
        frequency: -295441
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 234562479(us)
clock_adjtime.h:160: TINFO: SET
             mode: 2
           offset: 7683
        frequency: -295341
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 234659822(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 234769926(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=2)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238000
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 234909821(us)
clock_adjtime.h:160: TINFO: SET
             mode: 4
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 235005602(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 235099560(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=4)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 0
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 235295705(us)
clock_adjtime.h:160: TINFO: SET
             mode: 8
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 235395444(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 235532631(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=8)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 235673568(us)
clock_adjtime.h:160: TINFO: SET
             mode: 32
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 235777474(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 235871223(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=20)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 236010337(us)
clock_adjtime.h:160: TINFO: SET
             mode: 16384
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 11000
         raw time: 1624596633(s) 236106118(us)
clock_adjtime.h:160: TINFO: VERIFY
             mode: 0
           offset: 7683
        frequency: -295341
         maxerror: 1238100
         esterror: 100
           status: 8193 (0x2001)
    time_constant: 8
        precision: 1
        tolerance: 32768000
             tick: 11000
         raw time: 1624596633(s) 236229617(us)
clock_adjtime01.c:177: TPASS: clock_adjtime(): success (mode=4000)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_adjtime01.c:186: TINFO: Testing variant: syscall time64 with kernel spec
clock_adjtime.h:125: TCONF: syscall(405) __NR_clock_adjtime64 not supported

Summary:
passed   9
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_adjtime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_adjtime02.c:197: TINFO: Testing variant: syscall with old kernel spec
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 272328130(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 0
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 272328130(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x0, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 272625889(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 0
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 272625889(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x0, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 272768024(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x403f, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 272915367(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 16384
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 8999
         raw time: 1624596633(s) 272915367(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x4000, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 273059168(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 16384
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 11001
         raw time: 1624596633(s) 273059168(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x4000, uid=0)
clock_adjtime.h:160: TINFO: GET
             mode: 0
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 273199168(us)
clock_adjtime.h:160: TINFO: TEST
             mode: 16447
           offset: 0
        frequency: -295436
         maxerror: 16000000
         esterror: 16000000
           status: 8257 (0x2041)
    time_constant: 7
        precision: 1
        tolerance: 32768000
             tick: 10000
         raw time: 1624596633(s) 273199168(us)
clock_adjtime02.c:185: TPASS: clock_adjtime(): failed as expected (mode=0x403f, uid=65534)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_adjtime02.c:197: TINFO: Testing variant: syscall time64 with kernel spec
clock_adjtime.h:125: TCONF: syscall(405) __NR_clock_adjtime64 not supported

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_getres01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: vDSO or syscall with libc spec
clock_getres01.c:88: TPASS: clock_getres(REALTIME, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(MONOTONIC, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(PROCESS_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(THREAD_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_RAW, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_REALTIME_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_BOOTTIME, ...) succeeded
clock_getres01.c:73: TCONF: clock_getres(CLOCK_REALTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:73: TCONF: clock_getres(CLOCK_BOOTTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:88: TPASS: clock_getres(-1, ...) succeeded
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: vDSO or syscall with libc spec with NULL res
clock_getres01.c:88: TPASS: clock_getres(REALTIME, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(MONOTONIC, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(PROCESS_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(THREAD_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_RAW, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_REALTIME_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_BOOTTIME, ...) succeeded
clock_getres01.c:73: TCONF: clock_getres(CLOCK_REALTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:73: TCONF: clock_getres(CLOCK_BOOTTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:88: TPASS: clock_getres(-1, ...) succeeded
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: syscall with old kernel spec
clock_getres01.c:88: TPASS: clock_getres(REALTIME, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(MONOTONIC, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(PROCESS_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(THREAD_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_RAW, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_REALTIME_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_BOOTTIME, ...) succeeded
clock_getres01.c:73: TCONF: clock_getres(CLOCK_REALTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:73: TCONF: clock_getres(CLOCK_BOOTTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:88: TPASS: clock_getres(-1, ...) succeeded
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: syscall with old kernel spec with NULL res
clock_getres01.c:88: TPASS: clock_getres(REALTIME, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(MONOTONIC, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(PROCESS_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(THREAD_CPUTIME_ID, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_RAW, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_REALTIME_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_MONOTONIC_COARSE, ...) succeeded
clock_getres01.c:88: TPASS: clock_getres(CLOCK_BOOTTIME, ...) succeeded
clock_getres01.c:73: TCONF: clock_getres(CLOCK_REALTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:73: TCONF: clock_getres(CLOCK_BOOTTIME_ALARM, ...) NO SUPPORTED
clock_getres01.c:88: TPASS: clock_getres(-1, ...) succeeded
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:201: TCONF: syscall(406) __NR_clock_getres_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_getres01.c:62: TINFO: Testing variant: syscall time64 with kernel spec with NULL res
../../../../include/tst_timer.h:201: TCONF: syscall(406) __NR_clock_getres_time64 not supported

Summary:
passed   36
failed   0
broken   0
skipped  10
warnings 0
syscalls:clock_nanosleep01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep01.c:124: TINFO: Testing variant: vDSO or syscall with libc spec
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case SEND_SIGINT
clock_nanosleep01.c:201: TPASS: Timespec updated correctly
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINTR (4)
clock_nanosleep01.c:139: TINFO: case BAD_TS_ADDR_REQ
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EFAULT (14)
clock_nanosleep01.c:139: TINFO: case BAD_TS_ADDR_REM
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep01.c:124: TINFO: Testing variant: syscall with old kernel spec
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINVAL (22)
clock_nanosleep01.c:139: TINFO: case NORMAL
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EOPNOTSUPP (95)
clock_nanosleep01.c:139: TINFO: case SEND_SIGINT
clock_nanosleep01.c:201: TPASS: Timespec updated correctly
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EINTR (4)
clock_nanosleep01.c:139: TINFO: case BAD_TS_ADDR_REQ
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EFAULT (14)
clock_nanosleep01.c:139: TINFO: case BAD_TS_ADDR_REM
clock_nanosleep01.c:211: TPASS: clock_nanosleep() failed with: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep01.c:124: TINFO: Testing variant: syscall time64 with kernel spec
clock_nanosleep01.c:139: TINFO: case NORMAL
../../../../include/tst_timer.h:251: TCONF: syscall(407) __NR_clock_nanosleep_time64 not supported

Summary:
passed   14
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_nanosleep02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1085us, max 1282us, median 1089us, trunc mean 1089.61us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2085us, max 2185us, median 2088us, trunc mean 2088.88us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5085us, max 5177us, median 5087us, trunc mean 5087.67us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10082us, max 10128us, median 10084us, trunc mean 10086.43us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25072us, max 25158us, median 25076us, trunc mean 25083.44us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100056us, max 100096us, median 100089us, trunc mean 100082.78us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: clock_nanosleep() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1000103us, max 1000128us, median 1000103us, trunc mean 1000103.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:clock_nanosleep03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_TIME_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_TIME_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:clock_nanosleep04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep04.c:33: TINFO: Testing variant: vDSO or syscall with libc spec
clock_nanosleep04.c:58: TPASS: clock_nanosleep(2) passed for clock CLOCK_MONOTONIC
clock_nanosleep04.c:58: TPASS: clock_nanosleep(2) passed for clock CLOCK_REALTIME
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep04.c:33: TINFO: Testing variant: syscall with old kernel spec
clock_nanosleep04.c:58: TPASS: clock_nanosleep(2) passed for clock CLOCK_MONOTONIC
clock_nanosleep04.c:58: TPASS: clock_nanosleep(2) passed for clock CLOCK_REALTIME
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_nanosleep04.c:33: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_gettime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime01.c:76: TINFO: Testing variant: vDSO or syscall with libc spec
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_REALTIME passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_PROCESS_CPUTIME_ID passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_THREAD_CPUTIME_ID passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_REALTIME_COARSE passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_COARSE passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_RAW passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_BOOTTIME passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime01.c:76: TINFO: Testing variant: syscall with old kernel spec
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_REALTIME passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_PROCESS_CPUTIME_ID passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_THREAD_CPUTIME_ID passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_REALTIME_COARSE passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_COARSE passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_RAW passed
clock_gettime01.c:104: TPASS: clock_gettime(2): clock CLOCK_BOOTTIME passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime01.c:76: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   16
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_gettime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime02.c:102: TINFO: Testing variant: 0: syscall with old kernel spec
clock_gettime02.c:131: TPASS: clock_gettime(2): clock INVALID/UNKNOWN CLOCK failed as expected: EINVAL (22)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock INVALID/UNKNOWN CLOCK failed as expected: EINVAL (22)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_REALTIME failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_PROCESS_CPUTIME_ID failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_THREAD_CPUTIME_ID failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_REALTIME_COARSE failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_COARSE failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_MONOTONIC_RAW failed as expected: EFAULT (14)
clock_gettime02.c:131: TPASS: clock_gettime(2): clock CLOCK_BOOTTIME failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_gettime02.c:102: TINFO: Testing variant: 1: syscall time64 with kernel spec
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   10
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_gettime03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_TIME_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_TIME_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:clock_gettime04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
vdso_helpers.c:76: TINFO: Couldn't find vdso_gettime64()
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:leapsec01 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
leapsec01.c:130: TINFO: test start at 05:50:44.277455174
leapsec01.c:100: TINFO: now is     05:50:44.277917801
leapsec01.c:104: TINFO: sleep until 05:50:45.277917801
leapsec01.c:112: TINFO: now is     05:50:45.278016867
leapsec01.c:115: TINFO: hrtimer early expiration is not detected.
leapsec01.c:138: TINFO: scheduling leap second 01:00:00.000000000
leapsec01.c:144: TINFO: setting time to        00:59:58.000000000
leapsec01.c:88: TINFO: 00:59:58.244445000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 00:59:58.000395000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 00:59:58.000529000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 00:59:58.000650000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 05:50:45.778398306000 adjtimex: clock synchronized
leapsec01.c:88: TINFO: 05:50:46.278860946000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:46.779134472000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:47.279363467000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:47.779655378000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:48.279888383000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:48.780101753000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:49.280268717000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:49.780647606000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:50.280916966000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:50.781234658000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:51.281458444000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:51.781738481000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:52.281963621000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:52.782169699000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:53.282381611000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:53.782608783000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:54.282828455000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:54.783094533000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:55.283431964000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:55.783787834000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:56.284024120000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:56.784300979000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:57.284552422000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:57.784838239000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:58.285061505000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:58.785276489000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:59.285488557000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:50:59.785745416000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:00.285991807000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:00.786297780000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:01.286644743000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:01.786858061000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:02.287067733000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:02.787277249000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:03.287496243000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:03.787751905000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:04.287980795000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:04.788219634000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:05.288486545000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:05.798970754000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:06.299277353000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:06.799526399000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:07.299808727000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:07.800043035000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:08.300286925000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:08.800517378000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:09.300846789000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:09.801070576000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:10.301317643000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:10.801633981000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:11.301955163000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:11.802201554000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:12.302433257000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:12.802810428000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:13.303052808000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:13.803293261000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:14.303497933000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:14.803849636000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:15.304109620000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:15.804325906000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:16.304549328000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:16.804876291000 adjtimex: insert leap second
leapsec01.c:88: TINFO: 05:51:17.305087630000 adjtimex: insert leap second
leapsec01.c:84: TBROK: adjtimex status 8208 not set

Summary:
passed   0
failed   0
broken   1
skipped  0
warnings 0
syscalls:clock_settime01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime01.c:42: TINFO: Testing variant: vDSO or syscall with libc spec
clock_settime01.c:76: TPASS: clock_settime(2): was able to advance time
clock_settime01.c:97: TPASS: clock_settime(2): was able to recede time
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime01.c:42: TINFO: Testing variant: syscall with old kernel spec
clock_settime01.c:76: TPASS: clock_settime(2): was able to advance time
clock_settime01.c:97: TPASS: clock_settime(2): was able to recede time
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime01.c:42: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:216: TCONF: syscall(403) __NR_clock_gettime64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_settime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime02.c:107: TINFO: Testing variant: syscall with old kernel spec
clock_settime02.c:152: TPASS: clock_settime(CLOCK_REALTIME): failed as expected: EFAULT (14)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_REALTIME): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_REALTIME): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_REALTIME): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_MONOTONIC): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(INVALID/UNKNOWN CLOCK): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(INVALID/UNKNOWN CLOCK): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_MONOTONIC_COARSE): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_MONOTONIC_RAW): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_BOOTTIME): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_PROCESS_CPUTIME_ID): failed as expected: EINVAL (22)
clock_settime02.c:152: TPASS: clock_settime(CLOCK_THREAD_CPUTIME_ID): failed as expected: EINVAL (22)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime02.c:107: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:231: TCONF: syscall(404) __NR_clock_settime64 not supported

Summary:
passed   12
failed   0
broken   0
skipped  1
warnings 0
syscalls:clock_settime03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime03.c:35: TINFO: Testing variant: syscall with old kernel spec
clock_settime03.c:103: TPASS: clock_settime(): Y2038 test passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clock_settime03.c:35: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:231: TCONF: syscall(404) __NR_clock_settime64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:clone01 passed
clone01     1  TPASS  :  clone returned 15213
syscalls:clone02 passed
clone02     1  TPASS  :  Test Passed
clone02     2  TPASS  :  Test Passed
syscalls:clone03 passed
clone03     1  TPASS  :  Test passed
syscalls:clone04 passed
clone04     1  TPASS  :  expected failure; Got EINVAL
syscalls:clone05 passed
clone05     1  TPASS  :  Test Passed
syscalls:clone06 passed
clone06     1  TPASS  :  Test Passed
syscalls:clone07 passed
clone07     1  TPASS  :  Use of return() in child did not cause SIGSEGV
syscalls:clone08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clone08.c:72: TINFO: running CLONE_PARENT
clone08.c:116: TPASS: clone and forked child has the same parent
clone08.c:72: TINFO: running CLONE_CHILD_SETTID
clone08.c:134: TPASS: clone() correctly set ctid
clone08.c:72: TINFO: running CLONE_PARENT_SETTID
clone08.c:144: TPASS: clone() correctly set ptid
clone08.c:72: TINFO: running CLONE_THREAD
clone08.c:223: TPASS: clone has the same thread id
clone08.c:213: TPASS: futex exit on ctid change, ctid: 0

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:clone09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clone09.c:60: TINFO: create clone in a new netns with 'CLONE_NEWNET' flag
clone09.c:83: TPASS: sysctl params differ in new netns

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:clone301 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clone301.c:164: TPASS: Parent got correct signal SIGCHLD
clone301.c:164: TPASS: Parent got correct signal SIGUSR2
clone301.c:164: TPASS: Parent got correct signal SIGCHLD
clone301.c:164: TPASS: Parent got correct signal SIGCHLD
clone301.c:97: TPASS: Child got correct signal SIGUSR1
clone301.c:103: TPASS: Child got correct si_value
clone301.c:164: TPASS: Parent got correct signal SIGCHLD

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:clone302 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
clone302.c:101: TPASS: invalid args: clone3() failed as expected: EFAULT (14)
clone302.c:101: TPASS: zero size: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: short size: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: extra size: clone3() failed as expected: EFAULT (14)
clone302.c:101: TPASS: sighand-no-VM: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: thread-no-sighand: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: fs-newns: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: invalid pidfd: clone3() failed as expected: EFAULT (14)
clone302.c:101: TPASS: invalid signal: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: zero-stack-size: clone3() failed as expected: EINVAL (22)
clone302.c:101: TPASS: invalid-stack: clone3() failed as expected: EINVAL (22)

Summary:
passed   11
failed   0
broken   0
skipped  0
warnings 0
syscalls:close01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
close01.c:50: TPASS: close a file fd passed
close01.c:50: TPASS: close a pipe fd passed
close01.c:50: TPASS: close a socket fd passed

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:close02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
close02.c:20: TPASS: close(-1): EBADF (9)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:close_range01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
close_range01.c:134: TINFO: Plain close range
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported

Summary:
passed   0
failed   0
broken   0
skipped  7
warnings 0
syscalls:close_range02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/lapi/close_range.h:25: TCONF: syscall(436) __NR_close_range not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:confstr01 passed
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 = ''
confstr01   11  TPASS  :  confstr XBS5_LP64_OFF64_LDFLAGS = ''
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.27'
confstr01   19  TPASS  :  confstr GNU_LIBPTHREAD_VERSION = 'NPTL 2.27'
syscalls:connect01 passed
connect01    1  TPASS  :  bad file descriptor successful
connect01    2  TPASS  :  invalid socket buffer successful
connect01    3  TPASS  :  invalid salen successful
connect01    4  TPASS  :  invalid socket successful
connect01    5  TPASS  :  already connected successful
connect01    6  TPASS  :  connection refused successful
connect01    7  TPASS  :  invalid address family successful
syscalls:connect02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
connect02.c:125: TPASS: Nothing bad happened, probably

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat01.c:50: TPASS: creat() truncated file to 0 bytes
creat01.c:55: TPASS: file was created and written to successfully
creat01.c:60: TPASS: read failed expectedly: EBADF (9)
creat01.c:50: TPASS: creat() truncated file to 0 bytes
creat01.c:55: TPASS: file was created and written to successfully
creat01.c:60: TPASS: read failed expectedly: EBADF (9)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat03.c:36: TINFO: Created file has mode = 0100674
creat03.c:41: TPASS: save text bit cleared

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat04.c:49: TPASS: call failed with EACCES as expected
creat04.c:49: TPASS: call failed with EACCES as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat05.c:49: TINFO: getdtablesize() = 1024
creat05.c:59: TINFO: Opened additional #1021 fds
creat05.c:36: TPASS: creat() failed with EMFILE

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:creat07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
creat07.c:42: TPASS: creat() received EXTBSY

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:creat08 passed
creat08     1  TPASS  :  Test passed in block0.
creat08     2  TPASS  :  Test passed in block1.
creat08     3  TPASS  :  Test passed in block2.
creat08     4  TPASS  :  Test passed in block3
syscalls:delete_module01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'dummy_del_mod.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:delete_module02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
delete_module02.c:65: TINFO: test nonexistent module
delete_module02.c:70: TPASS: delete_module() failed as expected: ENOENT (2)
delete_module02.c:65: TINFO: test null terminated module name
delete_module02.c:70: TPASS: delete_module() failed as expected: ENOENT (2)
delete_module02.c:65: TINFO: test module name outside program's accessible address space
delete_module02.c:70: TPASS: delete_module() failed as expected: EFAULT (14)
delete_module02.c:65: TINFO: test long module name
delete_module02.c:70: TPASS: delete_module() failed as expected: ENOENT (2)
delete_module02.c:65: TINFO: test non-superuser
delete_module02.c:70: TPASS: delete_module() failed as expected: EPERM (1)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:delete_module03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'dummy_del_mod.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:dup01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
dup01.c:23: TPASS: dup(3) returned 4

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:dup02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
dup02.c:43: TPASS: dup(-1) failed as expected: EBADF (9)
dup02.c:43: TPASS: dup(1500) failed as expected: EBADF (9)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:dup03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
dup03.c:33: TPASS: dup() failed as expected: EMFILE (24)

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

syscalls:dup05 passed
dup05       1  TPASS  :  dup returned 4
syscalls:dup06 passed
dup06       1  TPASS  :  Test passed.
syscalls:dup07 passed
dup07       1  TPASS  :  Passed in read mode.
dup07       2  TPASS  :  Passed in write mode.
dup07       3  TPASS  :  Passed in read/write mode.
syscalls:dup201 passed
dup201      1  TPASS  :  failed as expected - errno = 9 : Bad file descriptor
dup201      2  TPASS  :  failed as expected - errno = 9 : Bad file descriptor
dup201      3  TPASS  :  failed as expected - errno = 9 : Bad file descriptor
dup201      4  TPASS  :  failed as expected - errno = 9 : Bad file descriptor
syscalls:dup202 passed
dup202      1  TPASS  :  fstat shows new and old modes are the same
dup202      2  TPASS  :  fstat shows new and old modes are the same
dup202      3  TPASS  :  fstat shows new and old modes are the same
syscalls:dup203 passed
dup203      0  TINFO  :  Enter block 1
dup203      0  TINFO  :  Test duping over an open fd
dup203      1  TPASS  :  dup2 test 1 functionality is correct
dup203      0  TINFO  :  Exit block 1
dup203      0  TINFO  :  Enter block 2
dup203      0  TINFO  :  Test close on exec flag
dup203      2  TPASS  :  dup2 test 2 functionality is correct
dup203      0  TINFO  :  Exit block 2
syscalls:dup204 passed
dup204      1  TPASS  :  original and duped inodes are the same
dup204      2  TPASS  :  original and duped inodes are the same
syscalls:dup205 passed
dup205      1  TPASS  :  Test passed.
syscalls:dup3_01 passed
dup3_01     1  TPASS  :  dup3(O_CLOEXEC) PASSED
syscalls:dup3_02 passed
dup3_02     1  TPASS  :  dup3 failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
dup3_02     2  TPASS  :  dup3 failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
dup3_02     3  TPASS  :  dup3 failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:epoll_create1_01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
epoll_create1_01.c:46: TPASS: epoll_create1(EPOLL_CLOEXEC) PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll01 passed
epoll01     0  TINFO  :  testing if epoll() system call works
epoll01     0  TINFO  :  gettimeofday() works
epoll01     0  TINFO  :  random number seeded with gettimeofday() [seed = 164921] works
epoll01     0  TINFO  :  Testing epoll_create
epoll01     1  TPASS  :  epoll_create with negative set size
epoll01     2  TPASS  :  epoll_create with large set size (size = 2147483647)
epoll01     3  TPASS  :  epoll_create with large set size (size = 2147483646)
epoll01     4  TPASS  :  epoll_create with large set size (size = 2147483645)
epoll01     5  TPASS  :  epoll_create with large set size (size = 2147483644)
epoll01     6  TPASS  :  epoll_create with large set size (size = 2147483643)
epoll01     7  TPASS  :  epoll_create with large set size (size = 2147483642)
epoll01     8  TPASS  :  epoll_create with large set size (size = 2147483641)
epoll01     9  TPASS  :  epoll_create with large set size (size = 2147483640)
epoll01    10  TPASS  :  epoll_create with large set size (size = 2147483639)
epoll01    11  TPASS  :  epoll_create with large set size (size = 2147483638)
epoll01    12  TPASS  :  epoll_create with large set size (size = 2147483637)
epoll01    13  TPASS  :  epoll_create with large set size (size = 2147483636)
epoll01    14  TPASS  :  epoll_create with large set size (size = 2147483635)
epoll01    15  TPASS  :  epoll_create with large set size (size = 2147483634)
epoll01    16  TPASS  :  epoll_create with large set size (size = 2147483633)
epoll01    17  TPASS  :  epoll_create with large set size (size = 2147483632)
epoll01    18  TPASS  :  epoll_create with random large set size (size = 689186853)
epoll01    19  TPASS  :  epoll_create with random large set size (size = 1805891246)
epoll01    20  TPASS  :  epoll_create with random large set size (size = 2098082977)
epoll01    21  TPASS  :  epoll_create with random large set size (size = 1141840680)
epoll01    22  TPASS  :  epoll_create with random large set size (size = 2027920506)
epoll01    23  TPASS  :  epoll_create with random large set size (size = 1283820584)
epoll01    24  TPASS  :  epoll_create with random large set size (size = 1934088037)
epoll01    25  TPASS  :  epoll_create with random large set size (size = 1484697629)
epoll01    26  TPASS  :  epoll_create with random large set size (size = 496344665)
epoll01    27  TPASS  :  epoll_create with random large set size (size = 1189308153)
epoll01    28  TPASS  :  epoll_create with random large set size (size = 1493527270)
epoll01    29  TPASS  :  epoll_create with random large set size (size = 1211444690)
epoll01    30  TPASS  :  epoll_create with random large set size (size = 1218693415)
epoll01    31  TPASS  :  epoll_create with random large set size (size = 669107060)
epoll01    32  TPASS  :  epoll_create with random large set size (size = 959294311)
epoll01    33  TPASS  :  epoll_create with random large set size (size = 1168251878)
epoll01     0  TINFO  :  Summary: Of 33 tests, epoll_create failed 0 (100% passed).
epoll01     0  TINFO  :  Testing epoll_ctl
epoll01     0  TINFO  :  Summary: Of 13824 tests, epoll_ctl failed 0 (100% passed).
syscalls:epoll_ctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
epoll_ctl01.c:119: TPASS: epoll_ctl() succeeds with op 1
epoll_ctl01.c:119: TPASS: epoll_ctl() succeeds with op 3
epoll_ctl01.c:119: TPASS: epoll_ctl() succeeds with op 2

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll_ctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EBADF (9)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EBADF (9)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EINVAL (22)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EINVAL (22)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: ENOENT (2)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: ENOENT (2)
epoll_ctl02.c:101: TPASS: epoll_ctl() fails as expected: EEXIST (17)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll_wait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
epoll_wait01.c:45: TINFO: Pipe buffer size is 65536 bytes
epoll_wait01.c:127: TPASS: epoll_wait() epollout
epoll_wait01.c:165: TPASS: epoll_wait() epollin
epoll_wait01.c:212: TPASS: epoll_wait() epollio

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll_wait02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1057us, max 1331us, median 1091us, trunc mean 1092.76us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2089us, max 2171us, median 2092us, trunc mean 2093.24us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5088us, max 5138us, median 5092us, trunc mean 5093.41us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10092us, max 10138us, median 10093us, trunc mean 10095.94us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25093us, max 25166us, median 25094us, trunc mean 25101.79us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100145us, max 100180us, median 100145us, trunc mean 100147.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: epoll_wait() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001049us, max 1001088us, median 1001049us, trunc mean 1001049.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:epoll_wait03 passed
epoll_wait03    1  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
epoll_wait03    2  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EINVAL(22): Invalid argument
epoll_wait03    3  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EINVAL(22): Invalid argument
epoll_wait03    4  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EINVAL(22): Invalid argument
epoll_wait03    5  TPASS  :  epoll_wait() fails as expected: TEST_ERRNO=EFAULT(14): Bad address
syscalls:epoll_pwait01 passed
epoll_pwait01    1  TPASS  :  epoll_pwait(sigmask) blocked signal
epoll_pwait01    0  TINFO  :  Child process returned TPASS
epoll_pwait01    2  TPASS  :  epoll_wait() failed as expected: TEST_ERRNO=EINTR(4): Interrupted system call
epoll_pwait01    0  TINFO  :  Child process returned TPASS
syscalls:eventfd01 passed
eventfd01    1  TPASS  :  counter value matches required
eventfd01    2  TPASS  :  read failed with EAGAIN as expected
eventfd01    3  TPASS  :  counter value matches required
eventfd01    4  TPASS  :  write failed with EAGAIN as expected
eventfd01    5  TPASS  :  read failed with EINVAL as expected
eventfd01    6  TPASS  :  write failed with EINVAL as expected
eventfd01    7  TPASS  :  write failed with EINVAL as expected
eventfd01    8  TPASS  :  fd is set in readfds
eventfd01    9  TPASS  :  fd is not set in readfds
eventfd01   10  TPASS  :  fd is set in writefds
eventfd01   11  TPASS  :  fd is not set in writefds
eventfd01    1  TPASS  :  counter value matches required
eventfd01    2  TPASS  :  read failed with EAGAIN as expected
eventfd01    3  TPASS  :  counter value matches required
eventfd01    4  TPASS  :  write failed with EAGAIN as expected
eventfd01    5  TPASS  :  read failed with EINVAL as expected
eventfd01    6  TPASS  :  write failed with EINVAL as expected
eventfd01    7  TPASS  :  write failed with EINVAL as expected
eventfd01    8  TPASS  :  fd is set in readfds
eventfd01    9  TPASS  :  fd is not set in readfds
eventfd01   10  TPASS  :  fd is set in writefds
eventfd01   11  TPASS  :  fd is not set in writefds
eventfd01   12  TPASS  :  counter value write from child successful
eventfd01   13  TPASS  :  read fd set as expected
eventfd01   14  TPASS  :  POLLERR occurred as expected
eventfd01   15  TPASS  :  overflow occurred as expected
syscalls:eventfd2_01 passed
eventfd2_01    1  TPASS  :  eventfd2(EFD_CLOEXEC) Passed
syscalls:eventfd2_02 passed
eventfd2_02    1  TPASS  :  eventfd2(EFD_NONBLOCK) PASSED
syscalls:eventfd2_03 passed
[29225] posting 1 on 4
[29225] waiting on 3
[29225] wait completed on 3: count=1
[29225] posting 1 on 4
[29225] waiting on 3
[29225] wait completed on 3: count=1
[29225] posting 5 on 4
[29225] waiting 5 times on 3
[29225] wait completed on 3: count=1
[29225] wait completed on 3: count=1
[29225] wait completed on 3: count=1
[29225] wait completed on 3: count=1
[29225] wait completed on 3: count=1
[29224] posting 1 on 3
[29224] waiting on 4
[29224] wait completed on 4: count=1
[29224] posting 1 on 3
[29224] waiting on 4
[29224] wait completed on 4: count=1
[29224] posting 5 on 3
[29224] waiting 5 times on 4
[29224] wait completed on 4: count=1
[29224] wait completed on 4: count=1
[29224] wait completed on 4: count=1
[29224] wait completed on 4: count=1
[29224] wait completed on 4: count=1
syscalls:execl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execl01_child.c:20: TPASS: execl01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execle01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execle01_child.c:34: TPASS: execle01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execlp01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execlp01_child.c:20: TPASS: execlp01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execv01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execv01_child.c:23: TPASS: execv01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve01_child.c:34: TPASS: execve01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve02.c:54: TPASS: execve() failed expectedly: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve03.c:124: TPASS: execve failed as expected: ENAMETOOLONG (36)
execve03.c:124: TPASS: execve failed as expected: ENOENT (2)
execve03.c:124: TPASS: execve failed as expected: ENOTDIR (20)
execve03.c:124: TPASS: execve failed as expected: EFAULT (14)
execve03.c:124: TPASS: execve failed as expected: EACCES (13)
execve03.c:124: TPASS: execve failed as expected: ENOEXEC (8)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve04.c:50: TPASS: execve failed as expected: ETXTBSY (26)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execve05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'
execve_child.c:22: TPASS: argv[1] is canary, expected 'canary'

Summary:
passed   160
failed   0
broken   0
skipped  0
warnings 0
syscalls:execvp01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execvp01_child.c:20: TPASS: execvp01_child executed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:execveat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:execveat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execveat02.c:64: TPASS: execveat() fails as expected: EBADF (9)
execveat02.c:64: TPASS: execveat() fails as expected: EINVAL (22)
execveat02.c:64: TPASS: execveat() fails as expected: ELOOP (40)
execveat02.c:64: TPASS: execveat() fails as expected: ENOTDIR (20)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:execveat03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
execveat_child.c:17: TPASS: execveat_child run as expected

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:exit01 passed
exit01      1  TPASS  :  exit() test PASSED
syscalls:exit02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
exit02.c:46: TPASS: File written by child read back correctly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:exit_group01 passed
exit_group01    1  TPASS  :  exit_group() succeeded
syscalls:faccessat01 passed
faccessat01    1  TPASS  :  faccessat() returned the expected  errno 0: Success
faccessat01    2  TPASS  :  faccessat() returned the expected  errno 0: Success
faccessat01    3  TPASS  :  faccessat() returned the expected  errno 20: Not a directory
faccessat01    4  TPASS  :  faccessat() returned the expected  errno 9: Bad file descriptor
faccessat01    5  TPASS  :  faccessat() returned the expected  errno 0: Success
faccessat01    6  TPASS  :  faccessat() returned the expected  errno 0: Success
syscalls:fallocate01 passed
fallocate01    1  TPASS  :  fallocate(3, 0, 49152, 4096) returned 0
fallocate01    2  TPASS  :  write operation on fallocated(3, 0, 49152, 4096) returned 1
fallocate01    3  TPASS  :  fallocate(4, 1, 49152, 4096) returned 0
fallocate01    4  TPASS  :  write operation on fallocated(4, 1, 49152, 4096) returned 1
syscalls:fallocate02 passed
fallocate02    1  TPASS  :  fallocate(test_file1:3, 1, 0, 1024) returned 9: TEST_ERRNO=EBADF(9): Bad file descriptor
fallocate02    2  TPASS  :  fallocate(test_file2:4, 1, -1024, 1024) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    3  TPASS  :  fallocate(test_file2:4, 1, 1024, -1024) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    4  TPASS  :  fallocate(test_file2:4, 1, 12288, 0) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    5  TPASS  :  fallocate(test_file2:4, 1, 12288, -1024) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    6  TPASS  :  fallocate(test_file2:4, 1, -24576, 1024) returned 22: TEST_ERRNO=EINVAL(22): Invalid argument
fallocate02    7  TPASS  :  fallocate(test_file2:4, 1, 9223372036854774784, 1024) returned 27: TEST_ERRNO=EFBIG(27): File too large
fallocate02    8  TPASS  :  fallocate(test_file2:4, 1, 1024, 9223372036854774784) returned 27: TEST_ERRNO=EFBIG(27): File too large
syscalls:fallocate03 passed
fallocate03    1  TPASS  :  fallocate(tfile_sparse_29463, 0, 8192, 4096) returned 0
fallocate03    2  TPASS  :  fallocate(tfile_sparse_29463, 0, 49152, 4096) returned 0
fallocate03    3  TPASS  :  fallocate(tfile_sparse_29463, 0, 69632, 4096) returned 0
fallocate03    4  TPASS  :  fallocate(tfile_sparse_29463, 0, 102400, 4096) returned 0
fallocate03    5  TPASS  :  fallocate(tfile_sparse_29463, 1, 8192, 4096) returned 0
fallocate03    6  TPASS  :  fallocate(tfile_sparse_29463, 1, 49152, 4096) returned 0
fallocate03    7  TPASS  :  fallocate(tfile_sparse_29463, 1, 77824, 4096) returned 0
fallocate03    8  TPASS  :  fallocate(tfile_sparse_29463, 1, 106496, 4096) returned 0
syscalls:fallocate04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '3072' bytes
fallocate04.c:86: TCONF: fallocate() not supported
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '3072' bytes
fallocate04.c:86: TCONF: fallocate() not supported
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '3072' bytes
fallocate04.c:96: TPASS: test-case succeeded
fallocate04.c:103: TINFO: read allocated file size '3072'
fallocate04.c:104: TINFO: make a hole with FALLOC_FL_PUNCH_HOLE
fallocate04.c:120: TINFO: check that file has a hole with lseek(,,SEEK_HOLE)
fallocate04.c:137: TINFO: found a hole at '1024' offset
fallocate04.c:143: TINFO: allocated file size before '3072' and after '2048'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:154: TPASS: test-case succeeded
fallocate04.c:159: TINFO: zeroing file space with FALLOC_FL_ZERO_RANGE
fallocate04.c:168: TINFO: read current allocated file size '2048'
fallocate04.c:185: TINFO: allocated file size before '2048' and after '3072'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:196: TPASS: test-case succeeded
fallocate04.c:201: TINFO: collapsing file space with FALLOC_FL_COLLAPSE_RANGE
fallocate04.c:205: TINFO: read current allocated file size '3072'
fallocate04.c:219: TINFO: allocated file size before '3072' and after '2048'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:236: TPASS: test-case succeeded
fallocate04.c:241: TINFO: inserting space with FALLOC_FL_INSERT_RANGE
fallocate04.c:245: TINFO: read current allocated file size '2048'
fallocate04.c:263: TINFO: allocated file size before '2048' and after '3072'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:274: TPASS: test-case succeeded
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '12288' bytes
fallocate04.c:96: TPASS: test-case succeeded
fallocate04.c:103: TINFO: read allocated file size '12288'
fallocate04.c:104: TINFO: make a hole with FALLOC_FL_PUNCH_HOLE
fallocate04.c:120: TINFO: check that file has a hole with lseek(,,SEEK_HOLE)
fallocate04.c:137: TINFO: found a hole at '4096' offset
fallocate04.c:143: TINFO: allocated file size before '12288' and after '8192'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:154: TPASS: test-case succeeded
fallocate04.c:159: TINFO: zeroing file space with FALLOC_FL_ZERO_RANGE
fallocate04.c:168: TINFO: read current allocated file size '8192'
fallocate04.c:185: TINFO: allocated file size before '8192' and after '12288'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:196: TPASS: test-case succeeded
fallocate04.c:201: TINFO: collapsing file space with FALLOC_FL_COLLAPSE_RANGE
fallocate04.c:205: TINFO: read current allocated file size '12288'
fallocate04.c:219: TINFO: allocated file size before '12288' and after '8192'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:236: TPASS: test-case succeeded
fallocate04.c:241: TINFO: inserting space with FALLOC_FL_INSERT_RANGE
fallocate04.c:245: TINFO: read current allocated file size '8192'
fallocate04.c:263: TINFO: allocated file size before '8192' and after '12288'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:274: TPASS: test-case succeeded
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '12288' bytes
fallocate04.c:96: TPASS: test-case succeeded
fallocate04.c:103: TINFO: read allocated file size '12288'
fallocate04.c:104: TINFO: make a hole with FALLOC_FL_PUNCH_HOLE
fallocate04.c:115: TCONF: FALLOC_FL_PUNCH_HOLE not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '12288' bytes
fallocate04.c:86: TCONF: fallocate() not supported
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate04.c:82: TINFO: allocate '12288' bytes
fallocate04.c:96: TPASS: test-case succeeded
fallocate04.c:103: TINFO: read allocated file size '12288'
fallocate04.c:104: TINFO: make a hole with FALLOC_FL_PUNCH_HOLE
fallocate04.c:120: TINFO: check that file has a hole with lseek(,,SEEK_HOLE)
fallocate04.c:137: TINFO: found a hole at '4096' offset
fallocate04.c:143: TINFO: allocated file size before '12288' and after '8192'
fallocate04.c:66: TINFO: reading the file, compare with expected buffer
fallocate04.c:154: TPASS: test-case succeeded
fallocate04.c:159: TINFO: zeroing file space with FALLOC_FL_ZERO_RANGE
fallocate04.c:168: TINFO: read current allocated file size '8192'
fallocate04.c:174: TCONF: FALLOC_FL_ZERO_RANGE not supported

Summary:
passed   13
failed   0
broken   0
skipped  5
warnings 0
syscalls:fallocate05 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate05.c:66: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate05.c:66: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate05.c:81: TPASS: write() wrote 65536 bytes
fallocate05.c:103: TINFO: fallocate()d 0 extra blocks on full FS
fallocate05.c:114: TPASS: fallocate() on full FS
fallocate05.c:130: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)
fallocate05.c:136: TPASS: write()
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file11 size 92198827
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate05.c:81: TPASS: write() wrote 65536 bytes
fallocate05.c:103: TINFO: fallocate()d 1 extra blocks on full FS
fallocate05.c:114: TPASS: fallocate() on full FS
fallocate05.c:130: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)
fallocate05.c:136: TPASS: write()
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file11 size 92198827
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate05.c:81: TPASS: write() wrote 65536 bytes
fallocate05.c:103: TINFO: fallocate()d 0 extra blocks on full FS
fallocate05.c:114: TPASS: fallocate() on full FS
fallocate05.c:126: TCONF: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate05.c:66: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate05.c:81: TPASS: write() wrote 65536 bytes
fallocate05.c:103: TINFO: fallocate()d 0 extra blocks on full FS
fallocate05.c:114: TPASS: fallocate() on full FS
fallocate05.c:130: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)
fallocate05.c:136: TPASS: write()

Summary:
passed   14
failed   0
broken   0
skipped  4
warnings 0
syscalls:fallocate06 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:198: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:198: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 3. Fill FS: no; Use copy on write: yes
fallocate06.c:183: TCONF: File system does not support copy-on-write
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file11 size 92198827
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 3. Fill FS: no; Use copy on write: yes
fallocate06.c:183: TCONF: File system does not support copy-on-write
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:219: TCONF: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE): EOPNOTSUPP (95)
fallocate06.c:177: TINFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file11 size 92198827
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:219: TCONF: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE): EOPNOTSUPP (95)
fallocate06.c:177: TINFO: Case 3. Fill FS: no; Use copy on write: yes
fallocate06.c:183: TCONF: File system does not support copy-on-write
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:198: TCONF: fallocate() not supported: EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fallocate06.c:126: TINFO: Copy-on-write is not supported
fallocate06.c:177: TINFO: Case 1. Fill FS: no; Use copy on write: no
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 2. Fill FS: yes; Use copy on write: no
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file0 size 21710183
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file1 size 8070086
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file2 size 3971177
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file3 size 36915315
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file4 size 70310993
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file5 size 4807935
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file6 size 90739786
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file7 size 76896492
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file8 size 72228649
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file9 size 36207821
tst_fill_fs.c:32: TINFO: Creating file mntpoint/file10 size 81483962
tst_fill_fs.c:59: TINFO: write(): ENOSPC (28)
fallocate06.c:166: TPASS: write() successful
fallocate06.c:210: TPASS: Misaligned allocation works as expected
fallocate06.c:166: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) successful
fallocate06.c:246: TPASS: fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE) cleared the correct file range
fallocate06.c:177: TINFO: Case 3. Fill FS: no; Use copy on write: yes
fallocate06.c:183: TCONF: File system does not support copy-on-write

Summary:
passed   28
failed   0
broken   0
skipped  9
warnings 0
syscalls:fsetxattr01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EINVAL (22)
fsetxattr01.c:150: TCONF: fsetxattr(2) not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EINVAL (22)
fsetxattr01.c:150: TCONF: fsetxattr(2) not supported

Summary:
passed   47
failed   0
broken   0
skipped  2
warnings 0
syscalls:fsetxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:posix_fadvise01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly
posix_fadvise01.c:54: TPASS: call succeeded expectedly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:posix_fadvise02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:posix_fadvise03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise03.c:86: TPASS: skipping defined - advise = 0
posix_fadvise03.c:86: TPASS: skipping defined - advise = 1
posix_fadvise03.c:86: TPASS: skipping defined - advise = 2
posix_fadvise03.c:86: TPASS: skipping defined - advise = 3
posix_fadvise03.c:86: TPASS: skipping defined - advise = 4
posix_fadvise03.c:86: TPASS: skipping defined - advise = 5
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 6 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 7 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 8 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 9 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 10 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 11 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 12 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 13 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 14 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 15 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 16 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 17 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 18 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 19 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 20 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 21 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 22 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 23 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 24 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 25 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 26 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 27 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 28 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 29 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 30 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 31 : EINVAL

Summary:
passed   32
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise03.c:86: TPASS: skipping defined - advise = 0
posix_fadvise03.c:86: TPASS: skipping defined - advise = 1
posix_fadvise03.c:86: TPASS: skipping defined - advise = 2
posix_fadvise03.c:86: TPASS: skipping defined - advise = 3
posix_fadvise03.c:86: TPASS: skipping defined - advise = 4
posix_fadvise03.c:86: TPASS: skipping defined - advise = 5
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 6 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 7 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 8 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 9 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 10 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 11 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 12 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 13 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 14 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 15 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 16 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 17 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 18 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 19 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 20 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 21 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 22 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 23 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 24 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 25 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 26 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 27 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 28 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 29 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 30 : EINVAL
posix_fadvise03.c:104: TPASS: expected failure - returned value = 22, advise = 31 : EINVAL

Summary:
passed   32
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:posix_fadvise04_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE
posix_fadvise04.c:59: TPASS: expected failure - returned value = 29 : ESPIPE

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchdir01 passed
fchdir01    1  TPASS  :  fchdir call succeeded
syscalls:fchdir02 passed
fchdir02    1  TPASS  :  failed as expected with EBADF
syscalls:fchdir03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchdir03.c:42: TPASS: fchdir() failed expectedly: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmod01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchmod01.c:42: TPASS: Functionality of fchmod(3, 0) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 07) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 070) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 0700) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 0777) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 02777) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 04777) successful
fchmod01.c:42: TPASS: Functionality of fchmod(3, 06777) successful

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmod02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchmod02.c:44: TPASS: Functionality of fchmod(3, 01777) Successful

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmod03 passed
fchmod03    1  TPASS  :  Functionality of fchmod(3, 01777) successful
syscalls:fchmod04 passed
fchmod04    1  TPASS  :  Functionality of fchmod(3, 01777) successful
syscalls:fchmod05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchmod05.c:46: TPASS: Functionality of fchmod(3, 043777) successful

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmod06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fchmod06.c:48: TPASS: fchmod() failed expectedly: EPERM (1)
fchmod06.c:48: TPASS: fchmod() failed expectedly: EBADF (9)
fchmod06.c:48: TPASS: fchmod() failed expectedly: EROFS (30)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:fchmodat01 passed
fchmodat01    1  TPASS  :  fchmodat() returned the expected  errno 0: Success
fchmodat01    2  TPASS  :  fchmodat() returned the expected  errno 0: Success
fchmodat01    3  TPASS  :  fchmodat() returned the expected  errno 20: Not a directory
fchmodat01    4  TPASS  :  fchmodat() returned the expected  errno 9: Bad file descriptor
fchmodat01    5  TPASS  :  fchmodat() returned the expected  errno 0: Success
fchmodat01    6  TPASS  :  fchmodat() returned the expected  errno 0: Success
syscalls:fchown01 passed
fchown01    1  TPASS  :  fchown(fd, geteuid(), getegid()) returned 0
syscalls:fchown01_16 passed
fchown01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: 16-bit version of fchown() is not supported on your platform
fchown01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: Remaining cases not appropriate for configuration
syscalls:fchown02 passed
fchown02    1  TPASS  :  fchown() on testfile1 succeeds : Setuid/Setgid bits cleared
fchown02    2  TPASS  :  fchown() on testfile2 succeeds : Setgid bit not cleared
syscalls:fchown02_16 passed
fchown02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: 16-bit version of fchown() is not supported on your platform
fchown02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: Remaining cases not appropriate for configuration
syscalls:fchown03 passed
fchown03    1  TPASS  :  fchown() on testfile succeeds: Setuid/gid bits cleared
syscalls:fchown03_16 passed
fchown03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: 16-bit version of fchown() is not supported on your platform
fchown03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: Remaining cases not appropriate for configuration
syscalls:fchown04 passed
mke2fs 1.44.5 (15-Dec-2018)
fchown04    0  TINFO  :  Found free device 3 '/dev/loop3'
fchown04    0  TINFO  :  Formatting /dev/loop3 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
syscalls:fchown04_16 passed
mke2fs 1.44.5 (15-Dec-2018)
fchown04_16    0  TINFO  :  Found free device 3 '/dev/loop3'
fchown04_16    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
fchown04_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: 16-bit version of fchown() is not supported on your platform
fchown04_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: Remaining cases not appropriate for configuration
syscalls:fchown05 passed
fchown05    1  TPASS  :  fchown() succeeds to Change Owner/Group ids of testfile
fchown05    2  TPASS  :  fchown() succeeds to Change Owner id only of testfile
fchown05    3  TPASS  :  fchown() succeeds to Change Owner id only of testfile
fchown05    4  TPASS  :  fchown() succeeds to Change Group id only of testfile
fchown05    5  TPASS  :  fchown() succeeds to Change Group id only of testfile
syscalls:fchown05_16 passed
fchown05_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: 16-bit version of fchown() is not supported on your platform
fchown05_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/fchown/../utils/compat_16.h:156: Remaining cases not appropriate for configuration
syscalls:fchownat01 passed
fchownat01    1  TPASS  :  fchownat() returned the expected errno 0: Success: TEST_ERRNO=SUCCESS(0): Success
fchownat01    2  TPASS  :  fchownat() returned the expected errno -1: Not a directory: TEST_ERRNO=ENOTDIR(20): Not a directory
fchownat01    3  TPASS  :  fchownat() returned the expected errno -1: Bad file descriptor: TEST_ERRNO=EBADF(9): Bad file descriptor
fchownat01    4  TPASS  :  fchownat() returned the expected errno -1: Invalid argument: TEST_ERRNO=EINVAL(22): Invalid argument
fchownat01    5  TPASS  :  fchownat() returned the expected errno 0: Success: TEST_ERRNO=SUCCESS(0): Success
syscalls:fchownat02 passed
fchownat02    1  TPASS  :  fchownat() test AT_SYMLINK_NOFOLLOW success
syscalls:fcntl01 passed

syscalls:fcntl01_64 passed

syscalls:fcntl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl02.c:42: TPASS: fcntl(fcntl02_29812, F_DUPFD, 0) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_29812, F_DUPFD, 1) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_29812, F_DUPFD, 2) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_29812, F_DUPFD, 3) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_29812, F_DUPFD, 10) returned 10
fcntl02.c:42: TPASS: fcntl(fcntl02_29812, F_DUPFD, 100) returned 100

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl02.c:42: TPASS: fcntl(fcntl02_29814, F_DUPFD, 0) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_29814, F_DUPFD, 1) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_29814, F_DUPFD, 2) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_29814, F_DUPFD, 3) returned 4
fcntl02.c:42: TPASS: fcntl(fcntl02_29814, F_DUPFD, 10) returned 10
fcntl02.c:42: TPASS: fcntl(fcntl02_29814, F_DUPFD, 100) returned 100

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl03.c:33: TPASS: fcntl(fcntl03_29816, F_GETFD, 0) returned 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl03.c:33: TPASS: fcntl(fcntl03_29818, F_GETFD, 0) returned 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl04.c:39: TPASS: fcntl(fcntl04_29820, F_GETFL, 0) returned 20002

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl04_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl04.c:39: TPASS: fcntl(fcntl04_29822, F_GETFL, 0) returned 20002

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl05 passed
fcntl05     1  TPASS  :  fcntl returned 0
syscalls:fcntl05_64 passed
fcntl05     1  TPASS  :  fcntl returned 0
syscalls:fcntl06 passed

syscalls:fcntl06_64 passed

syscalls:fcntl07 passed
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()
syscalls:fcntl07_64 passed
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()
syscalls:fcntl08 passed
fcntl08     1  TPASS  :  fcntl returned 0
syscalls:fcntl08_64 passed
fcntl08     1  TPASS  :  fcntl returned 0
syscalls:fcntl09 passed
fcntl09     1  TPASS  :  fcntl(./file_29839, F_SETLK, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl09     2  TPASS  :  fcntl(./file_29839, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl09     1  TPASS  :  fcntl(./file_29839, F_SETLK, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl09     2  TPASS  :  fcntl(./file_29839, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0
syscalls:fcntl09_64 passed
fcntl09     1  TPASS  :  fcntl(./file_29840, F_SETLK, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl09     2  TPASS  :  fcntl(./file_29840, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl09     1  TPASS  :  fcntl(./file_29840, F_SETLK, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl09     2  TPASS  :  fcntl(./file_29840, F_SETLK, &flocks) flocks.l_type = F_UNLCK returned 0
syscalls:fcntl10 passed
fcntl10     1  TPASS  :  fcntl(tfile_29841, F_SETLKW, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl10     2  TPASS  :  fcntl(tfile_29841, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl10     1  TPASS  :  fcntl(tfile_29841, F_SETLKW, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl10     2  TPASS  :  fcntl(tfile_29841, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
syscalls:fcntl10_64 passed
fcntl10     1  TPASS  :  fcntl(tfile_29842, F_SETLKW, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl10     2  TPASS  :  fcntl(tfile_29842, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl10     1  TPASS  :  fcntl(tfile_29842, F_SETLKW, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl10     2  TPASS  :  fcntl(tfile_29842, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
syscalls:fcntl11 passed
fcntl11     0  TINFO  :  Enter block 1
fcntl11     0  TINFO  :  Exit block 1
fcntl11     0  TINFO  :  Enter block 2
fcntl11     0  TINFO  :  Exit block 2
fcntl11     0  TINFO  :  Enter block 3
fcntl11     0  TINFO  :  Exit block 3
fcntl11     0  TINFO  :  Enter block 4
fcntl11     0  TINFO  :  Exit block 4
fcntl11     0  TINFO  :  Enter block 5
fcntl11     0  TINFO  :  Exit block 5
fcntl11     0  TINFO  :  Enter block 6
fcntl11     0  TINFO  :  Exit block 6
fcntl11     0  TINFO  :  Enter block 7
fcntl11     0  TINFO  :  Exit block 7
fcntl11     0  TINFO  :  Enter block 8
fcntl11     0  TINFO  :  Exit block 8
fcntl11     0  TINFO  :  Enter block 9
fcntl11     0  TINFO  :  Exit block 9
syscalls:fcntl11_64 passed
fcntl11     0  TINFO  :  Enter block 1
fcntl11     0  TINFO  :  Exit block 1
fcntl11     0  TINFO  :  Enter block 2
fcntl11     0  TINFO  :  Exit block 2
fcntl11     0  TINFO  :  Enter block 3
fcntl11     0  TINFO  :  Exit block 3
fcntl11     0  TINFO  :  Enter block 4
fcntl11     0  TINFO  :  Exit block 4
fcntl11     0  TINFO  :  Enter block 5
fcntl11     0  TINFO  :  Exit block 5
fcntl11     0  TINFO  :  Enter block 6
fcntl11     0  TINFO  :  Exit block 6
fcntl11     0  TINFO  :  Enter block 7
fcntl11     0  TINFO  :  Exit block 7
fcntl11     0  TINFO  :  Enter block 8
fcntl11     0  TINFO  :  Exit block 8
fcntl11     0  TINFO  :  Enter block 9
fcntl11     0  TINFO  :  Exit block 9
syscalls:fcntl12 passed
fcntl12     0  TINFO  :  Test for errno EMFILE
fcntl12     1  TPASS  :  block 1 PASSED
syscalls:fcntl12_64 passed
fcntl12     0  TINFO  :  Test for errno EMFILE
fcntl12     1  TPASS  :  block 1 PASSED
syscalls:fcntl13 passed
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
syscalls:fcntl13_64 passed
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
syscalls:fcntl14 passed
fcntl14     0  TINFO  :  Enter block 1: without mandatory locking
fcntl14     1  TPASS  :  testcase:1 PASSED
fcntl14     2  TPASS  :  testcase:2 PASSED
fcntl14     3  TPASS  :  testcase:3 PASSED
fcntl14     4  TPASS  :  testcase:4 PASSED
fcntl14     5  TPASS  :  testcase:5 PASSED
fcntl14     6  TPASS  :  testcase:6 PASSED
fcntl14     7  TPASS  :  testcase:7 PASSED
fcntl14     8  TPASS  :  testcase:8 PASSED
fcntl14     9  TPASS  :  testcase:9 PASSED
fcntl14    10  TPASS  :  testcase:10 PASSED
fcntl14    11  TPASS  :  testcase:11 PASSED
fcntl14    12  TPASS  :  testcase:12 PASSED
fcntl14    13  TPASS  :  testcase:13 PASSED
fcntl14    14  TPASS  :  testcase:14 PASSED
fcntl14    15  TPASS  :  testcase:15 PASSED
fcntl14    16  TPASS  :  testcase:16 PASSED
fcntl14    17  TPASS  :  testcase:17 PASSED
fcntl14    18  TPASS  :  testcase:18 PASSED
fcntl14    19  TPASS  :  testcase:19 PASSED
fcntl14    20  TPASS  :  testcase:20 PASSED
fcntl14    21  TPASS  :  testcase:21 PASSED
fcntl14    22  TPASS  :  testcase:22 PASSED
fcntl14    23  TPASS  :  testcase:23 PASSED
fcntl14    24  TPASS  :  testcase:24 PASSED
fcntl14    25  TPASS  :  testcase:25 PASSED
fcntl14    26  TPASS  :  testcase:26 PASSED
fcntl14    27  TPASS  :  testcase:27 PASSED
fcntl14    28  TPASS  :  testcase:28 PASSED
fcntl14    29  TPASS  :  testcase:29 PASSED
fcntl14    30  TPASS  :  testcase:30 PASSED
fcntl14    31  TPASS  :  testcase:31 PASSED
fcntl14    32  TPASS  :  testcase:32 PASSED
fcntl14    33  TPASS  :  testcase:33 PASSED
fcntl14    34  TPASS  :  testcase:34 PASSED
fcntl14    35  TPASS  :  testcase:35 PASSED
fcntl14    36  TPASS  :  testcase:36 PASSED
fcntl14    37  TPASS  :  Block 1, test 1 PASSED
fcntl14    38  TPASS  :  testcase:37 PASSED
fcntl14    39  TPASS  :  testcase:38 PASSED
fcntl14    40  TPASS  :  testcase:39 PASSED
fcntl14    41  TPASS  :  testcase:40 PASSED
fcntl14    42  TPASS  :  testcase:41 PASSED
fcntl14    43  TPASS  :  testcase:42 PASSED
fcntl14    44  TPASS  :  testcase:43 PASSED
fcntl14    45  TPASS  :  testcase:44 PASSED
fcntl14    46  TPASS  :  testcase:45 PASSED
fcntl14    47  TPASS  :  Block 1, test 2 PASSED
fcntl14     0  TINFO  :  Exit block 1
fcntl14     0  TINFO  :  Enter block 2: with mandatory locking
fcntl14    48  TPASS  :  testcase:1 PASSED
fcntl14    49  TPASS  :  testcase:2 PASSED
fcntl14    50  TPASS  :  testcase:3 PASSED
fcntl14    51  TPASS  :  testcase:4 PASSED
fcntl14    52  TPASS  :  testcase:5 PASSED
fcntl14    53  TPASS  :  testcase:6 PASSED
fcntl14    54  TPASS  :  testcase:7 PASSED
fcntl14    55  TPASS  :  testcase:8 PASSED
fcntl14    56  TPASS  :  testcase:9 PASSED
fcntl14    57  TPASS  :  testcase:10 PASSED
fcntl14    58  TPASS  :  testcase:11 PASSED
fcntl14    59  TPASS  :  testcase:12 PASSED
fcntl14    60  TPASS  :  testcase:13 PASSED
fcntl14    61  TPASS  :  testcase:14 PASSED
fcntl14    62  TPASS  :  testcase:15 PASSED
fcntl14    63  TPASS  :  testcase:16 PASSED
fcntl14    64  TPASS  :  testcase:17 PASSED
fcntl14    65  TPASS  :  testcase:18 PASSED
fcntl14    66  TPASS  :  testcase:19 PASSED
fcntl14    67  TPASS  :  testcase:20 PASSED
fcntl14    68  TPASS  :  testcase:21 PASSED
fcntl14    69  TPASS  :  testcase:22 PASSED
fcntl14    70  TPASS  :  testcase:23 PASSED
fcntl14    71  TPASS  :  testcase:24 PASSED
fcntl14    72  TPASS  :  testcase:25 PASSED
fcntl14    73  TPASS  :  testcase:26 PASSED
fcntl14    74  TPASS  :  testcase:27 PASSED
fcntl14    75  TPASS  :  testcase:28 PASSED
fcntl14    76  TPASS  :  testcase:29 PASSED
fcntl14    77  TPASS  :  testcase:30 PASSED
fcntl14    78  TPASS  :  testcase:31 PASSED
fcntl14    79  TPASS  :  testcase:32 PASSED
fcntl14    80  TPASS  :  testcase:33 PASSED
fcntl14    81  TPASS  :  testcase:34 PASSED
fcntl14    82  TPASS  :  testcase:35 PASSED
fcntl14    83  TPASS  :  testcase:36 PASSED
fcntl14    84  TPASS  :  Block 2, test 1 PASSED
fcntl14    85  TPASS  :  testcase:37 PASSED
fcntl14    86  TPASS  :  testcase:38 PASSED
fcntl14    87  TPASS  :  testcase:39 PASSED
fcntl14    88  TPASS  :  testcase:40 PASSED
fcntl14    89  TPASS  :  testcase:41 PASSED
fcntl14    90  TPASS  :  testcase:42 PASSED
fcntl14    91  TPASS  :  testcase:43 PASSED
fcntl14    92  TPASS  :  testcase:44 PASSED
fcntl14    93  TPASS  :  testcase:45 PASSED
fcntl14    94  TPASS  :  Block 2, test 2 PASSED
fcntl14     0  TINFO  :  Exit block 2
fcntl14     0  TINFO  :  Enter block 3
fcntl14    95  TPASS  :  Test with negative whence locking PASSED
fcntl14     0  TINFO  :  Exit block 3
fcntl14     0  TINFO  :  Enter block 4
fcntl14    96  TPASS  :  Test of locks on file PASSED
fcntl14     0  TINFO  :  Exit block 4
syscalls:fcntl14_64 passed
fcntl14     0  TINFO  :  Enter block 1: without mandatory locking
fcntl14     1  TPASS  :  testcase:1 PASSED
fcntl14     2  TPASS  :  testcase:2 PASSED
fcntl14     3  TPASS  :  testcase:3 PASSED
fcntl14     4  TPASS  :  testcase:4 PASSED
fcntl14     5  TPASS  :  testcase:5 PASSED
fcntl14     6  TPASS  :  testcase:6 PASSED
fcntl14     7  TPASS  :  testcase:7 PASSED
fcntl14     8  TPASS  :  testcase:8 PASSED
fcntl14     9  TPASS  :  testcase:9 PASSED
fcntl14    10  TPASS  :  testcase:10 PASSED
fcntl14    11  TPASS  :  testcase:11 PASSED
fcntl14    12  TPASS  :  testcase:12 PASSED
fcntl14    13  TPASS  :  testcase:13 PASSED
fcntl14    14  TPASS  :  testcase:14 PASSED
fcntl14    15  TPASS  :  testcase:15 PASSED
fcntl14    16  TPASS  :  testcase:16 PASSED
fcntl14    17  TPASS  :  testcase:17 PASSED
fcntl14    18  TPASS  :  testcase:18 PASSED
fcntl14    19  TPASS  :  testcase:19 PASSED
fcntl14    20  TPASS  :  testcase:20 PASSED
fcntl14    21  TPASS  :  testcase:21 PASSED
fcntl14    22  TPASS  :  testcase:22 PASSED
fcntl14    23  TPASS  :  testcase:23 PASSED
fcntl14    24  TPASS  :  testcase:24 PASSED
fcntl14    25  TPASS  :  testcase:25 PASSED
fcntl14    26  TPASS  :  testcase:26 PASSED
fcntl14    27  TPASS  :  testcase:27 PASSED
fcntl14    28  TPASS  :  testcase:28 PASSED
fcntl14    29  TPASS  :  testcase:29 PASSED
fcntl14    30  TPASS  :  testcase:30 PASSED
fcntl14    31  TPASS  :  testcase:31 PASSED
fcntl14    32  TPASS  :  testcase:32 PASSED
fcntl14    33  TPASS  :  testcase:33 PASSED
fcntl14    34  TPASS  :  testcase:34 PASSED
fcntl14    35  TPASS  :  testcase:35 PASSED
fcntl14    36  TPASS  :  testcase:36 PASSED
fcntl14    37  TPASS  :  Block 1, test 1 PASSED
fcntl14    38  TPASS  :  testcase:37 PASSED
fcntl14    39  TPASS  :  testcase:38 PASSED
fcntl14    40  TPASS  :  testcase:39 PASSED
fcntl14    41  TPASS  :  testcase:40 PASSED
fcntl14    42  TPASS  :  testcase:41 PASSED
fcntl14    43  TPASS  :  testcase:42 PASSED
fcntl14    44  TPASS  :  testcase:43 PASSED
fcntl14    45  TPASS  :  testcase:44 PASSED
fcntl14    46  TPASS  :  testcase:45 PASSED
fcntl14    47  TPASS  :  Block 1, test 2 PASSED
fcntl14     0  TINFO  :  Exit block 1
fcntl14     0  TINFO  :  Enter block 2: with mandatory locking
fcntl14    48  TPASS  :  testcase:1 PASSED
fcntl14    49  TPASS  :  testcase:2 PASSED
fcntl14    50  TPASS  :  testcase:3 PASSED
fcntl14    51  TPASS  :  testcase:4 PASSED
fcntl14    52  TPASS  :  testcase:5 PASSED
fcntl14    53  TPASS  :  testcase:6 PASSED
fcntl14    54  TPASS  :  testcase:7 PASSED
fcntl14    55  TPASS  :  testcase:8 PASSED
fcntl14    56  TPASS  :  testcase:9 PASSED
fcntl14    57  TPASS  :  testcase:10 PASSED
fcntl14    58  TPASS  :  testcase:11 PASSED
fcntl14    59  TPASS  :  testcase:12 PASSED
fcntl14    60  TPASS  :  testcase:13 PASSED
fcntl14    61  TPASS  :  testcase:14 PASSED
fcntl14    62  TPASS  :  testcase:15 PASSED
fcntl14    63  TPASS  :  testcase:16 PASSED
fcntl14    64  TPASS  :  testcase:17 PASSED
fcntl14    65  TPASS  :  testcase:18 PASSED
fcntl14    66  TPASS  :  testcase:19 PASSED
fcntl14    67  TPASS  :  testcase:20 PASSED
fcntl14    68  TPASS  :  testcase:21 PASSED
fcntl14    69  TPASS  :  testcase:22 PASSED
fcntl14    70  TPASS  :  testcase:23 PASSED
fcntl14    71  TPASS  :  testcase:24 PASSED
fcntl14    72  TPASS  :  testcase:25 PASSED
fcntl14    73  TPASS  :  testcase:26 PASSED
fcntl14    74  TPASS  :  testcase:27 PASSED
fcntl14    75  TPASS  :  testcase:28 PASSED
fcntl14    76  TPASS  :  testcase:29 PASSED
fcntl14    77  TPASS  :  testcase:30 PASSED
fcntl14    78  TPASS  :  testcase:31 PASSED
fcntl14    79  TPASS  :  testcase:32 PASSED
fcntl14    80  TPASS  :  testcase:33 PASSED
fcntl14    81  TPASS  :  testcase:34 PASSED
fcntl14    82  TPASS  :  testcase:35 PASSED
fcntl14    83  TPASS  :  testcase:36 PASSED
fcntl14    84  TPASS  :  Block 2, test 1 PASSED
fcntl14    85  TPASS  :  testcase:37 PASSED
fcntl14    86  TPASS  :  testcase:38 PASSED
fcntl14    87  TPASS  :  testcase:39 PASSED
fcntl14    88  TPASS  :  testcase:40 PASSED
fcntl14    89  TPASS  :  testcase:41 PASSED
fcntl14    90  TPASS  :  testcase:42 PASSED
fcntl14    91  TPASS  :  testcase:43 PASSED
fcntl14    92  TPASS  :  testcase:44 PASSED
fcntl14    93  TPASS  :  testcase:45 PASSED
fcntl14    94  TPASS  :  Block 2, test 2 PASSED
fcntl14     0  TINFO  :  Exit block 2
fcntl14     0  TINFO  :  Enter block 3
fcntl14    95  TPASS  :  Test with negative whence locking PASSED
fcntl14     0  TINFO  :  Exit block 3
fcntl14     0  TINFO  :  Enter block 4
fcntl14    96  TPASS  :  Test of locks on file PASSED
fcntl14     0  TINFO  :  Exit block 4
syscalls:fcntl15 passed
fcntl15     1  TPASS  :  Test 1: test with "dup" PASSED
fcntl15     0  TINFO  :  Failed to record test working dir
fcntl15     2  TPASS  :  Test 2: test with "open" PASSED
fcntl15     0  TINFO  :  Failed to record test working dir
fcntl15     3  TPASS  :  Test 3: test with "fork" PASSED
syscalls:fcntl15_64 passed
fcntl15     1  TPASS  :  Test 1: test with "dup" PASSED
fcntl15     0  TINFO  :  Failed to record test working dir
fcntl15     2  TPASS  :  Test 2: test with "open" PASSED
fcntl15     0  TINFO  :  Failed to record test working dir
fcntl15     3  TPASS  :  Test 3: test with "fork" PASSED
syscalls:fcntl16 passed
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
syscalls:fcntl16_64 passed
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
syscalls:fcntl17 passed
fcntl17     0  TINFO  :  Enter preparation phase
fcntl17     0  TINFO  :  child 1 starting
fcntl17     0  TINFO  :  child 1 pid 30156 locked
fcntl17     0  TINFO  :  child 1 resuming
fcntl17     0  TINFO  :  child 1 unlocked
fcntl17     0  TINFO  :  child 1 exiting
fcntl17     0  TINFO  :  child 3 starting
fcntl17     0  TINFO  :  child 3 pid 30158 locked
fcntl17     0  TINFO  :  child 3 resuming
fcntl17     0  TINFO  :  child 3 lockw err 35
fcntl17     0  TINFO  :  child 3 exiting
fcntl17     0  TINFO  :  child 2 starting
fcntl17     0  TINFO  :  child 2 pid 30157 locked
fcntl17     0  TINFO  :  child 2 resuming
fcntl17     0  TINFO  :  child 2 lockw locked
fcntl17     0  TINFO  :  child 2 exiting
fcntl17     0  TINFO  :  Exit preparation phase
fcntl17     0  TINFO  :  Enter block 1
fcntl17     1  TPASS  :  Block 1 PASSED
fcntl17     0  TINFO  :  Exit block 1
syscalls:fcntl17_64 passed
fcntl17     0  TINFO  :  Enter preparation phase
fcntl17     0  TINFO  :  child 3 starting
fcntl17     0  TINFO  :  child 3 pid 30162 locked
fcntl17     0  TINFO  :  child 3 resuming
fcntl17     0  TINFO  :  child 3 lockw err 35
fcntl17     0  TINFO  :  child 3 exiting
fcntl17     0  TINFO  :  child 1 starting
fcntl17     0  TINFO  :  child 1 pid 30160 locked
fcntl17     0  TINFO  :  child 1 resuming
fcntl17     0  TINFO  :  child 1 unlocked
fcntl17     0  TINFO  :  child 1 exiting
fcntl17     0  TINFO  :  child 2 starting
fcntl17     0  TINFO  :  child 2 pid 30161 locked
fcntl17     0  TINFO  :  child 2 resuming
fcntl17     0  TINFO  :  child 2 lockw locked
fcntl17     0  TINFO  :  child 2 exiting
fcntl17     0  TINFO  :  Exit preparation phase
fcntl17     0  TINFO  :  Enter block 1
fcntl17     1  TPASS  :  Block 1 PASSED
fcntl17     0  TINFO  :  Exit block 1
syscalls:fcntl18 passed
fcntl18     0  TINFO  :  Enter block 1
fcntl18     1  TPASS  :  Test F_GETLK: for errno EFAULT PASSED
fcntl18     0  TINFO  :  Block 1 PASSED
fcntl18     0  TINFO  :  Exit block 1
fcntl18     0  TINFO  :  Enter block 2
fcntl18     2  TPASS  :  Test F_GETLK64: for errno EFAULT PASSED
fcntl18     0  TINFO  :  Block 2 PASSED
fcntl18     0  TINFO  :  Exit block 2
fcntl18     0  TINFO  :  Enter block 3
fcntl18     3  TPASS  :  Test for errno EINVAL PASSED
fcntl18     0  TINFO  :  Block 3 PASSED
fcntl18     0  TINFO  :  Exit block 3
syscalls:fcntl18_64 passed
fcntl18     0  TINFO  :  Enter block 1
fcntl18     1  TPASS  :  Test F_GETLK: for errno EFAULT PASSED
fcntl18     0  TINFO  :  Block 1 PASSED
fcntl18     0  TINFO  :  Exit block 1
fcntl18     0  TINFO  :  Enter block 2
fcntl18     2  TPASS  :  Test F_GETLK64: for errno EFAULT PASSED
fcntl18     0  TINFO  :  Block 2 PASSED
fcntl18     0  TINFO  :  Exit block 2
fcntl18     0  TINFO  :  Enter block 3
fcntl18     3  TPASS  :  Test for errno EINVAL PASSED
fcntl18     0  TINFO  :  Block 3 PASSED
fcntl18     0  TINFO  :  Exit block 3
syscalls:fcntl19 passed
fcntl19     0  TINFO  :  Enter block 1
fcntl19     0  TINFO  :  Test block 1: PASSED
fcntl19     0  TINFO  :  Exit block 1
fcntl19     0  TINFO  :  Enter block 2
fcntl19     0  TINFO  :  Test block 2: PASSED
fcntl19     0  TINFO  :  Exit block 2
fcntl19     0  TINFO  :  Enter block 3
fcntl19     0  TINFO  :  Test block 3: PASSED
fcntl19     0  TINFO  :  Exit block 3
fcntl19     0  TINFO  :  Enter blcok 4
fcntl19     0  TINFO  :  Test block 4: PASSED
fcntl19     0  TINFO  :  Exit block 4
fcntl19     0  TINFO  :  Enter block 5
fcntl19     0  TINFO  :  Test block 5: PASSED
fcntl19     0  TINFO  :  Exit block 5
fcntl19     0  TINFO  :  Enter block 6
fcntl19     0  TINFO  :  Test block 6: PASSED
fcntl19     0  TINFO  :  Exit block 6
fcntl19     0  TINFO  :  Enter block 7
fcntl19     0  TINFO  :  Test block 7: PASSED
fcntl19     0  TINFO  :  Exit block 7
syscalls:fcntl19_64 passed
fcntl19     0  TINFO  :  Enter block 1
fcntl19     0  TINFO  :  Test block 1: PASSED
fcntl19     0  TINFO  :  Exit block 1
fcntl19     0  TINFO  :  Enter block 2
fcntl19     0  TINFO  :  Test block 2: PASSED
fcntl19     0  TINFO  :  Exit block 2
fcntl19     0  TINFO  :  Enter block 3
fcntl19     0  TINFO  :  Test block 3: PASSED
fcntl19     0  TINFO  :  Exit block 3
fcntl19     0  TINFO  :  Enter blcok 4
fcntl19     0  TINFO  :  Test block 4: PASSED
fcntl19     0  TINFO  :  Exit block 4
fcntl19     0  TINFO  :  Enter block 5
fcntl19     0  TINFO  :  Test block 5: PASSED
fcntl19     0  TINFO  :  Exit block 5
fcntl19     0  TINFO  :  Enter block 6
fcntl19     0  TINFO  :  Test block 6: PASSED
fcntl19     0  TINFO  :  Exit block 6
fcntl19     0  TINFO  :  Enter block 7
fcntl19     0  TINFO  :  Test block 7: PASSED
fcntl19     0  TINFO  :  Exit block 7
syscalls:fcntl20 passed
fcntl20     0  TINFO  :  Enter block 1
fcntl20     0  TINFO  :  Test block 1: PASSED
fcntl20     0  TINFO  :  Exit block 1
fcntl20     0  TINFO  :  Enter block 2
fcntl20     0  TINFO  :  Test block 2: PASSED
fcntl20     0  TINFO  :  Exit block 2
fcntl20     0  TINFO  :  Enter block 3
fcntl20     0  TINFO  :  Test block 3: PASSED
fcntl20     0  TINFO  :  Exit block 3
fcntl20     0  TINFO  :  Enter blcok 4
fcntl20     0  TINFO  :  Test block 4: PASSED
fcntl20     0  TINFO  :  Exit block 4
fcntl20     0  TINFO  :  Enter block 5
fcntl20     0  TINFO  :  Test block 5: PASSED
fcntl20     0  TINFO  :  Exit block 5
fcntl20     0  TINFO  :  Enter block 6
fcntl20     0  TINFO  :  Test block 6: PASSED
fcntl20     0  TINFO  :  Exit block 6
fcntl20     0  TINFO  :  Enter block 7
fcntl20     0  TINFO  :  Test block 7: PASSED
fcntl20     0  TINFO  :  Exit block 7
syscalls:fcntl20_64 passed
fcntl20     0  TINFO  :  Enter block 1
fcntl20     0  TINFO  :  Test block 1: PASSED
fcntl20     0  TINFO  :  Exit block 1
fcntl20     0  TINFO  :  Enter block 2
fcntl20     0  TINFO  :  Test block 2: PASSED
fcntl20     0  TINFO  :  Exit block 2
fcntl20     0  TINFO  :  Enter block 3
fcntl20     0  TINFO  :  Test block 3: PASSED
fcntl20     0  TINFO  :  Exit block 3
fcntl20     0  TINFO  :  Enter blcok 4
fcntl20     0  TINFO  :  Test block 4: PASSED
fcntl20     0  TINFO  :  Exit block 4
fcntl20     0  TINFO  :  Enter block 5
fcntl20     0  TINFO  :  Test block 5: PASSED
fcntl20     0  TINFO  :  Exit block 5
fcntl20     0  TINFO  :  Enter block 6
fcntl20     0  TINFO  :  Test block 6: PASSED
fcntl20     0  TINFO  :  Exit block 6
fcntl20     0  TINFO  :  Enter block 7
fcntl20     0  TINFO  :  Test block 7: PASSED
fcntl20     0  TINFO  :  Exit block 7
syscalls:fcntl21 passed
fcntl21     0  TINFO  :  Enter block 1
fcntl21     0  TINFO  :  Test block 1: PASSED
fcntl21     0  TINFO  :  Exit block 1
fcntl21     0  TINFO  :  Enter block 2
fcntl21     0  TINFO  :  Test block 2: PASSED
fcntl21     0  TINFO  :  Exit block 2
fcntl21     0  TINFO  :  Enter block 3
fcntl21     0  TINFO  :  Test block 3 : PASSED
fcntl21     0  TINFO  :  Exit block 3
fcntl21     0  TINFO  :  Enter block 4
fcntl21     0  TINFO  :  Test block 4: PASSED
fcntl21     0  TINFO  :  Exit block 4
fcntl21     0  TINFO  :  Enter block 5
fcntl21     0  TINFO  :  Test block 5: PASSED
fcntl21     0  TINFO  :  Exit block 5
fcntl21     0  TINFO  :  Enter block 6
fcntl21     0  TINFO  :  Test block 6 PASSED
fcntl21     0  TINFO  :  Exit block 6
fcntl21     0  TINFO  :  Enter block 7
fcntl21     0  TINFO  :  Test block 7: PASSED
fcntl21     0  TINFO  :  Exit block 7
fcntl21     0  TINFO  :  Enter block 8
fcntl21     0  TINFO  :  Test block 8: PASSED
fcntl21     0  TINFO  :  Exit block 8
fcntl21     0  TINFO  :  Enter block 9
fcntl21     0  TINFO  :  Test block 9: PASSED
fcntl21     0  TINFO  :  Exit block 9
fcntl21     0  TINFO  :  Enter block 10
fcntl21     0  TINFO  :  Test block 10: PASSED
fcntl21     0  TINFO  :  Exit block 10
fcntl21     0  TINFO  :  Enter block 11
fcntl21     0  TINFO  :  Test block 11: PASSED
fcntl21     0  TINFO  :  Exit block 11
syscalls:fcntl21_64 passed
fcntl21     0  TINFO  :  Enter block 1
fcntl21     0  TINFO  :  Test block 1: PASSED
fcntl21     0  TINFO  :  Exit block 1
fcntl21     0  TINFO  :  Enter block 2
fcntl21     0  TINFO  :  Test block 2: PASSED
fcntl21     0  TINFO  :  Exit block 2
fcntl21     0  TINFO  :  Enter block 3
fcntl21     0  TINFO  :  Test block 3 : PASSED
fcntl21     0  TINFO  :  Exit block 3
fcntl21     0  TINFO  :  Enter block 4
fcntl21     0  TINFO  :  Test block 4: PASSED
fcntl21     0  TINFO  :  Exit block 4
fcntl21     0  TINFO  :  Enter block 5
fcntl21     0  TINFO  :  Test block 5: PASSED
fcntl21     0  TINFO  :  Exit block 5
fcntl21     0  TINFO  :  Enter block 6
fcntl21     0  TINFO  :  Test block 6 PASSED
fcntl21     0  TINFO  :  Exit block 6
fcntl21     0  TINFO  :  Enter block 7
fcntl21     0  TINFO  :  Test block 7: PASSED
fcntl21     0  TINFO  :  Exit block 7
fcntl21     0  TINFO  :  Enter block 8
fcntl21     0  TINFO  :  Test block 8: PASSED
fcntl21     0  TINFO  :  Exit block 8
fcntl21     0  TINFO  :  Enter block 9
fcntl21     0  TINFO  :  Test block 9: PASSED
fcntl21     0  TINFO  :  Exit block 9
fcntl21     0  TINFO  :  Enter block 10
fcntl21     0  TINFO  :  Test block 10: PASSED
fcntl21     0  TINFO  :  Exit block 10
fcntl21     0  TINFO  :  Enter block 11
fcntl21     0  TINFO  :  Test block 11: PASSED
fcntl21     0  TINFO  :  Exit block 11
syscalls:fcntl22 passed
fcntl22     1  TPASS  :  fcntl() fails with expected error EAGAIN errno:11
fcntl22     0  TINFO  :  Child process returned TPASS
syscalls:fcntl22_64 passed
fcntl22     1  TPASS  :  fcntl() fails with expected error EAGAIN errno:11
fcntl22     0  TINFO  :  Child process returned TPASS
syscalls:fcntl23 passed
fcntl23     1  TPASS  :  fcntl(tfile_30183, F_SETLEASE, F_RDLCK)
syscalls:fcntl23_64 passed
fcntl23     1  TPASS  :  fcntl(tfile_30184, F_SETLEASE, F_RDLCK)
syscalls:fcntl24 passed
fcntl24     1  TPASS  :  fcntl(tfile_30185, F_SETLEASE, F_WRLCK)
syscalls:fcntl24_64 passed
fcntl24     1  TPASS  :  fcntl(tfile_30186, F_SETLEASE, F_WRLCK)
syscalls:fcntl25 passed
fcntl25     1  TPASS  :  fcntl(tfile_30187, F_SETLEASE, F_WRLCK)
syscalls:fcntl25_64 passed
fcntl25     1  TPASS  :  fcntl(tfile_30188, F_SETLEASE, F_WRLCK)
syscalls:fcntl26 passed
fcntl26     1  TPASS  :  fcntl(tfile_30189, F_SETLEASE, F_WRLCK)
syscalls:fcntl26_64 passed
fcntl26     1  TPASS  :  fcntl(tfile_30190, F_SETLEASE, F_WRLCK)
syscalls:fcntl27 passed
fcntl27     1  TPASS  :  fcntl(fd, F_SETLEASE, F_RDLCK) succeeded
syscalls:fcntl27_64 passed
fcntl27     1  TPASS  :  fcntl(fd, F_SETLEASE, F_RDLCK) succeeded
syscalls:fcntl28 passed
fcntl28     1  TPASS  :  fcntl(fd, F_SETLEASE, F_RDLCK) succeeded
syscalls:fcntl28_64 passed
fcntl28     1  TPASS  :  fcntl(fd, F_SETLEASE, F_RDLCK) succeeded
syscalls:fcntl29 passed
fcntl29     1  TPASS  :  fcntl test F_DUPFD_CLOEXEC success
syscalls:fcntl29_64 passed
fcntl29     1  TPASS  :  fcntl test F_DUPFD_CLOEXEC success
syscalls:fcntl30 passed
fcntl30     0  TINFO  :  orig_pipe_size: 65536 new_pipe_size: 131072
fcntl30     1  TPASS  :  fcntl test F_GETPIPE_SZand F_SETPIPE_SZ success
syscalls:fcntl30_64 passed
fcntl30     0  TINFO  :  orig_pipe_size: 65536 new_pipe_size: 131072
fcntl30     1  TPASS  :  fcntl test F_GETPIPE_SZand F_SETPIPE_SZ success
syscalls:fcntl31 passed
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     1  TPASS  :  fcntl test F_GETOWN, F_SETOWN for process ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     2  TPASS  :  fcntl test F_GETOWN, F_SETOWN for process group ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     3  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for thread ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     4  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for process ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     5  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for process group ID success
syscalls:fcntl31_64 passed
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     1  TPASS  :  fcntl test F_GETOWN, F_SETOWN for process ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     2  TPASS  :  fcntl test F_GETOWN, F_SETOWN for process group ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     3  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for thread ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     4  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for process ID success
fcntl31     0  TINFO  :  default io events signal is SIGIO
fcntl31     5  TPASS  :  fcntl test F_GETOWN_EX, F_SETOWN_EX for process group ID success
syscalls:fcntl32 passed
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
syscalls:fcntl32_64 passed
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
syscalls:fcntl33 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
fcntl33.c:195: TPASS: open(O_RDONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: truncate() conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s
fcntl33.c:195: TPASS: truncate() conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl33_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
fcntl33.c:195: TPASS: open(O_RDONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: truncate() conflicts with fcntl(F_SETLEASE, F_WRLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s
fcntl33.c:195: TPASS: open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s
fcntl33.c:195: TPASS: truncate() conflicts with fcntl(F_SETLEASE, F_RDLCK), unblocked within 5s

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl34 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fcntl34_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fcntl35 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl35.c:89: TPASS: an unprivileged user init the capacity of a pipe to 4096 successfully
fcntl35.c:89: TPASS: a privileged user init the capacity of a pipe to 65536 successfully

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl35_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl35.c:89: TPASS: an unprivileged user init the capacity of a pipe to 4096 successfully
fcntl35.c:89: TPASS: a privileged user init the capacity of a pipe to 65536 successfully

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl36 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl36.c:289: TINFO: OFD read lock vs OFD write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD read lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs POSIX read lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs OFD write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD r/w lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD r/w lock vs POSIX read lock
fcntl36.c:367: TPASS: Access between threads synchronized

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl36_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fcntl36.c:289: TINFO: OFD read lock vs OFD write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD read lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs POSIX read lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD write lock vs OFD write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD r/w lock vs POSIX write lock
fcntl36.c:367: TPASS: Access between threads synchronized
fcntl36.c:289: TINFO: OFD r/w lock vs POSIX read lock
fcntl36.c:367: TPASS: Access between threads synchronized

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl37 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_RESOURCE(24)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size is beyond 1<<31
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EINVAL (22)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size < data stored in pipe
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EBUSY (16)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size is over limit for unpriviledged user
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EPERM (1)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl37_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_RESOURCE(24)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size is beyond 1<<31
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EINVAL (22)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size < data stored in pipe
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EBUSY (16)
fcntl37.c:42: TINFO: F_SETPIPE_SZ and size is over limit for unpriviledged user
fcntl37.c:50: TPASS: F_SETPIPE_SZ failed as expected: EPERM (1)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:fcntl38 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fcntl38_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fdatasync01 passed
fdatasync01    1  TPASS  :  fdatasync() successful
syscalls:fdatasync02 passed
fdatasync02    1  TPASS  :  Expected failure for invalid file descriptor, errno: 9
fdatasync02    2  TPASS  :  Expected failure for file descriptor to a special file, errno: 22
syscalls:fdatasync03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fdatasync03.c:50: TPASS: Test file data synced to device

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:fgetxattr01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:122: TCONF: no xattr support in fs or mounted without user_xattr option
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ENODATA (61)
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: ERANGE (34)
fgetxattr01.c:88: TPASS: fgetxattr(2) passed
fgetxattr01.c:98: TPASS: got the right value
fgetxattr01.c:102: TPASS: fgetxattr(2) passed: SUCCESS (0)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr01.c:122: TCONF: no xattr support in fs or mounted without user_xattr option

Summary:
passed   25
failed   0
broken   0
skipped  2
warnings 0
syscalls:fgetxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr02.c:174: TPASS: fgetxattr(2) on testfile passed
fgetxattr02.c:188: TPASS: fgetxattr(2) on testfile got the right value
fgetxattr02.c:201: TPASS: fgetxattr(2) on testfile passed: SUCCESS (0)
fgetxattr02.c:174: TPASS: fgetxattr(2) on testdir passed
fgetxattr02.c:188: TPASS: fgetxattr(2) on testdir got the right value
fgetxattr02.c:201: TPASS: fgetxattr(2) on testdir passed: SUCCESS (0)
fgetxattr02.c:174: TPASS: fgetxattr(2) on symlink passed
fgetxattr02.c:188: TPASS: fgetxattr(2) on symlink got the right value
fgetxattr02.c:201: TPASS: fgetxattr(2) on symlink passed: SUCCESS (0)
fgetxattr02.c:201: TPASS: fgetxattr(2) on fifo passed: ENODATA (61)
fgetxattr02.c:201: TPASS: fgetxattr(2) on chr passed: ENODATA (61)
fgetxattr02.c:201: TPASS: fgetxattr(2) on blk passed: ENODATA (61)
fgetxattr02.c:201: TPASS: fgetxattr(2) on sock passed: ENODATA (61)

Summary:
passed   13
failed   0
broken   0
skipped  0
warnings 0
syscalls:fgetxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fgetxattr03.c:41: TPASS: fgetxattr(2) returned correct value

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:finit_module01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'finit_module.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:finit_module02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'finit_module.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:flistxattr01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flistxattr01.c:64: TPASS: flistxattr() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:flistxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flistxattr02.c:67: TPASS: flistxattr() failed as expected: ERANGE (34)
flistxattr02.c:67: TPASS: flistxattr() failed as expected: EBADF (9)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:flistxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flistxattr03.c:53: TPASS: flistxattr() succeed with suitable buffer
flistxattr03.c:53: TPASS: flistxattr() succeed with suitable buffer

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock01.c:35: TPASS: flock() succeeded with Shared Lock
flock01.c:35: TPASS: flock() succeeded with Unlock
flock01.c:35: TPASS: flock() succeeded with Exclusive Lock

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock02.c:46: TPASS: flock() failed expectedly: EBADF (9)
flock02.c:46: TPASS: flock() failed expectedly: EINVAL (22)
flock02.c:46: TPASS: flock() failed expectedly: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock03.c:74: TPASS: Parent: Initial attempt to flock() passed
flock03.c:39: TPASS: CHILD: File locked by parent unlocked
flock03.c:48: TPASS: Locking after unlock passed

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock04.c:61: TPASS: Parent had shared lock
flock04.c:36: TPASS:  Child acquiring shared lock got 0
flock04.c:39: TPASS:  Child acquiring exclusive lock got -1
flock04.c:61: TPASS: Parent had exclusive lock
flock04.c:39: TPASS:  Child acquiring shared lock got -1
flock04.c:39: TPASS:  Child acquiring exclusive lock got -1

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:flock06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
flock06.c:31: TPASS: First attempt to flock() passed
flock06.c:36: TPASS: Second attempt to flock() denied: EAGAIN/EWOULDBLOCK (11)
flock06.c:44: TPASS: Unlocked fd1
flock06.c:50: TPASS: Third attempt to flock() succeeded

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:fmtmsg01 passed
fmtms01     1  TPASS  :  Test passed
fmtms01     2  TPASS  :  Test passed
fmtms01     3  TPASS  :  Test passed
fmtms01     4  TPASS  :  Test passed
fmtms01     5  TPASS  :  Test passed
syscalls:fork01 passed
fork01      1  TPASS  :  fork() returned 30934
fork01      2  TPASS  :  child pid and fork() return agree: 30934
syscalls:fork02 passed
fork02      0  TINFO  :  Inside parent
fork02      0  TINFO  :  exit status of wait 0
fork02      1  TPASS  :  test 1 PASSED
syscalls:fork03 passed
fork03      0  TINFO  :  process id in parent of child from fork : 30938
fork03      1  TPASS  :  test 1 PASSED
syscalls:fork04 passed
fork04      1  TPASS  :  Env var TERM unchanged after fork(): getenv() does not find variable set
fork04      2  TPASS  :  Env var NoTSetzWq unchanged after fork(): getenv() does not find variable set
fork04      3  TPASS  :  Env var TESTPROG unchanged after fork(): FRKTCS04
syscalls:fork05 passed
fork05      0  TINFO  :  %fs test only for ix86
syscalls:fork06 passed
fork06      0  TINFO  :  tries 1000
fork06      0  TINFO  :  successes 1000
fork06      0  TINFO  :  failures 0
fork06      0  TINFO  :  There were no children to wait for
syscalls:fork07 passed
fork07      0  TINFO  :  Forking 100 children
fork07      0  TINFO  :  Forked all 100 children, now collecting
fork07      0  TINFO  :  Collected all 100 children
fork07      1  TPASS  :  100/100 children read correctly from an inheritted fd
syscalls:fork08 passed
fork08      0  TINFO  :  parent forksval: 1
fork08      0  TINFO  :  second child got char: b
fork08      1  TPASS  :  Test passed in childnumber 2
fork08      0  TINFO  :  parent forksval: 1
fork08      0  TINFO  :  parent forksval: 2
fork08      0  TINFO  :  exit status of wait  expected 0 got 0
fork08      1  TPASS  :  parent test PASSED
fork08      0  TINFO  :  exit status of wait  expected 0 got 0
fork08      2  TPASS  :  parent test PASSED
fork08      0  TINFO  :  exit status of wait  expected 0 got 0
fork08      3  TPASS  :  parent test PASSED
fork08      0  TINFO  :  Number of processes forked is 2
syscalls:fork09 passed
fork09      0  TINFO  :  OPEN_MAX is 1024
fork09      0  TINFO  :  first file descriptor is 3 
fork09      0  TINFO  :  Parent reporting 1023 files open
fork09      0  TINFO  :  Child opened new file #1023
fork09      0  TINFO  :  OPEN_MAX is 1024
fork09      0  TINFO  :  first file descriptor is 3 
fork09      0  TINFO  :  Parent reporting 1023 files open
fork09      1  TPASS  :  test 1 PASSED
syscalls:fork10 passed
fork10      0  TINFO  :  fork child A
fork10      1  TPASS  :  test 1 PASSED
syscalls:fork11 passed
fork11      1  TPASS  :  fork test passed, 100 processes
syscalls:fork13 passed
fork13      1  TPASS  :  100000 pids forked, all passed
syscalls:fork14 passed
fork14      1  TCONF  :  fork14.c:112: mmap() fails too manytimes, so we are almost impossible to get an vm_area_struct sized 16TB.
fork14      2  TCONF  :  fork14.c:112: Remaining cases not appropriate for configuration
syscalls:fpathconf01 passed
fpathconf01    1  TPASS  :  fpathconf(fd, _PC_MAX_CANON) returned 255
fpathconf01    2  TPASS  :  fpathconf(fd, _PC_MAX_INPUT) returned 255
fpathconf01    3  TPASS  :  fpathconf(fd, _PC_VDISABLE) returned 0
fpathconf01    4  TPASS  :  fpathconf(fd, _PC_LINK_MAX) returned 65000
fpathconf01    5  TPASS  :  fpathconf(fd, _PC_NAME_MAX) returned 255
fpathconf01    6  TPASS  :  fpathconf(fd, _PC_PATH_MAX) returned 4096
fpathconf01    7  TPASS  :  fpathconf(fd, _PC_PIPE_BUF) returned 4096
fpathconf01    8  TPASS  :  fpathconf(fd, _PC_CHOWN_RESTRICTED) returned 1
fpathconf01    9  TPASS  :  fpathconf(fd, _PC_NO_TRUNC) returned 1
syscalls:fremovexattr01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:82: TCONF: fremovexattr(2) not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr01.c:82: TCONF: fremovexattr(2) not supported

Summary:
passed   5
failed   0
broken   0
skipped  2
warnings 0
syscalls:fremovexattr02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:68: TCONF: fremovexattr(2) not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: ENODATA (61)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EBADF (9)
fremovexattr02.c:73: TPASS: fremovexattr(2) failed expectedly: EFAULT (14)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fremovexattr02.c:68: TCONF: fremovexattr(2) not supported

Summary:
passed   15
failed   0
broken   0
skipped  2
warnings 0
syscalls:fsconfig01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:40: TCONF: fsconfig(FSCONFIG_SET_PATH) not supported
fsconfig01.c:48: TCONF: fsconfig(FSCONFIG_SET_PATH_EMPTY) not supported
fsconfig01.c:56: TCONF: fsconfig(FSCONFIG_SET_FD) not supported
fsconfig01.c:78: TPASS: fsconfig() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig01.c:78: TPASS: fsconfig() passed

Summary:
passed   7
failed   0
broken   0
skipped  18
warnings 0
syscalls:fsconfig02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsconfig02.c:87: TPASS: invalid-fd: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: invalid-cmd: fsconfig() failed as expected: EOPNOTSUPP (95)
fsconfig02.c:87: TPASS: set-flag-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-flag-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-flag-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-string-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-string-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-string-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-binary-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-binary-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-binary-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-empty-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-empty-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-path-empty-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-fd-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-fd-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: set-fd-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-create-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-create-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-create-aux: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-reconfigure-key: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-reconfigure-value: fsconfig() failed as expected: EINVAL (22)
fsconfig02.c:87: TPASS: cmd-reconfigure-aux: fsconfig() failed as expected: EINVAL (22)

Summary:
passed   26
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsmount01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag 0, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RDONLY: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOSUID: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODEV: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOEXEC: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_RELATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NOATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_STRICTATIME: fsmount() passed
fsmount01.c:86: TPASS: Flag FSMOUNT_CLOEXEC, Attr MOUNT_ATTR_NODIRATIME: fsmount() passed

Summary:
passed   112
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsmount02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsmount02.c:67: TPASS: invalid-fd: fsmount() failed as expected: EBADF (9)
fsmount02.c:67: TPASS: invalid-flags: fsmount() failed as expected: EINVAL (22)
fsmount02.c:67: TPASS: invalid-attrs: fsmount() failed as expected: EINVAL (22)

Summary:
passed   21
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsopen01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsopen02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsopen02.c:49: TPASS: invalid-fs: fsopen() failed as expected: ENODEV (19)
fsopen02.c:49: TPASS: invalid-flags: fsopen() failed as expected: EINVAL (22)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fspick01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick01.c:52: TPASS: Flag FSPICK_CLOEXEC: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_SYMLINK_NOFOLLOW: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_NO_AUTOMOUNT: fspick() passed
fspick01.c:52: TPASS: Flag FSPICK_EMPTY_PATH: fspick() passed

Summary:
passed   28
failed   0
broken   0
skipped  0
warnings 0
syscalls:fspick02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fspick02.c:42: TPASS: invalid-fd: fspick() failed as expected: EBADF (9)
fspick02.c:42: TPASS: invalid-path: fspick() failed as expected: ENOENT (2)
fspick02.c:42: TPASS: invalid-flags: fspick() failed as expected: EINVAL (22)

Summary:
passed   21
failed   0
broken   0
skipped  0
warnings 0
syscalls:fstat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fstat02.c:67: TPASS: fstat() reported correct values.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fstat02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fstat02.c:67: TPASS: fstat() reported correct values.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fstat03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fstat03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:fstatat01 passed
fstatat01    1  TPASS  :  fstatat failed as expected: TEST_ERRNO=SUCCESS(0): Success
fstatat01    2  TPASS  :  fstatat failed as expected: TEST_ERRNO=SUCCESS(0): Success
fstatat01    3  TPASS  :  fstatat failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
fstatat01    4  TPASS  :  fstatat failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
fstatat01    5  TPASS  :  fstatat failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
fstatat01    6  TPASS  :  fstatat failed as expected: TEST_ERRNO=SUCCESS(0): Success
syscalls:fstatfs01 passed
fstatfs01    1  TPASS  :  fstatfs() on a file - f_type=ef53
fstatfs01    2  TPASS  :  fstatfs() on a pipe - f_type=50495045
syscalls:fstatfs01_64 passed
fstatfs01    1  TPASS  :  fstatfs() on a file - f_type=ef53
fstatfs01    2  TPASS  :  fstatfs() on a pipe - f_type=50495045
syscalls:fstatfs02 passed
fstatfs02    1  TPASS  :  expected failure - errno = 9 : Bad file descriptor
fstatfs02    2  TPASS  :  expected failure - errno = 14 : Bad address
syscalls:fstatfs02_64 passed
fstatfs02    1  TPASS  :  expected failure - errno = 9 : Bad file descriptor
fstatfs02    2  TPASS  :  expected failure - errno = 14 : Bad address
syscalls:fsync01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0
fsync01.c:30: TPASS: fsync() returned 0

Summary:
passed   70
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsync02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync02.c:99: TPASS: fsync succeeded in an acceptable amount of time

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsync03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync03.c:71: TPASS: fsync() failed as expected: EINVAL (22)
fsync03.c:71: TPASS: fsync() failed as expected: EINVAL (22)
fsync03.c:71: TPASS: fsync() failed as expected: EBADF (9)
fsync03.c:71: TPASS: fsync() failed as expected: EBADF (9)
fsync03.c:71: TPASS: fsync() failed as expected: EINVAL (22)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:fsync04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fsync04.c:50: TPASS: Test file synced to device

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:ftruncate01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ftruncate01.c:65: TINFO: Truncated length smaller than file size
ftruncate01.c:60: TPASS: ftruncate() succeeded
ftruncate01.c:74: TINFO: Truncated length exceeds file size
ftruncate01.c:60: TPASS: ftruncate() succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:ftruncate01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ftruncate01.c:65: TINFO: Truncated length smaller than file size
ftruncate01.c:60: TPASS: ftruncate() succeeded
ftruncate01.c:74: TINFO: Truncated length exceeds file size
ftruncate01.c:60: TPASS: ftruncate() succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:ftruncate03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ftruncate03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ftruncate04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ftruncate04_64 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:futimesat01 passed
futimesat01    1  TCONF  :  futimesat01.c:61: syscall(-1) __NR_futimesat not supported on your arch
futimesat01    2  TCONF  :  futimesat01.c:61: Remaining cases not appropriate for configuration
syscalls:getcontext01 passed
getcontext01    1  TPASS  :  getcontext passed
syscalls:getcpu01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcpu01.c:152: TPASS: getcpu() returned proper cpuid:3, node id:0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getcwd01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcwd01.c:62: TPASS: getcwd() failed as expected: EFAULT (14)
getcwd01.c:62: TPASS: getcwd() failed as expected: ENOMEM (12)
getcwd01.c:62: TPASS: getcwd() failed as expected: EINVAL (22)
getcwd01.c:62: TPASS: getcwd() failed as expected: ERANGE (34)
getcwd01.c:62: TPASS: getcwd() failed as expected: ERANGE (34)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:getcwd02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcwd02.c:102: TINFO: Expected path '/tmp'
getcwd02.c:86: TPASS: getcwd() returned expected directory: /tmp
getcwd02.c:86: TPASS: getcwd() returned expected directory: /tmp
getcwd02.c:86: TPASS: getcwd() returned expected directory: /tmp

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:getcwd03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcwd03.c:73: TPASS: getcwd() succeeded on a symbolic link

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getcwd04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getcwd04.c:60: TPASS: Bug is not reproduced!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getdents01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:148: TINFO: Testing the SYS_getdents syscall
getdents.h:45: TCONF: syscall(-1) __NR_getdents not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:151: TINFO: Testing the SYS_getdents64 syscall
getdents01.c:92: TINFO: Found 'file'
getdents01.c:92: TINFO: Found '.'
getdents01.c:92: TINFO: Found 'dir'
getdents01.c:92: TINFO: Found '..'
getdents01.c:92: TINFO: Found 'symlink'
getdents01.c:126: TPASS: All entries found
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:157: TCONF: libc getdents() is not implemented
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:164: TCONF: libc getdents64() is not implemented

Summary:
passed   1
failed   0
broken   0
skipped  3
warnings 0
syscalls:getdents02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:148: TINFO: Testing the SYS_getdents syscall
tst_buffers.c:55: TINFO: Test is using guarded buffers
getdents.h:45: TCONF: syscall(-1) __NR_getdents not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:151: TINFO: Testing the SYS_getdents64 syscall
tst_buffers.c:55: TINFO: Test is using guarded buffers
getdents02.c:83: TPASS: getdents failed as expected: EBADF (9)
getdents02.c:83: TPASS: getdents failed as expected: EINVAL (22)
getdents02.c:83: TPASS: getdents failed as expected: ENOTDIR (20)
getdents02.c:83: TPASS: getdents failed as expected: ENOENT (2)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:157: TCONF: libc getdents() is not implemented
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getdents.h:164: TCONF: libc getdents64() is not implemented

Summary:
passed   4
failed   0
broken   0
skipped  3
warnings 0
syscalls:getdomainname01 passed
getdomainname01    1  TPASS  :  getdomainname() returned 0 
syscalls:getdtablesize01 passed
getdtablesize01    0  TINFO  :  Maximum number of files a process can have opened is 1024
getdtablesize01    0  TINFO  :  Checking with the value returned by getrlimit...RLIMIT_NOFILE
getdtablesize01    1  TPASS  :  got correct dtablesize, value is 1024
getdtablesize01    0  TINFO  :  Checking Max num of files that can be opened by a process.Should be: RLIMIT_NOFILE - 1
getdtablesize01    2  TPASS  :  1023 = 1023
syscalls:getegid01 passed
getegid01    1  TPASS  :  getegid returned 0
syscalls:getegid01_16 passed
getegid01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getegid/../utils/compat_16.h:112: 16-bit version of getegid() is not supported on your platform
getegid01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getegid/../utils/compat_16.h:112: Remaining cases not appropriate for configuration
syscalls:getegid02 passed
getegid02    1  TPASS  :  effective group id 0 is correct
syscalls:getegid02_16 passed
getegid02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getegid/../utils/compat_16.h:112: 16-bit version of getegid() is not supported on your platform
getegid02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getegid/../utils/compat_16.h:112: Remaining cases not appropriate for configuration
syscalls:geteuid01 passed
geteuid01    1  TPASS  :  geteuid returned 0
syscalls:geteuid01_16 passed
geteuid01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/geteuid/../utils/compat_16.h:107: 16-bit version of geteuid() is not supported on your platform
geteuid01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/geteuid/../utils/compat_16.h:107: Remaining cases not appropriate for configuration
syscalls:geteuid02 passed
geteuid02    1  TPASS  :  values from geteuid and getpwuid match
syscalls:geteuid02_16 passed
geteuid02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/geteuid/../utils/compat_16.h:107: 16-bit version of geteuid() is not supported on your platform
geteuid02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/geteuid/../utils/compat_16.h:107: Remaining cases not appropriate for configuration
syscalls:getgid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getgid01.c:26: TPASS: getgid returned as expectedly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getgid01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getgid/../utils/compat_tst_16.h:99: TCONF: 16-bit version of getgid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:getgid03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getgid03.c:43: TPASS: values from getgid() and getpwuid() match

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getgid03_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getgid/../utils/compat_tst_16.h:99: TCONF: 16-bit version of getgid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:getgroups01 passed
getgroups01    1  TPASS  :  getgroups failed as expected with EINVAL
getgroups01    2  TPASS  :  getgroups did not modify the gidset array
getgroups01    3  TPASS  :  getgroups failed as expected with EINVAL
getgroups01    4  TPASS  :  getgroups(NGROUPS,gidset) returned 3 contains gid 0 (from getgid)
syscalls:getgroups01_16 passed
getgroups01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getgroups/../utils/compat_16.h:82: 16-bit version of getgroups() is not supported on your platform
getgroups01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getgroups/../utils/compat_16.h:82: Remaining cases not appropriate for configuration
syscalls:getgroups03 passed
getgroups03    1  TPASS  :  getgroups functionality correct
syscalls:getgroups03_16 passed
getgroups03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getgroups/../utils/compat_16.h:77: 16-bit version of setgroups() is not supported on your platform
getgroups03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getgroups/../utils/compat_16.h:77: Remaining cases not appropriate for configuration
syscalls:gethostbyname_r01 passed
gethostbyname_r01    1  TPASS  :  not vulnerable
syscalls:gethostid01 passed
gethostid01    1  TPASS  :  Hostid command and gethostid both report hostid is 007f0101
syscalls:gethostname01 passed
gethostname01    1  TPASS  :  gethostname returned 0
syscalls:getitimer01 passed
getitimer01    1  TPASS  :  functionality is ok
getitimer01    2  TPASS  :  functionality is ok
getitimer01    3  TPASS  :  functionality is ok
syscalls:getitimer02 passed
getitimer02    1  TPASS  :  expected failure - errno = 14 - Bad address
syscalls:getitimer03 passed
getitimer03    1  TPASS  :  expected failure - errno = 22 - Invalid argument
syscalls:getpagesize01 passed
getpagesize01    0  TINFO  :  Page Size is 4096
getpagesize01    1  TPASS  :  getpagesize - Page size returned 4096
syscalls:getpeername01 passed
getpeername01    1  TPASS  :  test getpeername() EBADF successful
getpeername01    2  TPASS  :  test getpeername() ENOTSOCK successful
getpeername01    3  TPASS  :  test getpeername() ENOTCONN successful
getpeername01    4  TPASS  :  test getpeername() EINVAL successful
getpeername01    5  TPASS  :  test getpeername() EFAULT successful
getpeername01    6  TPASS  :  test getpeername() EFAULT successful
getpeername01    7  TPASS  :  test getpeername() EFAULT successful
syscalls:getpgid01 passed
getpgid01    1  TPASS  :  getpgid(0) PASSED
getpgid01    2  TPASS  :  getpgid(getpid()) PASSED
getpgid01    3  TPASS  :  getpgid(getppid()) PASSED
getpgid01    4  TPASS  :  getpgid(3396) PASSED
getpgid01    5  TPASS  :  getpgid(1) PASSED
getpgid01    1  TPASS  :  getpgid01 PASSED
syscalls:getpgid02 passed
getpgid02    1  TPASS  :  expected failure - errno = 3 : No such process
getpgid02    2  TPASS  :  expected failure - errno = 3 : No such process
syscalls:getpgrp01 passed
getpgrp01    1  TPASS  :  getpgrp returned 3399
syscalls:getpid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getpid01.c:29: TPASS: getpid() returns 3402
getpid01.c:29: TPASS: getpid() returns 3403
getpid01.c:29: TPASS: getpid() returns 3404
getpid01.c:29: TPASS: getpid() returns 3405
getpid01.c:29: TPASS: getpid() returns 3406
getpid01.c:29: TPASS: getpid() returns 3407
getpid01.c:29: TPASS: getpid() returns 3408
getpid01.c:29: TPASS: getpid() returns 3409
getpid01.c:29: TPASS: getpid() returns 3410
getpid01.c:29: TPASS: getpid() returns 3411
getpid01.c:29: TPASS: getpid() returns 3412
getpid01.c:29: TPASS: getpid() returns 3413
getpid01.c:29: TPASS: getpid() returns 3414
getpid01.c:29: TPASS: getpid() returns 3415
getpid01.c:29: TPASS: getpid() returns 3416
getpid01.c:29: TPASS: getpid() returns 3417
getpid01.c:29: TPASS: getpid() returns 3418
getpid01.c:29: TPASS: getpid() returns 3419
getpid01.c:29: TPASS: getpid() returns 3420
getpid01.c:29: TPASS: getpid() returns 3421
getpid01.c:29: TPASS: getpid() returns 3422
getpid01.c:29: TPASS: getpid() returns 3423
getpid01.c:29: TPASS: getpid() returns 3424
getpid01.c:29: TPASS: getpid() returns 3425
getpid01.c:29: TPASS: getpid() returns 3426
getpid01.c:29: TPASS: getpid() returns 3427
getpid01.c:29: TPASS: getpid() returns 3428
getpid01.c:29: TPASS: getpid() returns 3429
getpid01.c:29: TPASS: getpid() returns 3430
getpid01.c:29: TPASS: getpid() returns 3431
getpid01.c:29: TPASS: getpid() returns 3432
getpid01.c:29: TPASS: getpid() returns 3433
getpid01.c:29: TPASS: getpid() returns 3434
getpid01.c:29: TPASS: getpid() returns 3435
getpid01.c:29: TPASS: getpid() returns 3436
getpid01.c:29: TPASS: getpid() returns 3437
getpid01.c:29: TPASS: getpid() returns 3438
getpid01.c:29: TPASS: getpid() returns 3439
getpid01.c:29: TPASS: getpid() returns 3440
getpid01.c:29: TPASS: getpid() returns 3441
getpid01.c:29: TPASS: getpid() returns 3442
getpid01.c:29: TPASS: getpid() returns 3443
getpid01.c:29: TPASS: getpid() returns 3444
getpid01.c:29: TPASS: getpid() returns 3445
getpid01.c:29: TPASS: getpid() returns 3446
getpid01.c:29: TPASS: getpid() returns 3447
getpid01.c:29: TPASS: getpid() returns 3448
getpid01.c:29: TPASS: getpid() returns 3449
getpid01.c:29: TPASS: getpid() returns 3450
getpid01.c:29: TPASS: getpid() returns 3451
getpid01.c:29: TPASS: getpid() returns 3452
getpid01.c:29: TPASS: getpid() returns 3453
getpid01.c:29: TPASS: getpid() returns 3454
getpid01.c:29: TPASS: getpid() returns 3455
getpid01.c:29: TPASS: getpid() returns 3456
getpid01.c:29: TPASS: getpid() returns 3457
getpid01.c:29: TPASS: getpid() returns 3458
getpid01.c:29: TPASS: getpid() returns 3459
getpid01.c:29: TPASS: getpid() returns 3460
getpid01.c:29: TPASS: getpid() returns 3461
getpid01.c:29: TPASS: getpid() returns 3462
getpid01.c:29: TPASS: getpid() returns 3463
getpid01.c:29: TPASS: getpid() returns 3464
getpid01.c:29: TPASS: getpid() returns 3465
getpid01.c:29: TPASS: getpid() returns 3466
getpid01.c:29: TPASS: getpid() returns 3467
getpid01.c:29: TPASS: getpid() returns 3468
getpid01.c:29: TPASS: getpid() returns 3469
getpid01.c:29: TPASS: getpid() returns 3470
getpid01.c:29: TPASS: getpid() returns 3471
getpid01.c:29: TPASS: getpid() returns 3472
getpid01.c:29: TPASS: getpid() returns 3473
getpid01.c:29: TPASS: getpid() returns 3474
getpid01.c:29: TPASS: getpid() returns 3475
getpid01.c:29: TPASS: getpid() returns 3476
getpid01.c:29: TPASS: getpid() returns 3477
getpid01.c:29: TPASS: getpid() returns 3478
getpid01.c:29: TPASS: getpid() returns 3479
getpid01.c:29: TPASS: getpid() returns 3480
getpid01.c:29: TPASS: getpid() returns 3481
getpid01.c:29: TPASS: getpid() returns 3482
getpid01.c:29: TPASS: getpid() returns 3483
getpid01.c:29: TPASS: getpid() returns 3484
getpid01.c:29: TPASS: getpid() returns 3485
getpid01.c:29: TPASS: getpid() returns 3486
getpid01.c:29: TPASS: getpid() returns 3487
getpid01.c:29: TPASS: getpid() returns 3488
getpid01.c:29: TPASS: getpid() returns 3489
getpid01.c:29: TPASS: getpid() returns 3490
getpid01.c:29: TPASS: getpid() returns 3491
getpid01.c:29: TPASS: getpid() returns 3492
getpid01.c:29: TPASS: getpid() returns 3493
getpid01.c:29: TPASS: getpid() returns 3494
getpid01.c:29: TPASS: getpid() returns 3496
getpid01.c:29: TPASS: getpid() returns 3498
getpid01.c:29: TPASS: getpid() returns 3499
getpid01.c:29: TPASS: getpid() returns 3500
getpid01.c:29: TPASS: getpid() returns 3501
getpid01.c:29: TPASS: getpid() returns 3502
getpid01.c:29: TPASS: getpid() returns 3503

Summary:
passed   100
failed   0
broken   0
skipped  0
warnings 0
syscalls:getpid02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getpid02.c:36: TPASS: child getppid() == parent getpid() (3505)
getpid02.c:49: TPASS: child getpid() == parent fork() (3506)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:getppid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getppid01.c:25: TPASS: getppid() returned 3507

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getppid02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getppid02.c:31: TPASS: getppid() returned parent pid (3510)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getpriority01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getpriority01.c:50: TPASS: getpriority(0, 0) returned 0
getpriority01.c:50: TPASS: getpriority(1, 0) returned 0
getpriority01.c:50: TPASS: getpriority(2, 0) returned -20

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:getpriority02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getpriority02.c:58: TPASS: getpriority(-1, 0) fails as expected: EINVAL (22)
getpriority02.c:58: TPASS: getpriority(0, -1) fails as expected: ESRCH (3)
getpriority02.c:58: TPASS: getpriority(1, -1) fails as expected: ESRCH (3)
getpriority02.c:58: TPASS: getpriority(2, -1) fails as expected: ESRCH (3)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:getrandom01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getrandom01.c:21: TPASS: getrandom returned -1: EFAULT (14)
getrandom01.c:21: TPASS: getrandom returned -1: EFAULT (14)
getrandom01.c:21: TPASS: getrandom returned -1: EFAULT (14)
getrandom01.c:21: TPASS: getrandom returned -1: EFAULT (14)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:getrandom02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getrandom02.c:59: TPASS: getrandom returned 256
getrandom02.c:59: TPASS: getrandom returned 78
getrandom02.c:59: TPASS: getrandom returned 256
getrandom02.c:59: TPASS: getrandom returned 78

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:getrandom03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:getrandom04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getrandom04.c:28: TPASS: getrandom returned 100

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getresgid01 passed
getresgid01    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresgid01_16 passed
getresgid01    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresgid/../utils/compat_16.h:151: 16-bit version of getresgid() is not supported on your platform
getresgid01    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresgid/../utils/compat_16.h:151: Remaining cases not appropriate for configuration
syscalls:getresgid02 passed
getresgid02    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresgid02_16 passed
getresgid02    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresgid/../utils/compat_16.h:151: 16-bit version of getresgid() is not supported on your platform
getresgid02    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresgid/../utils/compat_16.h:151: Remaining cases not appropriate for configuration
syscalls:getresgid03 passed
getresgid03    1  TPASS  :  Functionality of getresgid() successful
syscalls:getresgid03_16 passed
getresgid03    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresgid/../utils/compat_16.h:151: 16-bit version of getresgid() is not supported on your platform
getresgid03    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresgid/../utils/compat_16.h:151: Remaining cases not appropriate for configuration
syscalls:getresuid01 passed
getresuid01    1  TPASS  :  Functionality of getresuid() successful
syscalls:getresuid01_16 passed
getresuid01    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresuid/../utils/compat_16.h:141: 16-bit version of getresuid() is not supported on your platform
getresuid01    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresuid/../utils/compat_16.h:141: Remaining cases not appropriate for configuration
syscalls:getresuid02 passed
getresuid02    1  TPASS  :  Functionality of getresuid() successful
syscalls:getresuid02_16 passed
getresuid02    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresuid/../utils/compat_16.h:141: 16-bit version of getresuid() is not supported on your platform
getresuid02    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresuid/../utils/compat_16.h:141: Remaining cases not appropriate for configuration
syscalls:getresuid03 passed
getresuid03    1  TPASS  :  Functionality of getresuid() successful
syscalls:getresuid03_16 passed
getresuid03    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresuid/../utils/compat_16.h:141: 16-bit version of getresuid() is not supported on your platform
getresuid03    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getresuid/../utils/compat_16.h:141: Remaining cases not appropriate for configuration
syscalls:getrlimit01 passed
getrlimit01    1  TPASS  :  getrlimit() test RLIMIT_CPU success
getrlimit01    2  TPASS  :  getrlimit() test RLIMIT_FSIZE success
getrlimit01    3  TPASS  :  getrlimit() test RLIMIT_DATA success
getrlimit01    4  TPASS  :  getrlimit() test RLIMIT_STACK success
getrlimit01    5  TPASS  :  getrlimit() test RLIMIT_CORE success
getrlimit01    6  TPASS  :  getrlimit() test RLIMIT_RSS success
getrlimit01    7  TPASS  :  getrlimit() test RLIMIT_NPROC success
getrlimit01    8  TPASS  :  getrlimit() test RLIMIT_NOFILE success
getrlimit01    9  TPASS  :  getrlimit() test RLIMIT_MEMLOCK success
getrlimit01   10  TPASS  :  getrlimit() test RLIMIT_AS success
getrlimit01   11  TPASS  :  getrlimit() test RLIMIT_LOCKS success
getrlimit01   12  TPASS  :  getrlimit() test RLIMIT_MSGQUEUE success
getrlimit01   13  TPASS  :  getrlimit() test RLIMIT_NICE success
getrlimit01   14  TPASS  :  getrlimit() test RLIMIT_RTPRIO success
getrlimit01   15  TPASS  :  getrlimit() test RLIMIT_SIGPENDING success
getrlimit01   16  TPASS  :  getrlimit() test RLIMIT_RTTIME success
syscalls:getrlimit02 passed
getrlimit02    1  TPASS  :  expected failure; got EFAULT
getrlimit02    2  TPASS  :  expected failure; got EINVAL
syscalls:getrlimit03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getrlimit03.c:168: TPASS: __NR_prlimit64(0) and __NR_getrlimit(0) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(1) and __NR_getrlimit(1) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(2) and __NR_getrlimit(2) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(3) and __NR_getrlimit(3) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(4) and __NR_getrlimit(4) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(5) and __NR_getrlimit(5) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(6) and __NR_getrlimit(6) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(7) and __NR_getrlimit(7) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(8) and __NR_getrlimit(8) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(9) and __NR_getrlimit(9) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(10) and __NR_getrlimit(10) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(11) and __NR_getrlimit(11) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(12) and __NR_getrlimit(12) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(13) and __NR_getrlimit(13) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(14) and __NR_getrlimit(14) gave consistent results
getrlimit03.c:168: TPASS: __NR_prlimit64(15) and __NR_getrlimit(15) gave consistent results

Summary:
passed   16
failed   0
broken   0
skipped  0
warnings 0
syscalls:get_mempolicy01 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:get_mempolicy02 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:get_robust_list01 passed
get_robust_list01    1  TPASS  :  get_robust_list failed as expected with EFAULT
get_robust_list01    2  TPASS  :  get_robust_list failed as expected with EFAULT
get_robust_list01    3  TPASS  :  get_robust_list failed as expected with ESRCH
get_robust_list01    4  TPASS  :  get_robust_list succeeded
get_robust_list01    5  TPASS  :  get_robust_list failed as expected with EPERM
syscalls:getrusage01 passed
getrusage01    1  TPASS  :  getrusage passed
getrusage01    2  TPASS  :  getrusage passed
syscalls:getrusage02 passed
getrusage02    1  TPASS  :  getrusage failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
getrusage02    2  TPASS  :  getrusage failed as expected: TEST_ERRNO=EFAULT(14): Bad address
syscalls:getrusage03 passed
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    0  TINFO  :  child.self = 102532
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103736
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    0  TINFO  :  child.children = 0
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103736
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    3  TPASS  :  child.children == 0
getrusage03    0  TINFO  :  Testcase #03: fork + malloc
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    0  TINFO  :  child allocate +50MB
getrusage03    0  TINFO  :  child.self = 154404
getrusage03_child    0  TINFO  :  grandchild allocate 300MB
getrusage03_child    0  TINFO  :  grandchild allocate 300MB
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103736
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    3  TPASS  :  child.children == 0
getrusage03    0  TINFO  :  Testcase #03: fork + malloc
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    4  TPASS  :  initial.self + 50MB ~= child.self
getrusage03    0  TINFO  :  Testcase #04: grandchild maxrss
getrusage03    0  TINFO  :  initial.children = 154940
getrusage03_child    0  TINFO  :  child allocate 400MB
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103736
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    3  TPASS  :  child.children == 0
getrusage03    0  TINFO  :  Testcase #03: fork + malloc
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    4  TPASS  :  initial.self + 50MB ~= child.self
getrusage03    0  TINFO  :  Testcase #04: grandchild maxrss
getrusage03    0  TINFO  :  initial.children = 154940
getrusage03    0  TINFO  :  post_wait.children = 308340
getrusage03    5  TPASS  :  child.children ~= 300MB
getrusage03    0  TINFO  :  Testcase #05: zombie
getrusage03    0  TINFO  :  initial.children = 308340
getrusage03_child    0  TINFO  :  exec.self = 103892, exec.children = 411072
getrusage03_child    1  TPASS  :  initial.self ~= exec.self
getrusage03_child    2  TPASS  :  initial.children ~= exec.children
syscalls:getrusage04 passed
getrusage03_child    0  TINFO  :  child allocate 500MB
getrusage03_child    1  TBROK  :  tst_sig.c:234: unexpected signal SIGTERM(15) received (pid = 3558).
getrusage03_child    2  TBROK  :  tst_sig.c:234: Remaining cases broken
getrusage03    0  TINFO  :  allocate 100MB
getrusage03    0  TINFO  :  Testcase #01: fork inherit
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    1  TPASS  :  initial.self ~= child.self
getrusage03    0  TINFO  :  Testcase #02: fork inherit(cont.)
getrusage03    0  TINFO  :  initial.children = 103736
getrusage03    2  TPASS  :  initial.children ~= 100MB
getrusage03    3  TPASS  :  child.children == 0
getrusage03    0  TINFO  :  Testcase #03: fork + malloc
getrusage03    0  TINFO  :  initial.self = 103788
getrusage03    4  TPASS  :  initial.self + 50MB ~= child.self
getrusage03    0  TINFO  :  Testcase #04: grandchild maxrss
getrusage03    0  TINFO  :  initial.children = 154940
getrusage03    0  TINFO  :  post_wait.children = 308340
getrusage03    5  TPASS  :  child.children ~= 300MB
getrusage03    0  TINFO  :  Testcase #05: zombie
getrusage03    0  TINFO  :  initial.children = 308340
getrusage03    0  TINFO  :  pre_wait.children = 308340
getrusage03    6  TPASS  :  initial.children ~= pre_wait.children
getrusage03    0  TINFO  :  post_wait.children = 411072
getrusage03    7  TPASS  :  post_wait.children ~= 400MB
getrusage03    0  TINFO  :  Testcase #06: SIG_IGN
getrusage03    0  TINFO  :  initial.children = 411072
getrusage03    8  TBROK  :  tst_sig.c:234: unexpected signal SIGTERM(15) received (pid = 3556).
getrusage03    9  TBROK  :  tst_sig.c:234: Remaining cases broken
getrusage04    0  TINFO  :  Expected timers granularity is 1000 us
getrusage04    0  TINFO  :  Using 1 as multiply factor for max [us]time increment (1000+1000us)!
getrusage04    0  TINFO  :  utime:        1058us; stime:        9525us
getrusage04    0  TINFO  :  utime:        1058us; stime:       10463us
getrusage04    0  TINFO  :  utime:        1058us; stime:       11458us
getrusage04    0  TINFO  :  utime:        1058us; stime:       12458us
getrusage04    0  TINFO  :  utime:        2077us; stime:       12466us
getrusage04    0  TINFO  :  utime:        3053us; stime:       12466us
getrusage04    0  TINFO  :  utime:        3096us; stime:       13419us
getrusage04    0  TINFO  :  utime:        3096us; stime:       14418us
getrusage04    0  TINFO  :  utime:        3096us; stime:       15420us
getrusage04    0  TINFO  :  utime:        3096us; stime:       16418us
getrusage04    0  TINFO  :  utime:        3096us; stime:       17418us
getrusage04    0  TINFO  :  utime:        4097us; stime:       17418us
getrusage04    0  TINFO  :  utime:        5097us; stime:       17418us
getrusage04    0  TINFO  :  utime:        5112us; stime:       18404us
getrusage04    0  TINFO  :  utime:        5112us; stime:       19404us
getrusage04    0  TINFO  :  utime:        6111us; stime:       19404us
getrusage04    0  TINFO  :  utime:        6119us; stime:       20397us
getrusage04    0  TINFO  :  utime:        6119us; stime:       21397us
getrusage04    0  TINFO  :  utime:        6119us; stime:       22396us
getrusage04    0  TINFO  :  utime:        6119us; stime:       23396us
getrusage04    0  TINFO  :  utime:        6119us; stime:       24396us
getrusage04    1  TPASS  :  Test Passed
syscalls:getsid01 passed
getsid01    1  TPASS  :  session ID is correct
syscalls:getsid02 passed
getsid02    1  TPASS  :  expected failure - errno = 3 - No such process
syscalls:getsockname01 passed
getsockname01    1  TPASS  :  bad file descriptor successful
getsockname01    2  TPASS  :  bad file descriptor successful
getsockname01    3  TPASS  :  invalid socket buffer successful
getsockname01    4  TPASS  :  invalid aligned salen successful
getsockname01    5  TPASS  :  invalid unaligned salen successful
syscalls:getsockopt01 passed
getsockopt01    1  TPASS  :  bad file descriptor successful
getsockopt01    2  TPASS  :  bad file descriptor successful
getsockopt01    3  TPASS  :  invalid option buffer successful
getsockopt01    4  TPASS  :  invalid optlen successful
getsockopt01    5  TPASS  :  invalid level successful
getsockopt01    6  TPASS  :  invalid option name successful
getsockopt01    7  TPASS  :  invalid option name (UDP) successful
getsockopt01    8  TPASS  :  invalid option name (IP) successful
getsockopt01    9  TPASS  :  invalid option name (TCP) successful
syscalls:getsockopt02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getsockopt02.c:66: TPASS: Test passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:gettid01 passed
gettid01    1  TPASS  :  gettid() returned 3572
syscalls:gettimeofday01 passed
gettimeofday01    1  TPASS  :  gettimeofday(2) set the errno EFAULT correctly
syscalls:gettimeofday02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
gettimeofday02.c:65: TINFO: gettimeofday() called 3471844 times
gettimeofday02.c:66: TPASS: gettimeofday() monotonous in 10 seconds

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getuid01 passed
getuid01    1  TPASS  :  getuid returned 0
syscalls:getuid01_16 passed
getuid01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getuid/../utils/compat_16.h:92: 16-bit version of getuid() is not supported on your platform
getuid01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getuid/../utils/compat_16.h:92: Remaining cases not appropriate for configuration
syscalls:getuid03 passed
getuid03    1  TPASS  :  values from getuid and getpwuid match
syscalls:getuid03_16 passed
getuid03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getuid/../utils/compat_16.h:92: 16-bit version of getuid() is not supported on your platform
getuid03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/getuid/../utils/compat_16.h:92: Remaining cases not appropriate for configuration
syscalls:getxattr01 passed
getxattr01    1  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
getxattr01    2  TPASS  :  expected behavior: TEST_ERRNO=ERANGE(34): Numerical result out of range
getxattr01    3  TPASS  :  expected behavior: TEST_ERRNO=SUCCESS(0): Success
getxattr01    4  TPASS  :  Got the right value
syscalls:getxattr02 passed
getxattr02    1  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
getxattr02    2  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
getxattr02    3  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
getxattr02    4  TPASS  :  expected behavior: TEST_ERRNO=ENODATA(61): No data available
syscalls:getxattr03 passed
getxattr03    1  TPASS  :  getxattr(2) returned correct value
syscalls:getxattr04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
getxattr04.c:70: TPASS: getxattr() succeeded to get an existing attribute

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:getxattr05 passed
tst_test.c:911: TCONF: <sys/xattr.h> or <sys/acl.h> does not exist.
syscalls:init_module01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'init_module.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:init_module02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_module.c:70: TCONF: Failed to find module 'init_module.ko'

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:ioctl01_02 passed
ioctl01_02    0  TINFO  :  Testing ioctl01 with /dev/tty0
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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

syscalls:ioctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl03.c:76: TINFO: Available features are: 0x7133
ioctl03.c:81: TPASS: TUN 0x1
ioctl03.c:81: TPASS: TAP 0x2
ioctl03.c:81: TPASS: NO_PI 0x1000
ioctl03.c:81: TPASS: ONE_QUEUE 0x2000
ioctl03.c:81: TPASS: VNET_HDR 0x4000
ioctl03.c:81: TPASS: MULTI_QUEUE 0x100
ioctl03.c:81: TPASS: IFF_NAPI 0x10
ioctl03.c:81: TPASS: IFF_NAPI_FRAGS 0x20

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl04.c:26: TPASS: BLKROGET returned 0
ioctl04.c:39: TPASS: BLKROGET returned 1
ioctl04.c:50: TPASS: Mounting RO device RW failed: EACCES (13)
ioctl04.c:61: TPASS: Mounting RO device RO works

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl05 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl05.c:35: TPASS: BLKGETSIZE returned 524288, BLKGETSIZE64 268435456
ioctl05.c:46: TPASS: Could lseek to the end of the device
ioctl05.c:53: TPASS: Got EOF when trying to read after the end of device

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl06 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ioctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl07.c:28: TINFO: entropy value from ioctl: 2633, proc: 2633
ioctl07.c:31: TPASS: entropy value within expected parameters

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl08 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with btrfs opts='' extra opts=''
tst_cmd.c:64: TCONF: Couldn't find 'mkfs.btrfs' in $PATH at tst_cmd.c:64

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:ioctl09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl09.c:45: TPASS: access /sys/block/loop3/loop3p1 succeeds
ioctl09.c:53: TPASS: access /dev/loop3p1 succeeds
ioctl09.c:48: TPASS: access /sys/block/loop3/loop3p2 fails
ioctl09.c:56: TPASS: access /dev/loop3p2 fails
ioctl09.c:45: TPASS: access /sys/block/loop3/loop3p1 succeeds
ioctl09.c:53: TPASS: access /dev/loop3p1 succeeds
ioctl09.c:45: TPASS: access /sys/block/loop3/loop3p2 succeeds
ioctl09.c:53: TPASS: access /dev/loop3p2 succeeds

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_loop01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop01.c:85: TPASS: /sys/block/loop3/loop/partscan = 0
ioctl_loop01.c:86: TPASS: /sys/block/loop3/loop/autoclear = 0
ioctl_loop01.c:87: TPASS: /sys/block/loop3/loop/backing_file = '/home/pi/ltp/tmp/ltp-YVcjk3uOAl/nFKECA/test.img'
ioctl_loop01.c:57: TPASS: get expected lo_flag 12
ioctl_loop01.c:59: TPASS: /sys/block/loop3/loop/partscan = 1
ioctl_loop01.c:60: TPASS: /sys/block/loop3/loop/autoclear = 1
ioctl_loop01.c:69: TPASS: access /dev/loop3p1 succeeds
ioctl_loop01.c:75: TPASS: access /sys/block/loop3/loop3p1 succeeds
ioctl_loop01.c:91: TINFO: Test flag can be clear
ioctl_loop01.c:57: TPASS: get expected lo_flag 8
ioctl_loop01.c:59: TPASS: /sys/block/loop3/loop/partscan = 1
ioctl_loop01.c:60: TPASS: /sys/block/loop3/loop/autoclear = 0
ioctl_loop01.c:69: TPASS: access /dev/loop3p1 succeeds
ioctl_loop01.c:75: TPASS: access /sys/block/loop3/loop3p1 succeeds

Summary:
passed   13
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_loop02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop02.c:133: TINFO: LOOP_CONFIGURE is not supported: EINVAL (22)
ioctl_loop02.c:51: TINFO: Using LOOP_SET_FD to setup loopdevice
ioctl_loop02.c:62: TPASS: /sys/block/loop3/ro = 1
ioctl_loop02.c:63: TPASS: /sys/block/loop3/loop/backing_file = '/home/pi/ltp/tmp/ltp-YVcjk3uOAl/Lke2BO/test.img'
ioctl_loop02.c:72: TPASS: lo_flags only has default LO_FLAGS_READ_ONLY flag
ioctl_loop02.c:78: TPASS: Can not write data in RO mode: EPERM (1)
ioctl_loop02.c:84: TPASS: LOOP_CHANGE_FD succeeded
ioctl_loop02.c:85: TPASS: /sys/block/loop3/ro = 1
ioctl_loop02.c:86: TPASS: /sys/block/loop3/loop/backing_file = '/home/pi/ltp/tmp/ltp-YVcjk3uOAl/Lke2BO/test1.img'
ioctl_loop02.c:92: TPASS: LOOP_CHANGE_FD failed as expected: EINVAL (22)
ioctl_loop02.c:47: TCONF: LOOP_CONFIGURE ioctl not supported

Summary:
passed   8
failed   0
broken   0
skipped  1
warnings 0
syscalls:ioctl_loop03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop03.c:29: TPASS: LOOP_CHANGE_FD failed as expected: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_loop04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop04.c:35: TPASS: /sys/block/loop3/size = 20
ioctl_loop04.c:50: TPASS: LOOP_SET_CAPACITY set loop size to 5120
ioctl_loop04.c:56: TPASS: /sys/block/loop3/size = 10

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_loop05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_device.c:535: TWARN: stat(/dev/root) failed: ENOENT (2)

Summary:
passed   0
failed   0
broken   0
skipped  0
warnings 1
syscalls:ioctl_loop06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop06.c:115: TINFO: LOOP_CONFIGURE is not supported: EINVAL (22)
ioctl_loop06.c:69: TINFO: Using LOOP_SET_BLOCK_SIZE with arg < 512
ioctl_loop06.c:60: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:69: TINFO: Using LOOP_SET_BLOCK_SIZE with arg > PAGE_SIZE
ioctl_loop06.c:60: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:69: TINFO: Using LOOP_SET_BLOCK_SIZE with arg != power_of_2
ioctl_loop06.c:60: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:69: TINFO: Using LOOP_CONFIGURE with block_size < 512
ioctl_loop06.c:80: TCONF: LOOP_CONFIGURE ioctl not supported
ioctl_loop06.c:69: TINFO: Using LOOP_CONFIGURE with block_size > PAGE_SIZE
ioctl_loop06.c:80: TCONF: LOOP_CONFIGURE ioctl not supported
ioctl_loop06.c:69: TINFO: Using LOOP_CONFIGURE with block_size != power_of_2
ioctl_loop06.c:80: TCONF: LOOP_CONFIGURE ioctl not supported

Summary:
passed   3
failed   0
broken   0
skipped  3
warnings 0
syscalls:ioctl_loop07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
ioctl_loop07.c:125: TINFO: original loop size 2048 sectors
ioctl_loop07.c:132: TINFO: LOOP_CONFIGURE is not supported: EINVAL (22)
ioctl_loop07.c:83: TINFO: When sizelimit is greater than loopsize by using LOOP_SET_STATUS64
ioctl_loop07.c:62: TPASS: /sys/block/loop3/size = 2048
ioctl_loop07.c:63: TPASS: /sys/block/loop3/loop/sizelimit = 4194304
ioctl_loop07.c:66: TPASS: LOOP_GET_STATUS64 gets correct lo_sizelimit(4194304)
ioctl_loop07.c:83: TINFO: When sizelimit is less than loopsize by using LOOP_SET_STATUS64
ioctl_loop07.c:62: TPASS: /sys/block/loop3/size = 1024
ioctl_loop07.c:63: TPASS: /sys/block/loop3/loop/sizelimit = 524288
ioctl_loop07.c:66: TPASS: LOOP_GET_STATUS64 gets correct lo_sizelimit(524288)
ioctl_loop07.c:83: TINFO: When sizelimit is greater than loopsize by using LOOP_CONFIGURE
ioctl_loop07.c:96: TCONF: LOOP_CONFIGURE ioctl not supported
ioctl_loop07.c:83: TINFO: When sizelimit is less than loopsize by using LOOP_CONFIGURE
ioctl_loop07.c:96: TCONF: LOOP_CONFIGURE ioctl not supported

Summary:
passed   6
failed   0
broken   0
skipped  2
warnings 0
syscalls:ioctl_ns01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns01.c:57: TPASS: NS_GET_PARENT fails with EPERM
ioctl_ns01.c:57: TPASS: NS_GET_PARENT fails with EPERM

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns02.c:39: TPASS: NS_GET_PARENT fails with EINVAL

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns03.c:42: TPASS: NS_GET_OWNER_UID fails, UTS namespace

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns04.c:38: TPASS: NS_GET_USERNS fails with EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns05.c:50: TPASS: child thinks its pid is 1
ioctl_ns05.c:91: TPASS: child and parent are consistent

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns06.c:87: TPASS: child and parent are consistent

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_ns07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_ns07.c:33: TPASS: request failed with ENOTTY
ioctl_ns07.c:33: TPASS: request failed with ENOTTY
ioctl_ns07.c:33: TPASS: request failed with ENOTTY
ioctl_ns07.c:33: TPASS: request failed with ENOTTY

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioctl_sg01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioctl_sg01.c:79: TCONF: Could not find any usable SCSI device

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

syscalls:inotify_init1_02 passed

syscalls:inotify01 passed

syscalls:inotify02 passed

syscalls:inotify03 passed

syscalls:inotify04 passed

syscalls:inotify05 passed

syscalls:inotify06 passed

syscalls:inotify07 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
inotify07.c:156: TINFO: mntpoint/ovl/test_dir ino=45058
inotify07.c:166: TINFO: mntpoint/ovl/test_dir ino=45058
inotify07.c:117: TPASS: get event: wd=1 mask=40000004 cookie=0     len=0  name=""
inotify07.c:117: TPASS: get event: wd=1 mask=00000020 cookie=0     len=16 name="test_file"
inotify07.c:117: TPASS: get event: wd=1 mask=00000008 cookie=0     len=16 name="test_file"
inotify07.c:117: TPASS: get event: wd=1 mask=00000004 cookie=0     len=16 name="test_file"

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:inotify08 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
inotify08.c:149: TINFO: mntpoint/ovl/test_file ino=32770, dev=0:39
inotify08.c:160: TINFO: mntpoint/ovl/test_file ino=32770, dev=0:39
inotify08.c:111: TPASS: get event: wd=1 mask=00000004 cookie=0     len=0 
inotify08.c:111: TPASS: get event: wd=1 mask=00000020 cookie=0     len=0 
inotify08.c:111: TPASS: get event: wd=1 mask=00000008 cookie=0     len=0 

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:inotify09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   155ns, avg_dev =    33ns, dev_ratio = 0.22 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 35893ns, avg_dev =  8670ns, dev_ratio = 0.24 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 34043ns, avg_dev =  5525ns, dev_ratio = 0.16 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg =  2005ns, avg_dev =  4610ns, dev_ratio = 2.30 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =   355  , avg_dev =   184  , dev_ratio = 0.52 }
../../../../include/tst_fuzzy_sync.h:534: TINFO: Reached deviation ratios < 0.10, introducing randomness
../../../../include/tst_fuzzy_sync.h:537: TINFO: Delay range is [-1533, 1858]
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 9072, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   107ns, avg_dev =    10ns, dev_ratio = 0.09 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 27512ns, avg_dev =   196ns, dev_ratio = 0.01 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 22691ns, avg_dev =   385ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg =  4928ns, avg_dev =   479ns, dev_ratio = 0.10 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =   333  , avg_dev =    23  , dev_ratio = 0.07 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
inotify09.c:89: TPASS: kernel survived inotify beating

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:inotify10 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
inotify10.c:90: TINFO: Test #0: Group with parent and child watches
inotify10.c:167: TPASS: got event: wd=1 mask=40000004 cookie=0 len=16 name="test_dir"
inotify10.c:167: TPASS: got event: wd=2 mask=40000004 cookie=0 len=0 name=""
inotify10.c:167: TPASS: got event: wd=1 mask=0004 cookie=0 len=16 name="test_file"
inotify10.c:167: TPASS: got event: wd=3 mask=0004 cookie=0 len=0 name=""
inotify10.c:90: TINFO: Test #1: Group with child watches and other group with parent watch
inotify10.c:167: TPASS: got event: wd=1 mask=40000004 cookie=0 len=0 name=""
inotify10.c:167: TPASS: got event: wd=2 mask=0004 cookie=0 len=0 name=""
inotify10.c:90: TINFO: Test #2: Group with parent watch and other group with child watches
inotify10.c:167: TPASS: got event: wd=1 mask=40000004 cookie=0 len=16 name="test_dir"
inotify10.c:167: TPASS: got event: wd=1 mask=0004 cookie=0 len=16 name="test_file"
inotify10.c:90: TINFO: Test #3: Two Groups with parent and child watches for different events
inotify10.c:167: TPASS: got event: wd=1 mask=40000004 cookie=0 len=16 name="test_dir"
inotify10.c:167: TPASS: got event: wd=1 mask=0004 cookie=0 len=16 name="test_file"

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify01 passed

syscalls:fanotify02 passed

syscalls:fanotify03 passed

syscalls:fanotify04 passed

syscalls:fanotify05 passed

syscalls:fanotify06 passed

syscalls:fanotify07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:259: TCONF: CONFIG_FANOTIFY_ACCESS_PERMISSIONS not configured in kernel?: EINVAL (22)

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:fanotify08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify08.c:39: TPASS: not set close_on_exec
fanotify08.c:39: TPASS: set close_on_exec

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify09 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify09.c:246: TINFO: Test #0: Events on non-dir child with both parent and mount marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=4386 fd=6 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/tfile_4386
fanotify09.c:335: TPASS: group 1 got no event
fanotify09.c:335: TPASS: group 2 got no event
fanotify09.c:246: TINFO: Test #1: Events on non-dir child and subdir with both parent and mount marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=4386 fd=6 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/tfile_4386
fanotify09.c:191: TPASS: group 0 got event: mask 10 pid=4386 fd=7 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/testdir
fanotify09.c:335: TPASS: group 1 got no event
fanotify09.c:335: TPASS: group 2 got no event
fanotify09.c:246: TINFO: Test #2: Events on non-dir child and parent with both parent and mount marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=4386 fd=6 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/tfile_4386
fanotify09.c:191: TPASS: group 0 got event: mask 10 pid=4386 fd=7 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint
fanotify09.c:335: TPASS: group 1 got no event
fanotify09.c:335: TPASS: group 2 got no event
fanotify09.c:246: TINFO: Test #3: Events on non-dir child and subdir with both parent and subdir marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=4386 fd=6 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/tfile_4386
fanotify09.c:191: TPASS: group 0 got event: mask 10 pid=4386 fd=7 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/testdir
fanotify09.c:335: TPASS: group 1 got no event
fanotify09.c:335: TPASS: group 2 got no event
fanotify09.c:246: TINFO: Test #4: Events on non-dir children with both parent and mount marks
fanotify09.c:191: TPASS: group 0 got event: mask 2 pid=4386 fd=6 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/tfile_4386
fanotify09.c:191: TPASS: group 0 got event: mask 10 pid=4386 fd=7 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/testfile
fanotify09.c:191: TPASS: group 1 got event: mask 10 pid=4386 fd=6 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/testfile
fanotify09.c:191: TPASS: group 2 got event: mask 10 pid=4386 fd=6 filename=/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ReZiMG/mntpoint/testfile
fanotify09.c:246: TINFO: Test #5: Events on non-dir child with both parent and mount marks and filename info
fanotify09.c:249: TCONF: FAN_REPORT_DFID_NAME not supported in kernel?

Summary:
passed   19
failed   0
broken   0
skipped  1
warnings 0
syscalls:fanotify10 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify10.c:517: TCONF: FAN_REPORT_DFID_NAME not supported in kernel?
fanotify10.c:416: TINFO: Test #0: ignore mount events created on a specific file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4402 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4402 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4402 fd=12
fanotify10.c:499: TPASS: group 0 (4) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 1 (4) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 2 (4) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 0 (0) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 1 (0) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 2 (0) with FAN_MARK_MOUNT and FAN_MARK_INODE ignore mask got no event
fanotify10.c:416: TINFO: Test #1: ignore exec mount events created on a specific file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4403 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4403 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4403 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=4403 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=4403 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=4403 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=4403 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=4403 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=4403 fd=12
fanotify10.c:416: TINFO: Test #2: don't ignore mount events created on another file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4404 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4404 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4404 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=4404 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=4404 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=4404 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=4404 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=4404 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=4404 fd=12
fanotify10.c:416: TINFO: Test #3: don't ignore exec mount events created on another file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4405 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4405 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4405 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1020 pid=4405 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1020 pid=4405 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1020 pid=4405 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1020 pid=4405 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1020 pid=4405 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1020 pid=4405 fd=12
fanotify10.c:416: TINFO: Test #4: ignore inode events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4406 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4406 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4406 fd=12
fanotify10.c:499: TPASS: group 0 (4) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 1 (4) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 2 (4) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 0 (0) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 1 (0) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 2 (0) with FAN_MARK_INODE and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:416: TINFO: Test #5: ignore exec inode events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4407 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4407 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4407 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=4407 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=4407 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=4407 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=4407 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=4407 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=4407 fd=12
fanotify10.c:416: TINFO: Test #6: don't ignore inode events created on another mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4408 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4408 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4408 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=4408 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=4408 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=4408 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=4408 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=4408 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=4408 fd=12
fanotify10.c:416: TINFO: Test #7: don't ignore exec inode events created on another mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4409 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4409 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4409 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1020 pid=4409 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1020 pid=4409 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1020 pid=4409 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1020 pid=4409 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1020 pid=4409 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1020 pid=4409 fd=12
fanotify10.c:416: TINFO: Test #8: ignore fs events created on a specific file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4410 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4410 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4410 fd=12
fanotify10.c:499: TPASS: group 0 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 1 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 2 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 0 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 1 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:499: TPASS: group 2 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_INODE ignore mask got no event
fanotify10.c:416: TINFO: Test #9: ignore exec fs events created on a specific file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4411 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4411 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4411 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=4411 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=4411 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=4411 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=4411 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=4411 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=4411 fd=12
fanotify10.c:416: TINFO: Test #10: don't ignore mount events created on another file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4412 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4412 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4412 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=4412 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=4412 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=4412 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=4412 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=4412 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=4412 fd=12
fanotify10.c:416: TINFO: Test #11: don't ignore exec mount events created on another file
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4413 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4413 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4413 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1020 pid=4413 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1020 pid=4413 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1020 pid=4413 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1020 pid=4413 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1020 pid=4413 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1020 pid=4413 fd=12
fanotify10.c:416: TINFO: Test #12: ignore fs events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4414 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4414 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4414 fd=12
fanotify10.c:499: TPASS: group 0 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 1 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 2 (4) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 0 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 1 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:499: TPASS: group 2 (0) with FAN_MARK_FILESYSTEM and FAN_MARK_MOUNT ignore mask got no event
fanotify10.c:416: TINFO: Test #13: ignore exec fs events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4415 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4415 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4415 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=4415 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=4415 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=4415 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=4415 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=4415 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=4415 fd=12
fanotify10.c:416: TINFO: Test #14: don't ignore fs events created on another mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4416 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4416 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4416 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=4416 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=4416 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=4416 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=4416 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=4416 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=4416 fd=12
fanotify10.c:416: TINFO: Test #15: don't ignore exec fs events created on another mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4417 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4417 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4417 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1020 pid=4417 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1020 pid=4417 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1020 pid=4417 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1020 pid=4417 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1020 pid=4417 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1020 pid=4417 fd=12
fanotify10.c:416: TINFO: Test #16: ignore child exec events created on a specific mount point
fanotify10.c:377: TPASS: group 0 (8) got event: mask 1020 pid=4418 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 1020 pid=4418 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 1020 pid=4418 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 1000 pid=4418 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 1000 pid=4418 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 1000 pid=4418 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 1000 pid=4418 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 1000 pid=4418 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 1000 pid=4418 fd=12
fanotify10.c:416: TINFO: Test #17: ignore events on children of directory created on a specific file
fanotify10.c:430: TCONF: ignored mask in combination with flag FAN_EVENT_ON_CHILD has undefined behavior on kernel < 5.9
fanotify10.c:416: TINFO: Test #18: ignore events on file created inside a parent watching children
fanotify10.c:430: TCONF: ignored mask in combination with flag FAN_EVENT_ON_CHILD has undefined behavior on kernel < 5.9
fanotify10.c:416: TINFO: Test #19: don't ignore events on file created inside a parent not watching children
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4419 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4419 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4419 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=4419 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=4419 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=4419 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=4419 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=4419 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=4419 fd=12
fanotify10.c:416: TINFO: Test #20: ignore mount events created inside a parent watching children
fanotify10.c:430: TCONF: ignored mask in combination with flag FAN_EVENT_ON_CHILD has undefined behavior on kernel < 5.9
fanotify10.c:416: TINFO: Test #21: don't ignore mount events created inside a parent not watching children
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4420 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4420 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4420 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=4420 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=4420 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=4420 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=4420 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=4420 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=4420 fd=12
fanotify10.c:416: TINFO: Test #22: ignore fs events created inside a parent watching children
fanotify10.c:430: TCONF: ignored mask in combination with flag FAN_EVENT_ON_CHILD has undefined behavior on kernel < 5.9
fanotify10.c:416: TINFO: Test #23: don't ignore fs events created inside a parent not watching children
fanotify10.c:377: TPASS: group 0 (8) got event: mask 20 pid=4421 fd=12
fanotify10.c:377: TPASS: group 1 (8) got event: mask 20 pid=4421 fd=12
fanotify10.c:377: TPASS: group 2 (8) got event: mask 20 pid=4421 fd=12
fanotify10.c:377: TPASS: group 0 (4) got event: mask 20 pid=4421 fd=12
fanotify10.c:377: TPASS: group 1 (4) got event: mask 20 pid=4421 fd=12
fanotify10.c:377: TPASS: group 2 (4) got event: mask 20 pid=4421 fd=12
fanotify10.c:377: TPASS: group 0 (0) got event: mask 20 pid=4421 fd=12
fanotify10.c:377: TPASS: group 1 (0) got event: mask 20 pid=4421 fd=12
fanotify10.c:377: TPASS: group 2 (0) got event: mask 20 pid=4421 fd=12

Summary:
passed   180
failed   0
broken   0
skipped  5
warnings 0
syscalls:fanotify11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify11.c:66: TINFO: Test #0: without FAN_REPORT_TID: tgid=4423, tid=0, event.pid=-1787607752
fanotify11.c:85: TPASS: event.pid == tgid
fanotify11.c:66: TINFO: Test #1: with FAN_REPORT_TID: tgid=4423, tid=4424, event.pid=4423
fanotify11.c:83: TPASS: event.pid == tid

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify12.c:139: TINFO: Test #0: inode mark, FAN_OPEN events
fanotify12.c:208: TPASS: Received event: mask=20, pid=4430, fd=4
fanotify12.c:208: TPASS: Received event: mask=20, pid=4430, fd=5
fanotify12.c:139: TINFO: Test #1: inode mark, FAN_OPEN_EXEC events
fanotify12.c:208: TPASS: Received event: mask=1000, pid=4431, fd=4
fanotify12.c:139: TINFO: Test #2: inode mark, FAN_OPEN | FAN_OPEN_EXEC events
fanotify12.c:208: TPASS: Received event: mask=20, pid=4432, fd=4
fanotify12.c:208: TPASS: Received event: mask=1020, pid=4432, fd=5
fanotify12.c:139: TINFO: Test #3: inode mark, FAN_OPEN events, ignore FAN_OPEN_EXEC
fanotify12.c:208: TPASS: Received event: mask=20, pid=4433, fd=4
fanotify12.c:208: TPASS: Received event: mask=20, pid=4433, fd=5
fanotify12.c:139: TINFO: Test #4: inode mark, FAN_OPEN_EXEC events, ignore FAN_OPEN
fanotify12.c:208: TPASS: Received event: mask=1000, pid=4434, fd=4
fanotify12.c:139: TINFO: Test #5: inode mark, FAN_OPEN | FAN_OPEN_EXEC events, ignore FAN_OPEN_EXEC
fanotify12.c:208: TPASS: Received event: mask=20, pid=4435, fd=4
fanotify12.c:208: TPASS: Received event: mask=20, pid=4435, fd=5

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify13 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = f4067ca1.e24738ae.c.5615623d.0...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = f4067ca1.e24738ae.d.55b8b8c8.0...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = f4067ca1.e24738ae.5001.9b2be7e5.0...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.5615623d0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.55b8b8c80000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.5615623d0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.55b8b8c80000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4458, fid=f4067ca1.e24738ae.9b2be7e500005001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.5615623d0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.55b8b8c80000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.5615623d0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.55b8b8c80000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4458, fid=f4067ca1.e24738ae.9b2be7e500005001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.5615623d0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.55b8b8c80000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.5615623d0000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4458, fid=f4067ca1.e24738ae.55b8b8c80000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4458, fid=f4067ca1.e24738ae.9b2be7e500005001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = 56a5cc32.247d02b4.1801.75704947.0...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = 56a5cc32.247d02b4.1802.a6e0c36f.0...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = 56a5cc32.247d02b4.6001.33048998.0...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.7570494700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.a6e0c36f00001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.7570494700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.a6e0c36f00001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4464, fid=56a5cc32.247d02b4.3304899800006001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.7570494700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.a6e0c36f00001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.7570494700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.a6e0c36f00001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4464, fid=56a5cc32.247d02b4.3304899800006001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.7570494700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.a6e0c36f00001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.7570494700001801 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4464, fid=56a5cc32.247d02b4.a6e0c36f00001802 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4464, fid=56a5cc32.247d02b4.3304899800006001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = 9c735510.4baa34b8.c.c0b57136.0...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = 9c735510.4baa34b8.d.7e2a5d30.0...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = 9c735510.4baa34b8.8001.8baa72d0.0...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.c0b571360000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.7e2a5d300000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.c0b571360000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.7e2a5d300000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4470, fid=9c735510.4baa34b8.8baa72d000008001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.c0b571360000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.7e2a5d300000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.c0b571360000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.7e2a5d300000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4470, fid=9c735510.4baa34b8.8baa72d000008001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.c0b571360000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.7e2a5d300000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.c0b571360000000c values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4470, fid=9c735510.4baa34b8.7e2a5d300000000d values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4470, fid=9c735510.4baa34b8.8baa72d000008001 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = 703.0.83.0.2988cbc3...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = 703.0.84.0.b11b96d8...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = 703.0.85.0.1ae4070e...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4479, fid=703.0.85 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4479, fid=703.0.85 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.83 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4479, fid=703.0.84 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4479, fid=703.0.85 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify.h:240: TINFO: fid(mntpoint/file_one) = 703.0.132.60d57445.0...
fanotify.h:240: TINFO: fid(mntpoint/file_two) = 703.0.133.60d57445.0...
fanotify.h:240: TINFO: fid(mntpoint/dir_one) = 703.0.134.60d57444.0...
fanotify13.c:146: TINFO: Test #0: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000132 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000133 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #1: FAN_REPORT_FID with mark flag: FAN_MARK_INODE
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000132 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000133 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4482, fid=703.0.60d5744400000134 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #2: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000132 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000133 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #3: FAN_REPORT_FID with mark flag: FAN_MARK_MOUNT
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000132 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000133 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4482, fid=703.0.60d5744400000134 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #4: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000132 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000133 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:146: TINFO: Test #5: FAN_REPORT_FID with mark flag: FAN_MARK_FILESYSTEM
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000132 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=30, pid=4482, fid=703.0.60d5744500000133 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
fanotify13.c:254: TPASS: got event: mask=40000030, pid=4482, fid=703.0.60d5744400000134 values returned in event match those returned in statfs(2) and name_to_handle_at(2)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify13.c:262: TCONF: FAN_REPORT_FID not supported on ntfs filesystem
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify13.c:262: TCONF: FAN_REPORT_FID not supported on tmpfs filesystem

Summary:
passed   75
failed   0
broken   0
skipped  2
warnings 0
syscalls:fanotify14 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(204, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(208, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 0, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:126: TPASS: ret=-1, fanotify_mark(3, FAN_MARK_ADD | 10, fc4, AT_FDCWD, mntpoint/file1) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(800, O_RDONLY) failed with error EINVAL as expected
fanotify14.c:84: TPASS: fanotify_fd=-1, fanotify_init(a00, O_RDONLY) failed with error EINVAL as expected

Summary:
passed   42
failed   0
broken   0
skipped  0
warnings 0
syscalls:fanotify15 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 42a5ef82.9dac879c.c001.3057e391.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 42a5ef82.9dac879c.c002.1e87999f.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 42a5ef82.9dac879c.c002.1e56b788.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4576, fid=42a5ef82.9dac879c.3057e3910000c001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4576, fid=42a5ef82.9dac879c.1e87999f0000c002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4576, fid=42a5ef82.9dac879c.1e87999f0000c002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4576, fid=42a5ef82.9dac879c.3057e3910000c001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4576, fid=42a5ef82.9dac879c.1e56b7880000c002 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 42a5ef82.9dac879c.c001.3057e391.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 42a5ef82.9dac879c.c002.d0bd2fa7.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 42a5ef82.9dac879c.c002.ed7fc191.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4576, fid=42a5ef82.9dac879c.3057e3910000c001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4576, fid=42a5ef82.9dac879c.d0bd2fa70000c002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4576, fid=42a5ef82.9dac879c.d0bd2fa70000c002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4576, fid=42a5ef82.9dac879c.3057e3910000c001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4576, fid=42a5ef82.9dac879c.ed7fc1910000c002 values
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 65017320.4a414716.c001.768101d0.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 65017320.4a414716.c002.e957bd0c.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 65017320.4a414716.c002.4a02fd19.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4584, fid=65017320.4a414716.768101d00000c001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4584, fid=65017320.4a414716.e957bd0c0000c002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4584, fid=65017320.4a414716.e957bd0c0000c002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4584, fid=65017320.4a414716.768101d00000c001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4584, fid=65017320.4a414716.4a02fd190000c002 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 65017320.4a414716.c001.768101d0.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 65017320.4a414716.c002.ad9385f7.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 65017320.4a414716.c002.b766b2d2.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4584, fid=65017320.4a414716.768101d00000c001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4584, fid=65017320.4a414716.ad9385f70000c002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4584, fid=65017320.4a414716.ad9385f70000c002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4584, fid=65017320.4a414716.768101d00000c001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4584, fid=65017320.4a414716.b766b2d20000c002 values
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = cb75d75f.f28cec1.8001.5dc6da29.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = cb75d75f.f28cec1.8002.a3460ed0.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = cb75d75f.f28cec1.8002.37bd4824.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4590, fid=cb75d75f.f28cec1.5dc6da2900008001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4590, fid=cb75d75f.f28cec1.a3460ed000008002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4590, fid=cb75d75f.f28cec1.a3460ed000008002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4590, fid=cb75d75f.f28cec1.5dc6da2900008001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4590, fid=cb75d75f.f28cec1.37bd482400008002 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = cb75d75f.f28cec1.8001.5dc6da29.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = cb75d75f.f28cec1.8002.5e4cf6b3.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = cb75d75f.f28cec1.8002.f32c78d1.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4590, fid=cb75d75f.f28cec1.5dc6da2900008001 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4590, fid=cb75d75f.f28cec1.5e4cf6b300008002 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4590, fid=cb75d75f.f28cec1.5e4cf6b300008002 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4590, fid=cb75d75f.f28cec1.5dc6da2900008001 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4590, fid=cb75d75f.f28cec1.f32c78d100008002 values
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 703.0.83.0.8b30e416...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 703.0.84.0.6a1b7e92...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 703.0.20080.0.18bc141b...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4599, fid=703.0.83 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4599, fid=703.0.84 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4599, fid=703.0.84 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4599, fid=703.0.83 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4599, fid=703.0.20080 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 703.0.83.0.8b30e416...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 703.0.84.0.6a1b7e93...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 703.0.41b00.0.6c344494...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4599, fid=703.0.83 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4599, fid=703.0.84 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4599, fid=703.0.84 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4599, fid=703.0.83 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4599, fid=703.0.41b00 values
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:86: TINFO: Test #0: FAN_REPORT_FID on filesystem including FAN_DELETE_SELF
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 703.0.136.60d57558.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 703.0.137.60d57559.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 703.0.138.60d57558.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4601, fid=703.0.60d5755800000136 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4601, fid=703.0.60d5755900000137 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4601, fid=703.0.60d5755900000137 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4601, fid=703.0.60d5755800000136 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4601, fid=703.0.60d5755800000138 values
fanotify15.c:86: TINFO: Test #1: FAN_REPORT_FID on directory with FAN_EVENT_ON_CHILD
fanotify.h:240: TINFO: fid(mntpoint/test_dir) = 703.0.136.60d57558.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/file1) = 703.0.139.60d57559.0...
fanotify.h:240: TINFO: fid(mntpoint/test_dir/dir1) = 703.0.13a.60d57558.0...
fanotify15.c:258: TPASS: Got event: mask=3c0, pid=4601, fid=703.0.60d5755800000136 values
fanotify15.c:258: TPASS: Got event: mask=402, pid=4601, fid=703.0.60d5755900000139 values
fanotify15.c:258: TPASS: Got event: mask=400, pid=4601, fid=703.0.60d5755900000139 values
fanotify15.c:258: TPASS: Got event: mask=400003c0, pid=4601, fid=703.0.60d5755800000136 values
fanotify15.c:258: TPASS: Got event: mask=40000400, pid=4601, fid=703.0.60d575580000013a values
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:275: TCONF: FAN_REPORT_FID not supported on ntfs filesystem
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify15.c:275: TCONF: FAN_REPORT_FID not supported on tmpfs filesystem

Summary:
passed   50
failed   0
broken   0
skipped  2
warnings 0
syscalls:fanotify16 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify16.c:547: TCONF: FAN_REPORT_DIR_FID not supported in kernel?

Summary:
passed   0
failed   0
broken   0
skipped  7
warnings 0
syscalls:fanotify17 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify17.c:243: TINFO: max_fanotify_groups=129 max_fanotify_marks=8192
fanotify17.c:176: TINFO: Test #0: Global groups limit in init user ns
fanotify17.c:133: TPASS: Created 129 groups - below groups limit (129)
fanotify17.c:176: TINFO: Test #1: Global groups limit in privileged user ns
fanotify17.c:179: TCONF: fanotify inside user namespace is not supported
fanotify17.c:176: TINFO: Test #2: Local groups limit in unprivileged user ns
fanotify17.c:179: TCONF: fanotify inside user namespace is not supported
fanotify17.c:176: TINFO: Test #3: Local marks limit in unprivileged user ns
fanotify17.c:179: TCONF: fanotify inside user namespace is not supported

Summary:
passed   1
failed   0
broken   0
skipped  3
warnings 0
syscalls:fanotify18 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify18.c:168: TINFO: Running as privileged user, revoking permissions.
fanotify18.c:177: TCONF: unprivileged fanotify not supported by kernel?

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:fanotify19 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
fanotify19.c:230: TINFO: Running as privileged user, revoking.
fanotify19.c:119: TINFO: Test #0 unprivileged listener - events by self
fanotify19.c:127: TCONF: unprivileged fanotify not supported by kernel?
fanotify19.c:119: TINFO: Test #1 unprivileged lisneter - events by child
fanotify19.c:127: TCONF: unprivileged fanotify not supported by kernel?

Summary:
passed   0
failed   0
broken   0
skipped  2
warnings 0
syscalls:ioperm01 passed
tst_test.c:911: TCONF: LSB v1.3 does not specify ioperm() for this architecture. (only for i386 or x86_64)
syscalls:ioperm02 passed
tst_test.c:911: TCONF: LSB v1.3 does not specify ioperm() for this architecture. (only for i386 or x86_64)
syscalls:iopl01 passed
tst_test.c:911: TCONF: LSB v1.3 does not specify iopl() for this architecture. (only for i386 or x86_64)
syscalls:iopl02 passed
tst_test.c:911: TCONF: LSB v1.3 does not specify iopl() for this architecture. (only for i386 or x86_64)
syscalls:ioprio_get01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioprio_get01.c:42: TPASS: ioprio_get returned class NONE prio 4

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioprio_set01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:ioprio_set02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioprio_set02.c:36: TPASS: tested all prios in class BEST-EFFORT
ioprio_set02.c:52: TPASS: tested all prios in class IDLE
ioprio.h:91: TPASS: ioprio_set new class NONE, new prio 0

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:ioprio_set03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ioprio.h:91: TPASS: ioprio_set new class BEST-EFFORT, new prio 4
ioprio_set03.c:34: TPASS: returned correct error for wrong prio: EINVAL (22)
ioprio_set03.c:48: TINFO: tested illegal priority with class NONE
ioprio_set03.c:50: TPASS: returned correct error for wrong prio: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_cancel01 passed
io_cancel01    1  TPASS  :  expected failure - returned value = -14 : Bad address
syscalls:io_destroy01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_destroy01.c:41: TPASS: io_destroy() failed as expected, returned -EINVAL

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_getevents01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_getevents01.c:24: TPASS: tst_syscall(__NR_io_getevents, ctx, 0, 0, NULL, NULL): EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_pgetevents01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_pgetevents01.c:28: TINFO: Testing variant: syscall with old kernel spec
io_pgetevents01.c:68: TPASS: io_pgetevents() works as expected
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_pgetevents01.c:28: TINFO: Testing variant: syscall time64 with kernel spec
io_pgetevents01.c:68: TPASS: io_pgetevents() works as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_pgetevents02 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_pgetevents02.c:57: TINFO: Testing variant: syscall time64 with 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:107: TFAIL: invalid max_nr: io_pgetevents() passed unexpectedly
io_pgetevents02.c:113: TFAIL: invalid events: io_pgetevents() should fail with EFAULT: SUCCESS (0)
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   10
failed   2
broken   0
skipped  0
warnings 0
syscalls:io_setup01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_setup01.c:64: TPASS: io_setup() passed as expected
io_setup01.c:43: TPASS: io_setup() failed as expected, returned -EINVAL
io_setup01.c:43: TPASS: io_setup() failed as expected, returned -EINVAL
io_setup01.c:43: TPASS: io_setup() failed as expected, returned -EFAULT
io_setup01.c:43: TPASS: io_setup() failed as expected, returned -EAGAIN/EWOULDBLOCK

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_submit01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_submit01.c:112: TPASS: io_submit() with invalid ctx failed with EINVAL
io_submit01.c:112: TPASS: io_submit() with invalid nr failed with EINVAL
io_submit01.c:112: TPASS: io_submit() with invalid iocbpp pointer failed with EFAULT
io_submit01.c:112: TPASS: io_submit() with NULL iocb pointers failed with EFAULT
io_submit01.c:112: TPASS: io_submit() with invalid fd failed with EBADF
io_submit01.c:112: TPASS: io_submit() with readonly fd for write failed with EBADF
io_submit01.c:112: TPASS: io_submit() with writeonly fd for read failed with EBADF
io_submit01.c:112: TPASS: io_submit() with zero buf size failed with SUCCESS
io_submit01.c:112: TPASS: io_submit() with zero nr failed with SUCCESS

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl01.c:27: TPASS: KEYCTL_GET_KEYRING_ID succeeded
keyctl01.c:48: TPASS: KEYCTL_REVOKE failed as expected: ENOKEY (126)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl02.c:118: TINFO: waiting for key gc took: 100 ms
keyctl02.c:119: TPASS: Bug not reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl03.c:39: TPASS: Bug not reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl04.c:39: TPASS: thread keyring was not leaked

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_fips.c:22: TINFO: FIPS: off
keyctl05.c:131: TINFO: Try to update the 'asymmetric' key...
keyctl05.c:144: TPASS: updating 'asymmetric' key expectedly failed with EOPNOTSUPP
keyctl05.c:131: TINFO: Try to update the 'dns_resolver' key...
keyctl05.c:144: TPASS: updating 'dns_resolver' key expectedly failed with EOPNOTSUPP
keyctl05.c:179: TINFO: Try to update the 'user' key...
keyctl05.c:188: TPASS: didn't crash while racing to update 'user' key

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl06.c:60: TPASS: KEYCTL_READ returned full count but didn't overrun the buffer

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl07.c:62: TINFO: trying to read from the negative key...
keyctl07.c:73: TPASS: KEYCTL_READ on negative key expectedly failed with ENOKEY
keyctl07.c:88: TPASS: didn't crash while reading from negative key

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:keyctl08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
keyctl08.c:22: TPASS: Denied access to .builtin_trusted_keys

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

syscalls:kcmp02 passed

syscalls:kcmp03 passed

syscalls:kill02 passed
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.
syscalls:kill03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:kill05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
kill05.c:68: TPASS: kill failed with EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:kill06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
kill06.c:43: TPASS: receive expected signal SIGKILL(9)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:kill07 passed
kill07      0  TINFO  :  received expected signal 9
kill07      1  TPASS  :  Did not catch signal as expected
syscalls:kill08 passed
kill08      1  TPASS  :  received expected signal 9
syscalls:kill09 passed
kill09      1  TPASS  :  kill(19997, SIGKILL) returned 0
syscalls:kill10 passed
19999: All 10 children reported in
20000: All 10 children reported in
kill10      1  TPASS  :  All 2 pgrps received their signals
syscalls:kill11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
kill11.c:119: TINFO: Adjusting RLIMIT_CORE to 524288
kill11.c:99: TPASS: signal SIGHUP          
kill11.c:99: TPASS: signal SIGINT          
kill11.c:99: TPASS: signal SIGQUIT          dumped core
kill11.c:99: TPASS: signal SIGILL           dumped core
kill11.c:99: TPASS: signal SIGTRAP          dumped core
kill11.c:99: TPASS: signal SIGIOT/SIGABRT   dumped core
kill11.c:99: TPASS: signal SIGIOT/SIGABRT   dumped core
kill11.c:99: TPASS: signal SIGBUS           dumped core
kill11.c:99: TPASS: signal SIGFPE           dumped core
kill11.c:99: TPASS: signal SIGKILL         
kill11.c:99: TPASS: signal SIGUSR1         
kill11.c:99: TPASS: signal SIGSEGV          dumped core
kill11.c:99: TPASS: signal SIGUSR2         
kill11.c:99: TPASS: signal SIGPIPE         
kill11.c:99: TPASS: signal SIGALRM         
kill11.c:99: TPASS: signal SIGTERM         
kill11.c:99: TPASS: signal SIGSTKFLT       
kill11.c:99: TPASS: signal SIGXCPU          dumped core
kill11.c:99: TPASS: signal SIGXFSZ          dumped core
kill11.c:99: TPASS: signal SIGVTALRM       
kill11.c:99: TPASS: signal SIGPROF         
kill11.c:99: TPASS: signal SIGIO/SIGPOLL   
kill11.c:99: TPASS: signal SIGPWR          
kill11.c:99: TPASS: signal SIGSYS/SIGUNUSED dumped core

Summary:
passed   24
failed   0
broken   0
skipped  0
warnings 0
syscalls:kill12 passed
kill12      1  TPASS  :  Test passed
syscalls:lchown01 passed
lchown01    1  TPASS  :  lchown() succeeds to Change Owner/Group ids of slink_file
lchown01    2  TPASS  :  lchown() succeeds to Change Owner id only of slink_file
lchown01    3  TPASS  :  lchown() succeeds to Change Owner/Group ids of slink_file
lchown01    4  TPASS  :  lchown() succeeds to Change Group id only of slink_file
lchown01    5  TPASS  :  lchown() succeeds to Change Group/Group ids of slink_file
lchown01    6  TPASS  :  lchown() succeeds to Change none of slink_file
syscalls:lchown01_16 passed
lchown01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/lchown/../utils/compat_16.h:161: 16-bit version of lchown() is not supported on your platform
lchown01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/lchown/../utils/compat_16.h:161: Remaining cases not appropriate for configuration
syscalls:lchown02 passed
lchown02    1  TPASS  :  lchown(2) fails, Process is not owner/root, errno:1
lchown02    2  TPASS  :  lchown(2) fails, Search permission denied, errno:13
lchown02    3  TPASS  :  lchown(2) fails, Unaccessible address space, errno:14
lchown02    4  TPASS  :  lchown(2) fails, Pathname too long, errno:36
lchown02    5  TPASS  :  lchown(2) fails, Path contains regular file, errno:20
lchown02    6  TPASS  :  lchown(2) fails, Pathname is empty, errno:2
syscalls:lchown03 passed
mke2fs 1.44.5 (15-Dec-2018)
lchown03    0  TINFO  :  Found free device 3 '/dev/loop3'
lchown03    0  TINFO  :  Formatting /dev/loop3 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
syscalls:lchown02_16 passed
lchown02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/lchown/../utils/compat_16.h:161: 16-bit version of lchown() is not supported on your platform
lchown02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/lchown/../utils/compat_16.h:161: Remaining cases not appropriate for configuration
syscalls:lchown03_16 passed
mke2fs 1.44.5 (15-Dec-2018)
lchown03_16    0  TINFO  :  Found free device 3 '/dev/loop3'
lchown03_16    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
lchown03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/lchown/../utils/compat_16.h:161: 16-bit version of lchown() is not supported on your platform
lchown03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/lchown/../utils/compat_16.h:161: Remaining cases not appropriate for configuration
syscalls:lgetxattr01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lgetxattr01.c:77: TPASS: lgetxattr() got expected value
lgetxattr01.c:90: TPASS: lgetxattr() failed as expected: ENODATA (61)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:lgetxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lgetxattr02.c:63: TPASS: lgetxattr() failed as expected: ENODATA (61)
lgetxattr02.c:63: TPASS: lgetxattr() failed as expected: ERANGE (34)
lgetxattr02.c:63: TPASS: lgetxattr() failed as expected: EFAULT (14)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:link01 passed
link01      1  TPASS  :  link(2) to a symbolic link, which is pointing to an existing object file worked - file created and link count adjusted
link01      2  TPASS  :  link(2) to a symbolic link, which is pointing to a non-existing object file worked ok - file created and link count adjusted.
syscalls:link02 passed
link02      1  TPASS  :  link(oldpath,newpath) returned 0 and link counts match
syscalls:link03 passed
link03      1  TPASS  :  link() passed and linkcounts=10 match
syscalls:link04 passed
link04      1  TPASS  :  link(<non-existent file>, <nefile>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      2  TPASS  :  link(<path is empty string>, <nefile>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      3  TPASS  :  link(<path contains a non-existent file>, <nefile>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      4  TPASS  :  link(<path contains a regular file>, <nefile>): TEST_ERRNO=ENOTDIR(20): Not a directory
link04      5  TPASS  :  link(<pathname too long>, <nefile>): TEST_ERRNO=ENAMETOOLONG(36): File name too long
link04      6  TPASS  :  link(<invalid address>, <nefile>): TEST_ERRNO=EFAULT(14): Bad address
link04      7  TPASS  :  link(<regfile>, <empty string>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      8  TPASS  :  link(<regfile>, <path contains a non-existent file>): TEST_ERRNO=ENOENT(2): No such file or directory
link04      9  TPASS  :  link(<regfile>, <path contains a regular file>): TEST_ERRNO=ENOENT(2): No such file or directory
link04     10  TPASS  :  link(<regfile>, <pathname too long>): TEST_ERRNO=ENAMETOOLONG(36): File name too long
link04     11  TPASS  :  link(<regfile>, <invalid address>): TEST_ERRNO=EFAULT(14): Bad address
link04     12  TPASS  :  link(<regfile>, <regfile2>): TEST_ERRNO=EEXIST(17): File exists
syscalls:link05 passed
link05      1  TPASS  :  link(lkfile_20084, lkfile_20084[1-1000]) ret 0 for 1000 files,stat linkcounts match 1000
syscalls:link06 passed
link06      1  TPASS  :  link() fails with expected error EACCES errno:13
syscalls:link07 passed
link07      1  TPASS  :  link() fails with expected error: TEST_ERRNO=EACCES(13): Permission denied
syscalls:link08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
link08.c:59: TPASS: link() failed as expected: EPERM (1)
link08.c:59: TPASS: link() failed as expected: EXDEV (18)
link08.c:59: TPASS: link() failed as expected: EROFS (30)
link08.c:59: TPASS: link() failed as expected: ELOOP (40)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:linkat01 passed
linkat01    1  TPASS  :  linkat is functionality correct
linkat01    2  TPASS  :  linkat succeeded as expected
linkat01    3  TPASS  :  linkat is functionality correct
linkat01    4  TPASS  :  linkat is functionality correct
linkat01    5  TPASS  :  linkat is functionality correct
linkat01    6  TPASS  :  linkat succeeded as expected
linkat01    7  TPASS  :  linkat is functionality correct
linkat01    8  TPASS  :  linkat failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
linkat01    9  TPASS  :  linkat failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
linkat01   10  TPASS  :  linkat succeeded as expected
linkat01   11  TPASS  :  linkat is functionality correct
linkat01   12  TPASS  :  linkat failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
linkat01   13  TPASS  :  linkat failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
linkat01   14  TPASS  :  linkat succeeded as expected
linkat01   15  TPASS  :  linkat is functionality correct
linkat01   16  TPASS  :  linkat failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
linkat01   17  TPASS  :  linkat failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
linkat01   18  TPASS  :  linkat succeeded as expected
linkat01   19  TPASS  :  linkat is functionality correct
linkat01   20  TPASS  :  linkat failed as expected: TEST_ERRNO=EXDEV(18): Invalid cross-device link
linkat01   21  TPASS  :  linkat failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
linkat01   22  TPASS  :  linkat failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:linkat02 passed
mke2fs 1.44.5 (15-Dec-2018)
linkat02    0  TINFO  :  Found free device 3 '/dev/loop3'
linkat02    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
linkat02    0  TINFO  :  the maximum number of hard links to emlink_dir/testfile0 is hit: 65000
linkat02    1  TPASS  :  linkat failed as expected: TEST_ERRNO=ENAMETOOLONG(36): File name too long
linkat02    2  TPASS  :  linkat failed as expected: TEST_ERRNO=ENAMETOOLONG(36): File name too long
linkat02    3  TPASS  :  linkat failed as expected: TEST_ERRNO=EEXIST(17): File exists
linkat02    4  TPASS  :  linkat failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
linkat02    5  TPASS  :  linkat failed as expected: TEST_ERRNO=EACCES(13): Permission denied
linkat02    6  TPASS  :  linkat failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
linkat02    7  TPASS  :  linkat failed as expected: TEST_ERRNO=EMLINK(31): Too many links
syscalls:listen01 passed
listen01    1  TPASS  :  bad file descriptor successful
listen01    2  TPASS  :  not a socket successful
listen01    3  TPASS  :  UDP listen successful
syscalls:listxattr01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
listxattr01.c:63: TPASS: listxattr() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:listxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
listxattr02.c:73: TPASS: listxattr() failed as expected: ERANGE (34)
listxattr02.c:73: TPASS: listxattr() failed as expected: ENOENT (2)
listxattr02.c:73: TPASS: listxattr() failed as expected: EFAULT (14)
listxattr02.c:73: TPASS: listxattr() failed as expected: ENAMETOOLONG (36)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:listxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:llistxattr01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
llistxattr01.c:71: TPASS: llistxattr() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:llistxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
llistxattr02.c:74: TPASS: llistxattr() failed as expected: ERANGE (34)
llistxattr02.c:74: TPASS: llistxattr() failed as expected: ENOENT (2)
llistxattr02.c:74: TPASS: llistxattr() failed as expected: EFAULT (14)
llistxattr02.c:74: TPASS: llistxattr() failed as expected: ENAMETOOLONG (36)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:llistxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
llistxattr03.c:55: TPASS: llistxattr() succeed with suitable buffer
llistxattr03.c:55: TPASS: llistxattr() succeed with suitable buffer

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:llseek01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:llseek02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
llseek02.c:50: TPASS: lseek64(3, 1, 10) failed as expected: EINVAL (22)
llseek02.c:50: TPASS: lseek64(4, 1, 0) failed as expected: EBADF (9)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:llseek03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:lremovexattr01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:115: TCONF: symlink() not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lremovexattr01.c:107: TPASS: lremovexattr(2) removed attribute as expected

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:lseek01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lseek01.c:67: TPASS: lseek(tfile, 4, SEEK_SET) read correct data
lseek01.c:67: TPASS: lseek(tfile, -2, SEEK_CUR) read correct data
lseek01.c:67: TPASS: lseek(tfile, -4, SEEK_END) read correct data
lseek01.c:67: TPASS: lseek(tfile, 0, SEEK_END) read correct data

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:lseek02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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(3, 1, 5) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(3, 1, -1) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(3, 1, 7) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(4, 1, 0) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(4, 1, 1) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(4, 1, 2) failed as expected: ESPIPE (29)
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(7, 1, 0) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(7, 1, 1) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(7, 1, 2) failed as expected: ESPIPE (29)

Summary:
passed   15
failed   0
broken   0
skipped  0
warnings 0
syscalls:lseek07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lseek07.c:70: TPASS: lseek(tfile1, 7, SEEK_SET) wrote correct data abcdefgijk
lseek07.c:70: TPASS: lseek(tfile2, 2, SEEK_SET) wrote correct data abijkfg

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:lseek11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lseek11.c:162: TINFO: The block size is 4096
lseek11.c:212: TPASS: The 0th test passed: SEEK_DATA from startblock 0 offset 0
lseek11.c:212: TPASS: The 1th test passed: SEEK_DATA from startblock 0 offset 4
lseek11.c:212: TPASS: The 2th test passed: SEEK_HOLE from startblock 0 offset 0
lseek11.c:212: TPASS: The 3th test passed: SEEK_HOLE from startblock 0 offset 4
lseek11.c:212: TPASS: The 4th test passed: SEEK_HOLE from startblock 1 offset 0
lseek11.c:212: TPASS: The 5th test passed: SEEK_HOLE from startblock 1 offset 128
lseek11.c:212: TPASS: The 6th test passed: SEEK_DATA from startblock 1 offset 0
lseek11.c:212: TPASS: The 7th test passed: SEEK_DATA from startblock 10 offset -1
lseek11.c:212: TPASS: The 8th test passed: SEEK_DATA from startblock 10 offset 0
lseek11.c:212: TPASS: The 9th test passed: SEEK_DATA from startblock 10 offset 4
lseek11.c:212: TPASS: The 10th test passed: SEEK_HOLE from startblock 10 offset 0
lseek11.c:212: TPASS: The 11th test passed: SEEK_HOLE from startblock 10 offset 4
lseek11.c:212: TPASS: The 12th test passed: SEEK_HOLE from startblock 11 offset 128
lseek11.c:212: TPASS: The 13th test passed: SEEK_DATA from startblock 11 offset 128
lseek11.c:212: TPASS: The 14th test passed: SEEK_HOLE from startblock 30 offset -128

Summary:
passed   15
failed   0
broken   0
skipped  0
warnings 0
syscalls:lstat01A passed
lstat01     1  TPASS  :  lstat(2) of symbolic link file which points to no object file is ok
lstat01     2  TPASS  :  lstat(2) of symbolic link file which points at an object file is ok
lstat01     3  TPASS  :  lstat(2) of object file returns object file inode information
syscalls:lstat01A_64 passed
lstat01_64    1  TPASS  :  lstat(2) of symbolic link file which points to no object file is ok
lstat01_64    2  TPASS  :  lstat(2) of symbolic link file which points at an object file is ok
lstat01_64    3  TPASS  :  lstat(2) of object file returns object file inode information
syscalls:lstat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lstat01.c:47: TPASS: lstat() reported correct values for the symlink!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:lstat01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lstat01.c:47: TPASS: lstat() reported correct values for the symlink!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:lstat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lstat02.c:72: TPASS: lstat() failed as expected: EACCES (13)
lstat02.c:72: TPASS: lstat() failed as expected: ENOENT (2)
lstat02.c:72: TPASS: lstat() failed as expected: EFAULT (14)
lstat02.c:72: TPASS: lstat() failed as expected: ENAMETOOLONG (36)
lstat02.c:72: TPASS: lstat() failed as expected: ENOTDIR (20)
lstat02.c:72: TPASS: lstat() failed as expected: ELOOP (40)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:lstat02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
lstat02.c:72: TPASS: lstat() failed as expected: EACCES (13)
lstat02.c:72: TPASS: lstat() failed as expected: ENOENT (2)
lstat02.c:72: TPASS: lstat() failed as expected: EFAULT (14)
lstat02.c:72: TPASS: lstat() failed as expected: ENAMETOOLONG (36)
lstat02.c:72: TPASS: lstat() failed as expected: ENOTDIR (20)
lstat02.c:72: TPASS: lstat() failed as expected: ELOOP (40)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:mallinfo02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mallinfo02.c:28: TPASS: malloc() uses sbrk when size < 128k
mallinfo02.c:41: TPASS: malloc() uses mmap when size >= 128k

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:mallopt01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mallopt01.c:41: TPASS: mallinfo() succeeded
mallopt01.c:48: TPASS: mallopt(M_MXFAST, 160) succeeded
mallopt01.c:53: TPASS: malloc(1024) succeeded
mallopt01.c:60: TPASS: mallopt(M_MXFAST, 0) succeeded
mallopt01.c:65: TPASS: malloc(1024) succeeded

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:mbind01 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:mbind02 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:mbind03 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:mbind04 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:memset01 passed
memset01    1  TPASS  :  Test passed
memset01    2  TPASS  :  Test passed
syscalls:memcmp01 passed
memcmp1     1  TPASS  :  Test passed
memcmp1     2  TPASS  :  Test passed
syscalls:memcpy01 passed
memcpy1     1  TPASS  :  Test passed
memcpy1     2  TPASS  :  Test passed
memcpy1     3  TPASS  :  Test passed
syscalls:migrate_pages01 passed
migrate_pages01    1  TCONF  :  migrate_pages01.c:250: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
migrate_pages01    2  TCONF  :  migrate_pages01.c:250: Remaining cases not appropriate for configuration
syscalls:migrate_pages02 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:migrate_pages03 passed
tst_test.c:911: TCONF: require libnuma >= 2 and it's development packages
syscalls:mlockall01 passed
mlockall01    1  TPASS  :  mlockall test passed for MCL_CURRENT
mlockall01    2  TPASS  :  mlockall test passed for MCL_FUTURE
mlockall01    3  TPASS  :  mlockall test passed for MCL_CURRENT|MCL_FUTURE
syscalls:mlockall02 passed
mlockall02    1  TPASS  :  expected failure - errno = 12 : Cannot allocate memory
mlockall02    2  TPASS  :  expected failure - errno = 1 : Operation not permitted
mlockall02    3  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:mlockall03 passed
mlockall03    1  TPASS  :  expected failure - errno = 12 : Cannot allocate memory
mlockall03    2  TPASS  :  expected failure - errno = 1 : Operation not permitted
mlockall03    3  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:mkdir02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdir02.c:55: TPASS: New dir inherited GID and S_ISGID

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mkdir03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdir03.c:62: TPASS: mkdir() failed as expected: EFAULT (14)
mkdir03.c:62: TPASS: mkdir() failed as expected: ENAMETOOLONG (36)
mkdir03.c:62: TPASS: mkdir() failed as expected: EEXIST (17)
mkdir03.c:62: TPASS: mkdir() failed as expected: ENOENT (2)
mkdir03.c:62: TPASS: mkdir() failed as expected: ENOTDIR (20)
mkdir03.c:62: TPASS: mkdir() failed as expected: ELOOP (40)
mkdir03.c:62: TPASS: mkdir() failed as expected: EROFS (30)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:mkdir04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdir04.c:37: TPASS: mkdir() failed expectedly: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mkdir05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdir05.c:45: TPASS: mkdir() functionality is correct

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mkdir05A passed
mkdir05     1  TPASS  :  mkdir(2) of object file through symbolic link file failed as expected
syscalls:mkdir09 passed
mkdir09     1  TPASS  :  PASS
syscalls:mkdirat01 passed
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
syscalls:mkdirat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mkdirat02.c:66: TPASS: mkdirat() failed as expected: EROFS (30)
mkdirat02.c:66: TPASS: mkdirat() failed as expected: EROFS (30)
mkdirat02.c:66: TPASS: mkdirat() failed as expected: ELOOP (40)
mkdirat02.c:66: TPASS: mkdirat() failed as expected: ELOOP (40)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:mknod01 passed
mknod01     1  TPASS  :  mknod(test_node, 0100777, 0) returned 0
mknod01     2  TPASS  :  mknod(test_node, 010777, 0) returned 0
mknod01     3  TPASS  :  mknod(test_node, 020777, 259) returned 0
mknod01     4  TPASS  :  mknod(test_node, 060777, 0) returned 0
mknod01     5  TPASS  :  mknod(test_node, 0104700, 0) returned 0
mknod01     6  TPASS  :  mknod(test_node, 0102700, 0) returned 0
mknod01     7  TPASS  :  mknod(test_node, 0106700, 0) returned 0
syscalls:mknod02 passed
mknod02     1  TPASS  :  Functionality of mknod(tnode_20230, 012777, 0) successful
syscalls:mknod03 passed
mknod03     1  TPASS  :  Functionality of mknod(tnode_20231, 012777, 0) successful
syscalls:mknod04 passed
mknod04     1  TPASS  :  Functionality of mknod(tnode_20232, 010777, 0) successful
syscalls:mknod05 passed
mknod05     1  TPASS  :  Functionality of mknod(tnode_20233, 012777, 0) successful
syscalls:mknod06 passed
mknod06     1  TPASS  :  mknod() fails, Specified node already exists, errno:17
mknod06     2  TPASS  :  mknod() fails, Invalid address, errno:14
mknod06     3  TPASS  :  mknod() fails, Non-existent file, errno:2
mknod06     4  TPASS  :  mknod() fails, Pathname is empty, errno:2
mknod06     5  TPASS  :  mknod() fails, Pathname too long, errno:36
mknod06     6  TPASS  :  mknod() fails, Path contains regular file, errno:20
syscalls:mknod07 passed
mke2fs 1.44.5 (15-Dec-2018)
mknod07     0  TINFO  :  Found free device 3 '/dev/loop3'
mknod07     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mknod07     1  TPASS  :  mknod failed as expected: TEST_ERRNO=EACCES(13): Permission denied
mknod07     2  TPASS  :  mknod failed as expected: TEST_ERRNO=EACCES(13): Permission denied
mknod07     3  TPASS  :  mknod failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
mknod07     4  TPASS  :  mknod failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
mknod07     5  TPASS  :  mknod failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
mknod07     6  TPASS  :  mknod failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
syscalls:mknod08 passed
mknod08     1  TPASS  :  Functionality of mknod(tnode_20242, 010777, 0) successful
syscalls:mknod09 passed
mknod09     1  TPASS  :  mknod() fails with expected error EINVAL errno:22
syscalls:mknodat01 passed
mknodat01    1  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success
mknodat01    2  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success
mknodat01    3  TPASS  :  mknodat() returned -1: TEST_ERRNO=ENOTDIR(20): Not a directory
mknodat01    4  TPASS  :  mknodat() returned -1: TEST_ERRNO=EBADF(9): Bad file descriptor
mknodat01    5  TPASS  :  mknodat() returned 0: TEST_ERRNO=SUCCESS(0): Success
syscalls:mknodat02 passed
mke2fs 1.44.5 (15-Dec-2018)
mknodat     0  TINFO  :  Found free device 3 '/dev/loop3'
mknodat     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mknodat     1  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
mknodat     2  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
mknodat     3  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
mknodat     4  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=EROFS(30): Read-only file system
mknodat     5  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=EROFS(30): Read-only file system
mknodat     6  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=EROFS(30): Read-only file system
mknodat     7  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
mknodat     8  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
mknodat     9  TPASS  :  mknodat() returned the expected value: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
syscalls:mlock01 passed
mlock01     1  TPASS  :  mlock passed
mlock01     2  TPASS  :  mlock passed
mlock01     3  TPASS  :  mlock passed
mlock01     4  TPASS  :  mlock passed
syscalls:mlock02 passed
mlock02     1  TPASS  :  mlock failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
mlock02     2  TPASS  :  mlock failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
mlock02     3  TPASS  :  mlock failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
syscalls:mlock03 passed
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  mlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  mlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  mlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  mlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  mlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  mlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  mlock failed: errno=ENOMEM(12): Cannot allocate memory
mlock03     0  TINFO  :  mlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  mlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  mlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  mlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  mlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  mlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  mlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  mlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  mlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  mlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  mlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  munlock from 558f523000 to 558f546000
mlock03     0  TINFO  :  munlock from 558f555000 to 558f557000
mlock03     0  TINFO  :  munlock from 558f557000 to 558f558000
mlock03     0  TINFO  :  munlock from 558f558000 to 558f55d000
mlock03     0  TINFO  :  munlock from 55a0052000 to 55a0073000
mlock03     0  TINFO  :  munlock from 7f7fc12000 to 7f7fd6c000
mlock03     0  TINFO  :  munlock from 7f7fd6c000 to 7f7fd7e000
mlock03     0  TINFO  :  munlock from 7f7fd7e000 to 7f7fd82000
mlock03     0  TINFO  :  munlock from 7f7fd82000 to 7f7fd84000
mlock03     0  TINFO  :  munlock from 7f7fd84000 to 7f7fd88000
mlock03     0  TINFO  :  munlock from 7f7fd88000 to 7f7fda5000
mlock03     0  TINFO  :  munlock from 7f7fda8000 to 7f7fdaa000
mlock03     0  TINFO  :  munlock from 7f7fdb2000 to 7f7fdb3000
mlock03     0  TINFO  :  munlock from 7f7fdb3000 to 7f7fdb4000
mlock03     0  TINFO  :  munlock from 7f7fdb4000 to 7f7fdb5000
mlock03     0  TINFO  :  munlock from 7f7fdb5000 to 7f7fdb7000
mlock03     0  TINFO  :  munlock from 7fd28de000 to 7fd28ff000
mlock03     0  TINFO  :  starting stack size is 132
mlock03     0  TINFO  :  final stack size is 132
mlock03     1  TPASS  :  stack size is not decreased.
syscalls:mlock04 passed
mlock04     0  TINFO  :  locked 40960 bytes from 0x7f96d18000
mlock04     1  TPASS  :  test succeeded.
syscalls:mlock201 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mlock201.c:128: TPASS: mlock2(0) succeeded in locking 1 pages
mlock201.c:128: TPASS: mlock2(0) succeeded in locking 8 pages
mlock201.c:128: TPASS: mlock2(0) succeeded in locking 3 pages
mlock201.c:128: TPASS: mlock2(0) succeeded in locking 2 pages
mlock201.c:128: TPASS: mlock2(1) succeeded in locking 0 pages
mlock201.c:128: TPASS: mlock2(1) succeeded in locking 4 pages
mlock201.c:128: TPASS: mlock2(1) succeeded in locking 1 pages
mlock201.c:128: TPASS: mlock2(1) succeeded in locking 4 pages

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:mlock202 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mlock202.c:75: TPASS: mlock2() failed as expected: EINVAL (22)
mlock202.c:75: TPASS: mlock2() failed as expected: ENOMEM (12)
mlock202.c:75: TPASS: mlock2() failed as expected: EPERM (1)
mlock202.c:75: TPASS: mlock2() failed as expected: ENOMEM (12)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:mlock203 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mlock203.c:66: TPASS: Locking one memory again didn't increased VmLck

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:qmm01 passed
mmap001     0  TINFO  :  mmap()ing file of 1 pages or 4096 bytes
mmap001     1  TPASS  :  mmap() completed successfully.
mmap001     0  TINFO  :  touching mmaped memory
mmap001     2  TPASS  :  we're still here, mmaped area must be good
mmap001     3  TPASS  :  synchronizing mmapped page passed
mmap001     4  TPASS  :  munmapping testfile.20260 successful
syscalls:mmap01 passed
mmap01      1  TPASS  :  Functionality of mmap() successful
syscalls:mmap02 passed
mmap02      1  TPASS  :  Functionality of mmap() successful
syscalls:mmap03 passed
mmap03      1  TPASS  :  mmap() functionality is correct
syscalls:mmap04 passed
mmap04      1  TPASS  :  Functionality of mmap() successful
syscalls:mmap05 passed
mmap05      1  TPASS  :  Got SIGSEGV as expected
syscalls:mmap06 passed
mmap06      1  TPASS  :  mmap failed with EACCES
syscalls:mmap07 passed
mmap07      1  TPASS  :  mmap failed with EACCES
syscalls:mmap08 passed
mmap08      1  TPASS  :  mmap failed with EBADF
syscalls:mmap09 passed
mmap09      1  TPASS  :  ftruncate mmaped file to a smaller size
mmap09      2  TPASS  :  ftruncate mmaped file to a larger size
mmap09      3  TPASS  :  ftruncate mmaped file to 0 size
syscalls:mmap12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mmap12.c:90: TINFO: All pages are present
mmap12.c:114: TPASS: File mapped properly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mmap13 passed
mmap13      1  TPASS  :  Got SIGBUS as expected
syscalls:mmap14 passed
mmap14      1  TPASS  :  Functionality of mmap() successful
syscalls:mmap15 passed
mmap15      1  TPASS  :  mmap into high region failed as expected: errno=ENOMEM(12): Cannot allocate memory
syscalls:mmap16 passed
mke2fs 1.44.5 (15-Dec-2018)
mmap16      0  TINFO  :  Found free device 3 '/dev/loop3'
mmap16      0  TINFO  :  Formatting /dev/loop3 with ext4 opts='-b 1024' extra opts='10240'
mmap16      1  TPASS  :  Bug is not reproduced!
syscalls:mmap17 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mmap17.c:73: TPASS: mmap set errno to EEXIST as expected

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:mmap18 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mmap18.c:104: TINFO: start = 0x7f83abe000, stack_top = 0x7f83cbe000, stack bottom = 0x7f83bbe000
mmap18.c:106: TINFO: mapped pages 32, stack pages 256
mmap18.c:114: TINFO: &limit = 0x7f83bbefe8, limit = 0x7f83bbf000
mmap18.c:165: TPASS: Stack grows in unmapped region
mmap18.c:104: TINFO: start = 0x7f83abe000, stack_top = 0x7f83cbe000, stack bottom = 0x7f83bbe000
mmap18.c:106: TINFO: mapped pages 128, stack pages 256
mmap18.c:114: TINFO: &limit = 0x7f83bbefe8, limit = 0x7f83bbf000
mmap18.c:165: TPASS: Stack grows in unmapped region
mmap18.c:104: TINFO: start = 0x7f83abe000, stack_top = 0x7f83cbe000, stack bottom = 0x7f83bbe000
mmap18.c:106: TINFO: mapped pages 32, stack pages 256
mmap18.c:189: TINFO: mapped page at 0x7f83bbe000
mmap18.c:196: TPASS: Child killed by SIGSEGV as expected
mmap18.c:104: TINFO: start = 0x7f83abe000, stack_top = 0x7f83cbe000, stack bottom = 0x7f83bbe000
mmap18.c:106: TINFO: mapped pages 128, stack pages 256
mmap18.c:189: TINFO: mapped page at 0x7f83bbe000
mmap18.c:196: TPASS: Child killed by SIGSEGV as expected

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:mmap19 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mmap19.c:67: TPASS: memory test succeeded

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

syscalls:modify_ldt02 passed

syscalls:modify_ldt03 passed

syscalls:mount01 passed
mke2fs 1.44.5 (15-Dec-2018)
mount01     0  TINFO  :  Found free device 3 '/dev/loop3'
mount01     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount01     1  TPASS  :  mount(2) passed 
syscalls:mount02 passed
mke2fs 1.44.5 (15-Dec-2018)
mount02     0  TINFO  :  Found free device 3 '/dev/loop3'
mount02     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount02     1  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENODEV(19): No such device
mount02     2  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENOTBLK(15): Block device required
mount02     3  TPASS  :  mount() failed expectedly: TEST_ERRNO=EBUSY(16): Device or resource busy
mount02     4  TPASS  :  mount() failed expectedly: TEST_ERRNO=EBUSY(16): Device or resource busy
mount02     5  TPASS  :  mount() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
mount02     6  TPASS  :  mount() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
mount02     7  TPASS  :  mount() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
mount02     8  TPASS  :  mount() failed expectedly: TEST_ERRNO=EFAULT(14): Bad address
mount02     9  TPASS  :  mount() failed expectedly: TEST_ERRNO=EFAULT(14): Bad address
mount02    10  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENAMETOOLONG(36): File name too long
mount02    11  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENOENT(2): No such file or directory
mount02    12  TPASS  :  mount() failed expectedly: TEST_ERRNO=ENOTDIR(20): Not a directory
syscalls:mount03 passed
mke2fs 1.44.5 (15-Dec-2018)
mount03     0  TINFO  :  Found free device 3 '/dev/loop3'
mount03     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount03     1  TPASS  :  mount(2) passed with rwflag = 1
mount03     2  TPASS  :  mount(2) passed with rwflag = 4
mount03     3  TPASS  :  mount(2) passed with rwflag = 8
mount03     4  TPASS  :  mount(2) passed with rwflag = 16
mount03     5  TPASS  :  mount(2) passed with rwflag = 1
mount03     6  TPASS  :  mount(2) passed with rwflag = 2
mount03     7  TPASS  :  mount(2) passed with rwflag = 1024
syscalls:mount04 passed
mke2fs 1.44.5 (15-Dec-2018)
mount04     0  TINFO  :  Found free device 3 '/dev/loop3'
mount04     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount04     1  TPASS  :  mount() failed expectedly: TEST_ERRNO=EPERM(1): Operation not permitted
syscalls:mount05 passed
mount05     1  TPASS  :  bind mount is ok
syscalls:mount06 passed
mke2fs 1.44.5 (15-Dec-2018)
mount06     0  TINFO  :  Found free device 3 '/dev/loop3'
mount06     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
mount06     1  TPASS  :  move mount is ok
syscalls:move_mount01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_F_EMPTY_PATH: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_SYMLINKS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_AUTOMOUNTS: move_mount() passed
move_mount01.c:70: TPASS: Flag MOVE_MOUNT_T_EMPTY_PATH: move_mount() passed

Summary:
passed   42
failed   0
broken   0
skipped  0
warnings 0
syscalls:move_mount02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
move_mount02.c:80: TPASS: invalid-from-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-from-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-to-fd: move_mount() failed as expected: EBADF (9)
move_mount02.c:80: TPASS: invalid-to-path: move_mount() failed as expected: ENOENT (2)
move_mount02.c:80: TPASS: invalid-flags: move_mount() failed as expected: EINVAL (22)

Summary:
passed   35
failed   0
broken   0
skipped  0
warnings 0
syscalls:move_pages01 passed
move_pages01    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages01    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages02 passed
move_pages02    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages02    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages03 passed
move_pages03    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages03    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages04 passed
move_pages04    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages04    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages05 passed
move_pages05    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages05    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages06 passed
move_pages06    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages06    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages07 passed
move_pages07    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages07    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages09 passed
move_pages09    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages09    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages10 passed
move_pages10    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages10    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages11 passed
move_pages11    1  TCONF  :  move_pages_support.c:412: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
move_pages11    2  TCONF  :  move_pages_support.c:412: Remaining cases not appropriate for configuration
syscalls:move_pages12 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:mprotect01 passed
mprotect01    1  TPASS  :  expected failure - errno = 12 : Cannot allocate memory
mprotect01    2  TPASS  :  expected failure - errno = 22 : Invalid argument
mprotect01    3  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:mprotect02 passed
mprotect02    1  TPASS  :  got SIGSEGV as expected
mprotect02    2  TPASS  :  didn't get SIGSEGV
syscalls:mprotect03 passed
mprotect03    0  TINFO  :  received signal: SIGSEGV
mprotect03    1  TPASS  :  SIGSEGV generated as expected
syscalls:mprotect04 passed
mprotect04    1  TPASS  :  test PROT_NONE for mprotect success
mprotect04    0  TINFO  :  exec_func: 0x555fa726c0, page_to_copy: 0x555fa72000
mprotect04    2  TPASS  :  test PROT_EXEC for mprotect success
syscalls:pkey01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pkey.h:27: TCONF: syscall(289) __NR_pkey_alloc not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:mq_notify01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/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
/fuego-rw/buildzone/Functional.LTP-aarch64/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
/fuego-rw/buildzone/Functional.LTP-aarch64/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
syscalls:mq_notify02 passed
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
syscalls:mq_open01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:256: TPASS: NORMAL returned: 4: SUCCESS (0)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:256: TPASS: NORMAL returned: 4: SUCCESS (0)
mq_open01.c:226: TINFO: queue name "/caaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
mq_open01.c:256: TPASS: NORMAL returned: 4: SUCCESS (0)
mq_open01.c:226: TINFO: queue name "/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
mq_open01.c:273: TPASS: NORMAL returned: -1: ENAMETOOLONG (36)
mq_open01.c:226: TINFO: queue name ""
mq_open01.c:273: TPASS: NORMAL returned: -1: EINVAL (22)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:273: TPASS: NORMAL returned: -1: EACCES (13)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:273: TPASS: NORMAL returned: -1: EEXIST (17)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:273: TPASS: NO_FILE returned: -1: EMFILE (24)
mq_open01.c:226: TINFO: queue name "/notexist"
mq_open01.c:273: TPASS: NORMAL returned: -1: ENOENT (2)
mq_open01.c:226: TINFO: queue name "/test_mqueue"
mq_open01.c:273: TPASS: NO_SPACE returned: -1: ENOSPC (28)

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:mq_timedreceive01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedreceive01.c:140: TINFO: Testing variant: vDSO or syscall with libc spec
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 0, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 1, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 8192, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 1, priority 32767, length: 8192
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedreceive/../utils/mq.h:70: TINFO: receive 1/1 message
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EMSGSIZE (90)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EAGAIN/EWOULDBLOCK (11)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: ETIMEDOUT (110)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINTR (4)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedreceive01.c:140: TINFO: Testing variant: syscall with old kernel spec
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 0, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 1, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 8192, priority 0, length: 8192
mq_timedreceive01.c:224: TPASS: mq_timedreceive() returned 1, priority 32767, length: 8192
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedreceive/../utils/mq.h:70: TINFO: receive 1/1 message
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EMSGSIZE (90)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EBADF (9)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EAGAIN/EWOULDBLOCK (11)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINVAL (22)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: ETIMEDOUT (110)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EINTR (4)
mq_timedreceive01.c:197: TPASS: mq_timedreceive() failed expectedly: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedreceive01.c:140: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:283: TCONF: syscall(418) __NR_mq_timedsend_time64 not supported

Summary:
passed   30
failed   0
broken   0
skipped  1
warnings 0
syscalls:mq_timedsend01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedsend01.c:153: TINFO: Testing variant: vDSO or syscall with libc spec
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 0, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 1, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 8192, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 1, priority 32767, length: 8192
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EMSGSIZE (90)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 16, priority 0, length: 8192
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: ETIMEDOUT (110)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINTR (4)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EFAULT (14)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedsend01.c:153: TINFO: Testing variant: syscall with old kernel spec
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 0, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 1, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 8192, priority 0, length: 8192
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 1, priority 32767, length: 8192
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EMSGSIZE (90)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EBADF (9)
mq_timedsend01.c:260: TPASS: mq_timedreceive() returned 16, priority 0, length: 8192
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: ETIMEDOUT (110)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EINTR (4)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 1/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 2/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 3/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 4/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 5/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 6/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 7/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 8/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 9/10 message
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/mq_timedsend/../utils/mq.h:70: TINFO: receive 10/10 message
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EFAULT (14)
mq_timedsend01.c:210: TPASS: mq_timedsend() failed expectedly: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_timedsend01.c:153: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:283: TCONF: syscall(418) __NR_mq_timedsend_time64 not supported

Summary:
passed   34
failed   0
broken   0
skipped  1
warnings 0
syscalls:mq_unlink01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
mq_unlink01.c:76: TINFO: queue name /test_mqueue
mq_unlink01.c:99: TPASS: mq_unlink returned 0: SUCCESS (0)
mq_unlink01.c:76: TINFO: queue name /test_mqueue
mq_unlink01.c:99: TPASS: mq_unlink returned -1: EACCES (13)
mq_unlink01.c:76: TINFO: queue name /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
mq_unlink01.c:99: TPASS: mq_unlink returned -1: ENOENT (2)
mq_unlink01.c:76: TINFO: queue name /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
mq_unlink01.c:99: TPASS: mq_unlink returned -1: ENAMETOOLONG (36)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:mremap01 passed
mremap01    1  TPASS  :  Functionality of mremap() is correct
syscalls:mremap02 passed
mremap02    1  TPASS  :  mremap() Failed, 'invalid argument specified' - errno 22
syscalls:mremap03 passed
mremap03    1  TPASS  :  mremap() Fails, 'old region not mapped', errno 14
syscalls:mremap04 passed
mremap04    1  TPASS  :  mremap() failed, 'MREMAP_MAYMOVE flag unset', errno 12
syscalls:mremap05 passed
mremap05    1  TPASS  :  MREMAP_FIXED requires MREMAP_MAYMOVE
mremap05    2  TPASS  :  new_addr has to be page aligned
mremap05    3  TPASS  :  old/new area must not overlap
mremap05    4  TPASS  :  mremap #1
mremap05    5  TPASS  :  mremap #1 value OK
mremap05    6  TPASS  :  mremap #2
mremap05    7  TPASS  :  mremap #2 value OK
syscalls:msgctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl01.c:37: TPASS: msgctl(IPC_STAT)
msgctl01.c:40: TPASS: msg_stime = 0
msgctl01.c:45: TPASS: msg_rtime = 0
msgctl01.c:51: TPASS: msg_ctime = 1624602942, expected 1624602942
msgctl01.c:58: TPASS: msg_qnum = 0
msgctl01.c:63: TPASS: msg_qbytes = 16384
msgctl01.c:68: TPASS: msg_lspid = 0
msgctl01.c:73: TPASS: msg_lrpid = 0
msgctl01.c:78: TPASS: msg_perm.__key == 1627557324
msgctl01.c:85: TPASS: msg_perm.uid = 0
msgctl01.c:92: TPASS: msg_perm.gid = 0
msgctl01.c:99: TPASS: msg_perm.cuid = 0
msgctl01.c:106: TPASS: msg_perm.cgid = 0
msgctl01.c:113: TPASS: msg_perm.mode = 0660

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl02.c:34: TPASS: msgctl(IPC_SET) msg_qbytes - 1
msgctl02.c:41: TPASS: msg_qbytes = 16383

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl03.c:30: TPASS: msgctl(IPC_RMID)
msgctl03.c:34: TPASS: msgctl(IPC_STAT): EINVAL (22)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl04.c:59: TPASS: msgctl(294936, 2, 0x558469f6f0): EACCES (13)
msgctl04.c:59: TPASS: msgctl(294937, 2, 0xffffffffffffffff): EFAULT (14)
msgctl04.c:59: TPASS: msgctl(294937, 1, 0xffffffffffffffff): EFAULT (14)
msgctl04.c:59: TPASS: msgctl(294937, -1, 0x558469f6f0): EINVAL (22)
msgctl04.c:59: TPASS: msgctl(-1, 2, 0x558469f6f0): EINVAL (22)
msgctl04.c:59: TPASS: msgctl(-1, 1, 0x558469f6f0): EINVAL (22)
msgctl04.c:59: TPASS: msgctl(294935, 0, (nil)): EPERM (1)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgctl05 passed
tst_test.c:911: TCONF: test requires struct msqid64_ds to have the time_high fields
syscalls:msgctl06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl06.c:104: TINFO: Test MSG_STAT_ANY with nobody user
msgctl06.c:121: TPASS: MSG_INFO returned valid index 26 to msgid 294938
msgctl06.c:130: TPASS: Counted used = 1
msgctl06.c:77: TPASS: queue_cnt = 1
msgctl06.c:84: TPASS: msg_cnt = 1
msgctl06.c:91: TPASS: msg_bytes = 4
msgctl06.c:104: TINFO: Test MSG_STAT_ANY with root user
msgctl06.c:121: TPASS: MSG_INFO returned valid index 26 to msgid 294938
msgctl06.c:130: TPASS: Counted used = 1
msgctl06.c:77: TPASS: queue_cnt = 1
msgctl06.c:84: TPASS: msg_cnt = 1
msgctl06.c:91: TPASS: msg_bytes = 4

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgstress01 passed
msgstress01    1  TPASS  :  Test ran successfully!
syscalls:msgstress02 passed
msgstress02    1  TPASS  :  Test ran successfully!
syscalls:msgstress03 passed

syscalls:msgstress04 passed

syscalls:msgctl12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgctl12.c:44: TPASS: msgctl() test IPC_INFO succeeded
msgctl12.c:44: TPASS: msgctl() test MSG_INFO succeeded
msgctl12.c:44: TPASS: msgctl() test MSG_STAT succeeded

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgget01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgget01.c:45: TPASS: message received = message sent

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgget02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:msgget03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgget03.c:60: TINFO: The maximum number of message queues (32000) reached
msgget03.c:34: TPASS: msgget() failed as expected: ENOSPC (28)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgget04 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_CHECKPOINT_RESTORE=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_CHECKPOINT_RESTORE Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:msgget05 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_CHECKPOINT_RESTORE=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_CHECKPOINT_RESTORE Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:msgrcv01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv01.c:38: TPASS: message received(hello) = message sent(hello)
msgrcv01.c:45: TPASS: queue bytes and number of queues matched
msgrcv01.c:49: TPASS: PID of last msgrcv(2) matched
msgrcv01.c:56: TPASS: msg_rtime = 1624602962 in [1624602962, 1624602962]

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgrcv02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:msgrcv03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_CHECKPOINT_RESTORE' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_CHECKPOINT_RESTORE Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:msgrcv05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv05.c:40: TPASS: msgrcv() failed as expected: EINTR (4)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgrcv06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv06.c:33: TPASS: msgrcv() failed as expected: EIDRM (43)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgrcv07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv07.c:68: TPASS: msgrcv(MSG_EXCEPT) succeeded
msgrcv07.c:71: TPASS: MSG_EXCEPT excepted MSGTYPE2 and got MSGTYPE1
msgrcv07.c:95: TPASS: msgrcv(MSG_NOERROR) succeeded
msgrcv07.c:98: TPASS: MSG_NOERROR truncated message correctly
msgrcv07.c:126: TCONF: MSG_COPY needs CONFIG_CHECKPORINT_RESTORE
msgrcv07.c:178: TPASS: msgrcv(zero_msgtyp) succeeded
msgrcv07.c:181: TPASS: zero_msgtyp got the first message
msgrcv07.c:200: TPASS: msgrcv(positive_msgtyp) succeeded
msgrcv07.c:204: TPASS: msgtyp got the first message in the queue of type msgtyp
msgrcv07.c:225: TPASS: msgrcv(negative_msgtyp) succeeded
msgrcv07.c:229: TPASS: -msgtyp got the first message in the queue with the lowest type

Summary:
passed   10
failed   0
broken   0
skipped  1
warnings 0
syscalls:msgrcv08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgrcv08.c:60: TPASS: No regression found.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgsnd01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgsnd01.c:43: TPASS: queue bytes and number of queues matched
msgsnd01.c:48: TPASS: PID of last msgsnd(2) matched
msgsnd01.c:55: TPASS: msg_stime = 1624602962 in [1624602962, 1624602962]

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgsnd02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EACCES (13)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EFAULT (14)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EINVAL (22)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EINVAL (22)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EINVAL (22)
msgsnd02.c:71: TPASS: msgsnd() failed as expected: EINVAL (22)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgsnd05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgsnd05.c:51: TPASS: msgsnd() failed as expected: EAGAIN/EWOULDBLOCK (11)
msgsnd05.c:51: TPASS: msgsnd() failed as expected: EINTR (4)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:msgsnd06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msgsnd06.c:38: TPASS: msgsnd() failed as expected: EIDRM (43)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:msync01 passed
msync01     1  TPASS  :  Functionality of msync() successful
syscalls:msync02 passed
msync02     1  TPASS  :  Functionality of msync successful
syscalls:msync03 passed
msync03     1  TPASS  :  msync failed as expected: TEST_ERRNO=EBUSY(16): Device or resource busy
msync03     2  TPASS  :  msync failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
msync03     3  TPASS  :  msync failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
msync03     4  TPASS  :  msync failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
msync03     5  TPASS  :  msync failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
msync03     6  TPASS  :  msync failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
syscalls:msync04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
msync04.c:72: TPASS: msync() working correctly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:munlock01 passed
munlock01    1  TPASS  :  test 0 passed length = 1
munlock01    2  TPASS  :  test 1 passed length = 1024
munlock01    3  TPASS  :  test 2 passed length = 1048576
munlock01    4  TPASS  :  test 3 passed length = 10485760
syscalls:munlock02 passed
munlock02    1  TPASS  :  expected failure - errno = 12 : Cannot allocate memory
syscalls:munlockall01 passed
munlockall01    1  TPASS  :  munlockall() passed with return=0 
syscalls:munmap01 passed
munmap01    1  TPASS  :  Functionality of munmap() successful
syscalls:munmap02 passed
munmap02    1  TPASS  :  Functionality of munmap() successful
syscalls:munmap03 passed
munmap03    1  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
munmap03    2  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
munmap03    3  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:nanosleep01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1086us, max 1139us, median 1090us, trunc mean 1090.63us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2088us, max 2130us, median 2090us, trunc mean 2090.80us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5088us, max 5199us, median 5091us, trunc mean 5091.26us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10089us, max 10137us, median 10090us, trunc mean 10093.35us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25090us, max 25135us, median 25092us, trunc mean 25100.60us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100092us, max 100125us, median 100121us, trunc mean 100112.33us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: nanosleep() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1000091us, max 1000095us, median 1000091us, trunc mean 1000091.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:nanosleep02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nanosleep02.c:57: TPASS: nanosleep() returned -1, set errno to EINTR
nanosleep02.c:73: TPASS: nanosleep() slept for 999949us, remaining time difference 263us

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:nanosleep04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nanosleep04.c:45: TPASS: nanosleep() failed with EINVAL
nanosleep04.c:45: TPASS: nanosleep() failed with EINVAL
nanosleep04.c:45: TPASS: nanosleep() failed with EINVAL

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:name_to_handle_at01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (0)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (1)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (2)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (3)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (4)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (5)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (6)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (7)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (8)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (9)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (10)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (11)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (12)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (13)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (14)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (15)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (16)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (17)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (18)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (19)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (20)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (21)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (22)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (23)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (24)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (25)
name_to_handle_at01.c:102: TPASS: name_to_handle_at() passed (26)

Summary:
passed   27
failed   0
broken   0
skipped  0
warnings 0
syscalls:name_to_handle_at02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
name_to_handle_at02.c:76: TPASS: invalid-dfd: name_to_handle_at() failed as expected: EBADF (9)
name_to_handle_at02.c:76: TPASS: not a directory: name_to_handle_at() failed as expected: ENOTDIR (20)
name_to_handle_at02.c:76: TPASS: invalid-path: name_to_handle_at() failed as expected: EFAULT (14)
name_to_handle_at02.c:76: TPASS: invalid-file-handle: name_to_handle_at() failed as expected: EFAULT (14)
name_to_handle_at02.c:76: TPASS: zero-file-handle-size: name_to_handle_at() failed as expected: EOVERFLOW (75)
name_to_handle_at02.c:76: TPASS: high-file-handle-size: name_to_handle_at() failed as expected: EINVAL (22)
name_to_handle_at02.c:76: TPASS: invalid-mount_id: name_to_handle_at() failed as expected: EFAULT (14)
name_to_handle_at02.c:76: TPASS: invalid-flags: name_to_handle_at() failed as expected: EINVAL (22)
name_to_handle_at02.c:76: TPASS: empty-path: name_to_handle_at() failed as expected: ENOENT (2)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:nftw01 passed
nftw01      1  TPASS  :  Test block 0
nftw01      2  TPASS  :  Test block 1
nftw01      3  TPASS  :  Test block 2
nftw01      4  TPASS  :  Test block 3
nftw01      5  TPASS  :  Test block 4
nftw01      6  TPASS  :  Test block 5
nftw01      7  TPASS  :  Test block 6
nftw01      8  TPASS  :  Test block 7
nftw01      9  TPASS  :  Test block 8
nftw01     10  TPASS  :  Test block 9
nftw01     11  TPASS  :  Test block 10
nftw01     12  TPASS  :  Test block 11
nftw01     13  TPASS  :  Test block 12
nftw01     14  TPASS  :  Test block 13
nftw01     15  TPASS  :  Test block 14
nftw01     16  TPASS  :  Test block 15
nftw01     17  TPASS  :  Test block 16
nftw01     18  TPASS  :  Test block 17
nftw01     19  TPASS  :  Test block 18
nftw01     20  TPASS  :  Test block 19
nftw01     21  TPASS  :  Test block 20
nftw01     22  TPASS  :  Test block 21
nftw01     23  TPASS  :  Test block 22
nftw01     24  TPASS  :  Test block 23
nftw01     25  TPASS  :  Test block 24
nftw01     26  TPASS  :  Test block 25
nftw01     27  TPASS  :  Test block 26
nftw01     28  TPASS  :  Test block 27
nftw01     29  TPASS  :  Test block 28
nftw01     30  TPASS  :  Test block 29
nftw01     31  TPASS  :  Test passed
syscalls:nftw6401 passed
nftw6401    1  TPASS  :  Test block 0
nftw6401    2  TPASS  :  Test block 1
nftw6401    3  TPASS  :  Test block 2
nftw6401    4  TPASS  :  Test block 3
nftw6401    5  TPASS  :  Test block 4
nftw6401    6  TPASS  :  Test block 5
nftw6401    7  TPASS  :  Test block 6
nftw6401    8  TPASS  :  Test block 7
nftw6401    9  TPASS  :  Test block 8
nftw6401   10  TPASS  :  Test block 9
nftw6401   11  TPASS  :  Test block 10
nftw6401   12  TPASS  :  Test block 11
nftw6401   13  TPASS  :  Test block 12
nftw6401   14  TPASS  :  Test block 13
nftw6401   15  TPASS  :  Test block 14
nftw6401   16  TPASS  :  Test block 15
nftw6401   17  TPASS  :  Test block 16
nftw6401   18  TPASS  :  Test block 17
nftw6401   19  TPASS  :  Test block 18
nftw6401   20  TPASS  :  Test block 19
nftw6401   21  TPASS  :  Test block 20
nftw6401   22  TPASS  :  Test block 21
nftw6401   23  TPASS  :  Test block 22
nftw6401   24  TPASS  :  Test block 23
nftw6401   25  TPASS  :  Test block 24
nftw6401   26  TPASS  :  Test block 25
nftw6401   27  TPASS  :  Test block 26
nftw6401   28  TPASS  :  Test block 27
nftw6401   29  TPASS  :  Test block 28
nftw6401   30  TPASS  :  Test block 29
nftw6401   31  TPASS  :  Test passed
syscalls:nice01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nice01.c:48: TPASS: nice(-12) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:nice02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nice02.c:46: TPASS: nice(50) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:nice03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nice03.c:47: TPASS: nice(2) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:nice04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
nice04.c:34: TPASS: nice(-10) failed with EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:open01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open01.c:59: TPASS: sticky bit is set as expected
open01.c:59: TPASS: sirectory bit is set as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:open01A passed
open01      1  TPASS  :  open(2) with (O_CREAT | O_RDWR) to create object file through symbolic link file and all writes, reads, and lseeks are ok
open01      2  TPASS  :  open(2) with O_RDWR of existing  object file through symbolic link file and all writes, reads, and lseeks are ok
open01      3  TPASS  :  open(2) with (O_CREAT | O_EXCL) error  is caught when creating object file through symbolic link file
open01      4  TPASS  :  open(2) error with O_RDWR is caught when processing symbolic link file which points at no object file
open01      5  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:open02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:open03 passed
open03      1  TPASS  :  open(tfile_21151, O_RDWR|O_CREAT,0700) returned 3
syscalls:open04 passed
open04      1  TPASS  :  call returned expected EMFILE error
syscalls:open05 passed
open05      1  TPASS  :  open returned expected EACCES error
syscalls:open06 passed
open06      1  TPASS  :  call returned expected ENXIO error
syscalls:open07 passed
open07      1  TPASS  :  open returned expected ELOOP error
open07      2  TPASS  :  open returned expected ELOOP error
open07      3  TPASS  :  open returned expected ELOOP error
open07      4  TPASS  :  open returned expected ELOOP error
open07      5  TPASS  :  open succeeded as expected
syscalls:open08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open08.c:84: TPASS: expected failure - errno = 17 : File exists
open08.c:84: TPASS: expected failure - errno = 21 : Is a directory
open08.c:84: TPASS: expected failure - errno = 20 : Not a directory
open08.c:84: TPASS: expected failure - errno = 36 : File name too long
open08.c:84: TPASS: expected failure - errno = 13 : Permission denied
open08.c:84: TPASS: expected failure - errno = 14 : Bad address

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:open09 passed
open09      1  TPASS  :  Test passed in O_WRONLY.
open09      2  TPASS  :  Test passed in O_RDONLY.
syscalls:open10 passed
open10      1  TPASS  :  Test passed in block0.
open10      2  TPASS  :  Test passed in block1.
open10      3  TPASS  :  Test passed in block2.
open10      4  TPASS  :  Test passed in block3.
open10      5  TPASS  :  Test passed.
syscalls:open11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open11.c:285: TPASS: Open regular file O_RDONLY returned fd 3
open11.c:285: TPASS: Open regular file O_WRONLY returned fd 3
open11.c:285: TPASS: Open regular file O_RDWR returned fd 3
open11.c:285: TPASS: Open regular file O_RDWR | O_SYNC returned fd 3
open11.c:285: TPASS: Open regular file O_RDWR | O_TRUNC returned fd 3
open11.c:285: TPASS: Open dir O_RDONLY returned fd 3
open11.c:282: TPASS: Open dir O_RDWR, expect EISDIR: EISDIR (21)
open11.c:282: TPASS: Open regular file O_DIRECTORY, expect ENOTDIR: ENOTDIR (20)
open11.c:285: TPASS: Open hard link file O_RDONLY returned fd 3
open11.c:285: TPASS: Open hard link file O_WRONLY returned fd 3
open11.c:285: TPASS: Open hard link file O_RDWR returned fd 3
open11.c:285: TPASS: Open sym link file O_RDONLY returned fd 3
open11.c:285: TPASS: Open sym link file O_WRONLY returned fd 3
open11.c:285: TPASS: Open sym link file O_RDWR returned fd 3
open11.c:285: TPASS: Open sym link dir O_RDONLY returned fd 3
open11.c:282: TPASS: Open sym link dir O_WRONLY, expect EISDIR: EISDIR (21)
open11.c:282: TPASS: Open sym link dir O_RDWR, expect EISDIR: EISDIR (21)
open11.c:285: TPASS: Open device special file O_RDONLY returned fd 3
open11.c:285: TPASS: Open device special file O_WRONLY returned fd 3
open11.c:285: TPASS: Open device special file O_RDWR returned fd 3
open11.c:285: TPASS: Open non-existing regular file in existing dir returned fd 3
open11.c:285: TPASS: Open link file O_RDONLY | O_CREAT returned fd 3
open11.c:285: TPASS: Open symlink file O_RDONLY | O_CREAT returned fd 3
open11.c:285: TPASS: Open regular file O_RDONLY | O_CREAT returned fd 3
open11.c:282: TPASS: Open symlink dir O_RDONLY | O_CREAT, expect EISDIR: EISDIR (21)
open11.c:282: TPASS: Open dir O_RDONLY | O_CREAT, expect EISDIR: EISDIR (21)
open11.c:288: TPASS: Open regular file O_RDONLY | O_TRUNC, behaviour is undefined but should not oops or hang
open11.c:288: TPASS: Open regular file(non-empty) O_RDONLY | O_TRUNC, behaviour is undefined but should not oops or hang

Summary:
passed   28
failed   0
broken   0
skipped  0
warnings 0
syscalls:open12 passed
mke2fs 1.44.5 (15-Dec-2018)
open12      0  TINFO  :  Found free device 3 '/dev/loop3'
open12      0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
open12      1  TPASS  :  test O_APPEND for open success
open12      2  TPASS  :  test O_NOATIME for open success
open12      3  TPASS  :  test O_CLOEXEC for open success
open12      4  TPASS  :  test O_LARGEFILE for open success
syscalls:open13 passed
open13      1  TPASS  :  read(2) failed with EBADF
open13      2  TPASS  :  write(2) failed with EBADF
open13      3  TPASS  :  fchmod(2) failed with EBADF
open13      4  TPASS  :  fchown(2) failed with EBADF
open13      5  TPASS  :  fgetxattr(2) failed with EBADF
syscalls:open14 passed
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 '/home/pi/ltp/tmp/ltp-YVcjk3uOAl/ope7eAb53/#298445 (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
syscalls:openat01 passed
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
syscalls:openat02 passed
openat02    1  TPASS  :  test O_APPEND for openat success
openat02    2  TPASS  :  test O_CLOEXEC for openat success
openat02    3  TPASS  :  test O_LARGEFILE for openat success
openat02    4  TCONF  :  openat02.c:237: test O_NOATIME flag for openat needs filesystems which are mounted without noatime and relatime
openat02    5  TPASS  :  test O_NOFOLLOW for openat success
openat02    6  TPASS  :  test O_TRUNC for openat success
syscalls:openat03 passed
openat03    0  TINFO  :  creating a file with O_TMPFILE flag
openat03    0  TINFO  :  writing data to the file
openat03    0  TINFO  :  file size is '4096'
openat03    0  TINFO  :  looking for the file in '.'
openat03    0  TINFO  :  file not found, OK
openat03    0  TINFO  :  renaming '/home/pi/ltp/tmp/ltp-YVcjk3uOAl/opeEJ2Szd/#298445 (deleted)' -> 'tmpfile'
openat03    0  TINFO  :  found a file: tmpfile
openat03    1  TPASS  :  single file tests passed
openat03    0  TINFO  :  create files in multiple directories
openat03    0  TINFO  :  removing test directories
openat03    0  TINFO  :  writing/reading temporary files
openat03    0  TINFO  :  closing temporary files
openat03    2  TPASS  :  multiple files tests passed
openat03    0  TINFO  :  create multiple directories, link files into them
openat03    0  TINFO  :  and check file permissions
openat03    0  TINFO  :  remove files, directories
openat03    3  TPASS  :  file permission tests passed
syscalls:openat201 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/lapi/openat2.h:69: TCONF: Test not supported on kernel version < v5.6

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:openat202 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/lapi/openat2.h:69: TCONF: Test not supported on kernel version < v5.6

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:openat203 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/lapi/openat2.h:69: TCONF: Test not supported on kernel version < v5.6

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:open_by_handle_at01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (0)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (1)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (2)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (3)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (4)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (5)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (6)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (7)
open_by_handle_at01.c:101: TPASS: open_by_handle_at() passed (8)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:open_by_handle_at02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
open_by_handle_at02.c:99: TPASS: invalid-dfd: open_by_handle_at() failed as expected: EBADF (9)
open_by_handle_at02.c:99: TPASS: stale-dfd: open_by_handle_at() failed as expected: ESTALE (116)
open_by_handle_at02.c:99: TPASS: invalid-file-handle: open_by_handle_at() failed as expected: EFAULT (14)
open_by_handle_at02.c:99: TPASS: high-file-handle-size: open_by_handle_at() failed as expected: EINVAL (22)
open_by_handle_at02.c:99: TPASS: zero-file-handle-size: open_by_handle_at() failed as expected: EINVAL (22)
tst_capability.c:29: TINFO: Dropping CAP_DAC_READ_SEARCH(2)
tst_capability.c:41: TINFO: Permitting CAP_DAC_READ_SEARCH(2)
open_by_handle_at02.c:99: TPASS: no-capability: open_by_handle_at() failed as expected: EPERM (1)
open_by_handle_at02.c:99: TPASS: symlink: open_by_handle_at() failed as expected: ELOOP (40)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:open_tree01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLONE: open_tree() passed
open_tree01.c:60: TPASS: Flag OPEN_TREE_CLOEXEC: open_tree() passed

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:open_tree02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
open_tree02.c:43: TPASS: invalid-fd: open_tree() failed as expected: EBADF (9)
open_tree02.c:43: TPASS: invalid-path: open_tree() failed as expected: ENOENT (2)
open_tree02.c:43: TPASS: invalid-flags: open_tree() failed as expected: EINVAL (22)

Summary:
passed   21
failed   0
broken   0
skipped  0
warnings 0
syscalls:mincore01 passed
mincore01    1  TPASS  :  failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
mincore01    2  TPASS  :  failed as expected: TEST_ERRNO=EFAULT(14): Bad address
mincore01    3  TPASS  :  failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
mincore01    4  TPASS  :  failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
syscalls:mincore02 passed
mincore02    1  TPASS  :  4 pages locked, 4 pages in-core
syscalls:mincore03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:mincore04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:madvise01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:104: TCONF: MADV_HWPOISON is not supported
madvise01.c:104: TCONF: MADV_MERGEABLE is not supported
madvise01.c:104: TCONF: MADV_UNMERGEABLE is not supported
madvise01.c:104: TCONF: MADV_HUGEPAGE is not supported
madvise01.c:104: TCONF: MADV_NOHUGEPAGE is not supported
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   13
failed   0
broken   0
skipped  5
warnings 0
syscalls:madvise02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise02.c:180: TPASS: MADV_NORMAL failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_NORMAL failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_REMOVE failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_DONTNEED failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_MERGEABLE failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_UNMERGEABLE failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_NORMAL failed as expected: ENOMEM (12)
madvise02.c:180: TPASS: MADV_WILLNEED failed as expected: ENOMEM (12)
madvise02.c:173: TCONF: MADV_WILLNEED is not supported
madvise02.c:180: TPASS: MADV_FREE failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_WIPEONFORK failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_WIPEONFORK shared_anon failed as expected: EINVAL (22)
madvise02.c:180: TPASS: MADV_WIPEONFORK private file backed failed as expected: EINVAL (22)

Summary:
passed   12
failed   0
broken   0
skipped  1
warnings 0
syscalls:madvise05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise05.c:38: TPASS: issue has not been reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:madvise06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise06.c:101: TINFO: dropping caches
madvise06.c:108: TCONF: System RAM is too small (838860800 bytes needed)

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:madvise07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise07.c:45: TINFO: mmap(0, 4096, PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_PRIVATE, -1, 0)
madvise07.c:54: TINFO: madvise(0x7fa4158000, 4096, MADV_HWPOISON)
madvise07.c:58: TCONF: CONFIG_MEMORY_FAILURE probably not set in kconfig: EINVAL (22)

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:madvise08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise08.c:73: TINFO: Temporary core pattern is '/home/pi/ltp/tmp/ltp-YVcjk3uOAl/OCnVBx/dump-%p'
madvise08.c:112: TINFO: Dump file should be dump-21320
madvise08.c:196: TPASS: madvise(..., MADV_DONTDUMP)
madvise08.c:112: TINFO: Dump file should be dump-21321
madvise08.c:200: TPASS: madvise(..., MADV_DODUMP)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:madvise09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise09.c:309: TCONF: '/sys/fs/cgroup/memory/' not present, CONFIG_MEMCG missing?

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:madvise10 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
madvise10.c:134: TINFO: MADV_WIPEONFORK zeroes memory in child
madvise10.c:108: TPASS: madvise(0x7f825e2000, 16384, 0x0)
madvise10.c:108: TPASS: madvise(0x7f825e2000, 16384, 0x12)
madvise10.c:89: TPASS: In PID 21326, Matched expected pattern
madvise10.c:134: TINFO: MADV_WIPEONFORK with zero length does nothing
madvise10.c:108: TPASS: madvise(0x7f825e2000, 0, 0x0)
madvise10.c:108: TPASS: madvise(0x7f825e2000, 0, 0x12)
madvise10.c:89: TPASS: In PID 21327, Matched expected pattern
madvise10.c:134: TINFO: MADV_WIPEONFORK zeroes memory in grand-child
madvise10.c:108: TPASS: madvise(0x7f825e2000, 16384, 0x0)
madvise10.c:108: TPASS: madvise(0x7f825e2000, 16384, 0x12)
madvise10.c:89: TPASS: In PID 21329, Matched expected pattern
madvise10.c:134: TINFO: MADV_KEEPONFORK will undo MADV_WIPEONFORK
madvise10.c:108: TPASS: madvise(0x7f825e2000, 16384, 0x12)
madvise10.c:108: TPASS: madvise(0x7f825e2000, 16384, 0x13)
madvise10.c:89: TPASS: In PID 21330, Matched expected pattern

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:newuname01 passed
newuname01    1  TPASS  :  newuname call succeed: return value = 0 
newuname01    0  TINFO  :  This system is Linux
newuname01    0  TINFO  :  The system infomation is :
newuname01    0  TINFO  :  System is Linux on aarch64 hardware
newuname01    0  TINFO  :  Nodename is raspberrypi
newuname01    0  TINFO  :  Version is 5.4.83-v8+, #1 SMP PREEMPT Fri Apr 30 12:36:09 IST 2021
newuname01    0  TINFO  :  Domainname is (none) 
syscalls:pathconf01 passed
pathconf01    1  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-YVcjk3uOAl/patIgwmKR, _PC_LINK_MAX) returned 65000
pathconf01    2  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-YVcjk3uOAl/patIgwmKR, _PC_NAME_MAX) returned 255
pathconf01    3  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-YVcjk3uOAl/patIgwmKR, _PC_PATH_MAX) returned 4096
pathconf01    4  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-YVcjk3uOAl/patIgwmKR, _PC_PIPE_BUF) returned 4096
pathconf01    5  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-YVcjk3uOAl/patIgwmKR, _PC_CHOWN_RESTRICTED) returned 1
pathconf01    6  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-YVcjk3uOAl/patIgwmKR, _PC_NO_TRUNC) returned 1
pathconf01    7  TPASS  :  pathconf(/home/pi/ltp/tmp/ltp-YVcjk3uOAl/patIgwmKR, (null)) returned 65000
syscalls:pause01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pause01.c:24: TPASS: pause() interrupted with EINTR

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pause02 passed
pause02     1  TPASS  :  pause was interrupted correctly
syscalls:pause03 passed
pause03     1  TPASS  :  pause() did not return after SIGKILL
syscalls:personality01 passed
personality01    1  TPASS  :  personality(PER_LINUX)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_LINUX_32BIT)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_SVR4)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_SVR3)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_SCOSVR3)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_OSR5)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_WYSEV386)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_ISCR4)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_BSD)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_XENIX)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_IRIX32)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_IRIXN32)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_IRIX64)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_RISCOS)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_SOLARIS)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_UW7)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_OSF4)
personality01    0  TINFO  :  Child process returned TPASS
personality01    1  TPASS  :  personality(PER_HPUX)
personality01    0  TINFO  :  Child process returned TPASS
syscalls:personality02 passed
personality02    1  TPASS  :  Timeout wasn't modified
syscalls:pidfd_open01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_open01.c:35: TPASS: pidfd_open(getpid(), 0) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pidfd_open02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pidfd_open03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_open03.c:49: TPASS: pidfd_open() passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pidfd_send_signal01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_send_signal01.c:30: TPASS: Received correct signal and data!
pidfd_send_signal01.c:66: TPASS: pidfd_send_signal() behaved like rt_sigqueueinfo()

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:pidfd_send_signal02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_send_signal02.c:64: TPASS: pidfd_send_signal() failed as expected: EINVAL (22)
pidfd_send_signal02.c:64: TPASS: pidfd_send_signal() failed as expected: EBADF (9)
pidfd_send_signal02.c:64: TPASS: pidfd_send_signal() failed as expected: EINVAL (22)
pidfd_send_signal02.c:64: TPASS: pidfd_send_signal() failed as expected: EPERM (1)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:pidfd_send_signal03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pidfd_send_signal03.c:119: TCONF: /proc/sys/kernel/ns_last_pid does not exist, cannot set PIDs

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:pipe01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe01.c:48: TPASS: pipe() functionality is correct

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe02.c:86: TPASS: Child killed by SIGPIPE

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe03.c:30: TPASS: expected failure writing to read end of pipe: EBADF (9)
pipe03.c:39: TPASS: expected failure reading from write end of pipe: EBADF (9)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe04 passed
pipe04      1  TPASS  :  Child 1 killed while writing to a pipe
pipe04      2  TPASS  :  Child 2 killed while writing to a pipe
syscalls:pipe05 passed
pipe05      1  TPASS  :  expected failure - errno = 14 : Bad address
syscalls:pipe06 passed
pipe06      1  TPASS  :  failed with EMFILE
syscalls:pipe07 passed
pipe07      0  TINFO  :  Found 3 files open
pipe07      1  TPASS  :  Opened 510 pipes
syscalls:pipe08 passed
pipe08      1  TPASS  :  got expected SIGPIPE signal
syscalls:pipe09 passed
pipe09      1  TPASS  :  functionality appears to be correct
syscalls:pipe10 passed
pipe10      1  TPASS  :  functionality is correct
syscalls:pipe11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe11.c:70: TINFO: Reading 4096 per each of 1 children
pipe11.c:50: TPASS: Child 21395 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 2048 per each of 2 children
pipe11.c:50: TPASS: Child 21396 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21397 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 1365 per each of 3 children
pipe11.c:50: TPASS: Child 21398 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21399 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21400 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 1024 per each of 4 children
pipe11.c:50: TPASS: Child 21401 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21402 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21403 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21404 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 409 per each of 10 children
pipe11.c:50: TPASS: Child 21405 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21406 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21407 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21408 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21409 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21410 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21411 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21412 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21413 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21414 read pipe buffer correctly
pipe11.c:70: TINFO: Reading 81 per each of 50 children
pipe11.c:50: TPASS: Child 21415 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21416 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21417 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21418 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21419 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21420 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21421 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21422 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21423 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21425 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21424 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21426 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21427 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21428 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21429 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21430 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21431 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21432 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21433 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21435 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21436 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21437 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21434 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21440 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21439 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21441 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21443 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21438 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21442 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21445 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21444 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21447 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21448 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21446 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21451 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21450 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21453 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21452 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21455 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21454 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21457 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21458 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21459 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21460 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21449 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21456 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21461 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21464 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21462 read pipe buffer correctly
pipe11.c:50: TPASS: Child 21463 read pipe buffer correctly

Summary:
passed   70
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe12.c:46: TINFO: Write to full pipe
pipe12.c:55: TPASS: write failed as expected: EAGAIN/EWOULDBLOCK (11)
pipe12.c:70: TPASS: write 65536 bytes
pipe12.c:46: TINFO: Write to non-empty pipe
pipe12.c:65: TPASS: write succeeded as expectedly
pipe12.c:75: TPASS: write 61441 bytes
pipe12.c:46: TINFO: Write to empty pipe
pipe12.c:65: TPASS: write succeeded as expectedly
pipe12.c:70: TPASS: write 65536 bytes

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe13 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe13.c:50: TINFO: Creating 2 child processes
pipe13.c:91: TPASS: Closed pipe waked up everyone
pipe13.c:50: TINFO: Creating 10 child processes
pipe13.c:91: TPASS: Closed pipe waked up everyone
pipe13.c:50: TINFO: Creating 27 child processes
pipe13.c:91: TPASS: Closed pipe waked up everyone
pipe13.c:50: TINFO: Creating 100 child processes
pipe13.c:91: TPASS: Closed pipe waked up everyone

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe2_01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe2_01.c:56: TINFO: Test pipe2 with 0 flag 
pipe2_01.c:68: TPASS: pipe2 fds[0] gets expected flag(0)
pipe2_01.c:68: TPASS: pipe2 fds[1] gets expected flag(0)
pipe2_01.c:56: TINFO: Test pipe2 using O_CLOEXEC flag 
pipe2_01.c:68: TPASS: pipe2 fds[0] gets expected flag(524288)
pipe2_01.c:68: TPASS: pipe2 fds[1] gets expected flag(524288)
pipe2_01.c:56: TINFO: Test pipe2 using O_DIRECT flag 
pipe2_01.c:68: TPASS: pipe2 fds[1] gets expected flag(65536)
pipe2_01.c:56: TINFO: Test pipe2 using O_NONBLOCK flag 
pipe2_01.c:68: TPASS: pipe2 fds[0] gets expected flag(2048)
pipe2_01.c:68: TPASS: pipe2 fds[1] gets expected flag(2048)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe2_02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pipe2_02.c:43: TPASS: test O_CLOEXEC for pipe2 success

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pipe2_04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pivot_root01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pivot_root01.c:158: TPASS: pivot_root succeeded
pivot_root01.c:173: TPASS: pivot_root failed as expectedly: EBUSY (16)
pivot_root01.c:173: TPASS: pivot_root failed as expectedly: EINVAL (22)
pivot_root01.c:173: TPASS: pivot_root failed as expectedly: ENOTDIR (20)
pivot_root01.c:147: TCONF: System doesn't have POSIX capabilities support

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:poll01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
poll01.c:42: TPASS: poll() POLLOUT
poll01.c:69: TPASS: poll() POLLIN

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:poll02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: poll() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1067us, max 1301us, median 1093us, trunc mean 1094.08us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2091us, max 2141us, median 2093us, trunc mean 2093.97us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5092us, max 5143us, median 5094us, trunc mean 5094.98us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10093us, max 10138us, median 10094us, trunc mean 10097.11us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25094us, max 25133us, median 25095us, trunc mean 25101.25us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100144us, max 100194us, median 100145us, trunc mean 100144.89us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: poll() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001048us, max 1001051us, median 1001048us, trunc mean 1001048.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:ppoll01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ppoll01.c:199: TINFO: Testing variant: vDSO or syscall with libc spec
ppoll01.c:246: TINFO: case NORMAL
ppoll01.c:277: TPASS: revents=0x0005
ppoll01.c:283: TPASS: ret: 1
ppoll01.c:246: TINFO: case MASK_SIGNAL
ppoll01.c:283: TPASS: ret: 0
ppoll01.c:246: TINFO: case TIMEOUT
ppoll01.c:283: TPASS: ret: 0
ppoll01.c:246: TINFO: case FD_ALREADY_CLOSED
ppoll01.c:277: TPASS: revents=0x0020
ppoll01.c:283: TPASS: ret: 1
ppoll01.c:246: TINFO: case SEND_SIGINT
ppoll01.c:286: TPASS: ret: -1, errno: EINTR (4)
ppoll01.c:246: TINFO: case SEND_SIGINT_RACE_TEST
ppoll01.c:286: TPASS: ret: -1, errno: EINTR (4)
ppoll01.c:246: TINFO: case INVALID_NFDS
ppoll01.c:286: TPASS: ret: -1, errno: EINVAL (22)
ppoll01.c:246: TINFO: case INVALID_FDS
ppoll01.c:286: TPASS: ret: -1, errno: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ppoll01.c:199: TINFO: Testing variant: syscall with old kernel spec
ppoll01.c:246: TINFO: case NORMAL
ppoll01.c:277: TPASS: revents=0x0005
ppoll01.c:283: TPASS: ret: 1
ppoll01.c:246: TINFO: case MASK_SIGNAL
ppoll01.c:283: TPASS: ret: 0
ppoll01.c:246: TINFO: case TIMEOUT
ppoll01.c:283: TPASS: ret: 0
ppoll01.c:246: TINFO: case FD_ALREADY_CLOSED
ppoll01.c:277: TPASS: revents=0x0020
ppoll01.c:283: TPASS: ret: 1
ppoll01.c:246: TINFO: case SEND_SIGINT
ppoll01.c:286: TPASS: ret: -1, errno: EINTR (4)
ppoll01.c:246: TINFO: case SEND_SIGINT_RACE_TEST
ppoll01.c:286: TPASS: ret: -1, errno: EINTR (4)
ppoll01.c:246: TINFO: case INVALID_NFDS
ppoll01.c:286: TPASS: ret: -1, errno: EINVAL (22)
ppoll01.c:246: TINFO: case INVALID_FDS
ppoll01.c:286: TPASS: ret: -1, errno: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ppoll01.c:199: TINFO: Testing variant: syscall time64 with kernel spec
ppoll01.c:246: TINFO: case NORMAL
ppoll01.c:175: TCONF: syscall(414) __NR_ppoll_time64 not supported

Summary:
passed   20
failed   0
broken   0
skipped  1
warnings 0
syscalls:prctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl01.c:25: TPASS: prctl(PR_SET_PDEATHSIG) succeeded
prctl01.c:35: TPASS: prctl(PR_GET_PDEATHSIG) got expected death signal

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
tst_capability.c:29: TINFO: Dropping CAP_SETPCAP(8)
prctl02.c:105: TINFO: Test #0: invalid option
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #1: PR_SET_PDEATHSIG
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #2: PR_SET_DUMPABLE
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #3: PR_SET_NAME
prctl02.c:151: TPASS: prctl() failed as expected: EFAULT (14)
prctl02.c:105: TINFO: Test #4: PR_SET_SECCOMP
prctl02.c:151: TPASS: prctl() failed as expected: EFAULT (14)
prctl02.c:105: TINFO: Test #5: PR_SET_SECCOMP
prctl02.c:151: TPASS: prctl() failed as expected: EACCES (13)
prctl02.c:105: TINFO: Test #6: PR_SET_TIMING
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #7: PR_SET_NO_NEW_PRIVS
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #8: PR_SET_NO_NEW_PRIVS
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #9: PR_GET_NO_NEW_PRIVS
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #10: PR_SET_THP_DISABLE
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #11: PR_GET_THP_DISABLE
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #12: PR_CAP_AMBIENT
prctl02.c:151: TPASS: prctl() failed as expected: EINVAL (22)
prctl02.c:105: TINFO: Test #13: PR_GET_SPECULATION_CTRL
prctl02.c:136: TCONF: prctl() doesn't support this option, skip it
prctl02.c:105: TINFO: Test #14: PR_SET_SECUREBITS
prctl02.c:151: TPASS: prctl() failed as expected: EPERM (1)
prctl02.c:105: TINFO: Test #15: PR_CAPBSET_DROP
prctl02.c:151: TPASS: prctl() failed as expected: EPERM (1)

Summary:
passed   15
failed   0
broken   0
skipped  1
warnings 0
syscalls:prctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl03.c:73: TPASS: prctl(PR_SET_CHILD_SUBREAPER) succeeded
prctl03.c:46: TPASS: prctl(PR_GET_CHILD_SUBREAPER) got expected 0
prctl03.c:88: TPASS: PPID of orphaned process was reparented
prctl03.c:101: TPASS: wait() got orphaned process, pid 21648, status 0
prctl03.c:108: TPASS: received SIGCHLD from orphaned process
prctl03.c:46: TPASS: prctl(PR_GET_CHILD_SUBREAPER) got expected 1

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl04.c:213: TINFO: kernel support PR_GET/SET_SECCOMP
prctl04.c:125: TPASS: prctl(PR_SET_SECCOMP) sets SECCOMP_MODE_STRICT succeed
prctl04.c:197: TPASS: SECCOMP_MODE_STRICT doesn't permit GET_SECCOMP call
prctl04.c:133: TPASS: SECCOMP_MODE_STRICT permits read(2) write(2) and _exit(2)
prctl04.c:197: TPASS: SECCOMP_MODE_STRICT doesn't permit close(2)
prctl04.c:165: TPASS: prctl(PR_SET_SECCOMP) sets SECCOMP_MODE_FILTER succeed
prctl04.c:197: TPASS: SECCOMP_MODE_FILTER doestn't permit GET_SECCOMP call
prctl04.c:171: TPASS: SECCOMP_MODE_FILTER permits close(2)
prctl04.c:197: TPASS: SECCOMP_MODE_FILTER doesn't permit exit()
prctl04.c:95: TPASS: SECCOMP_MODE_FILTER permits fork(2)
prctl04.c:102: TPASS: SECCOMP_MODE_FILTER has been inherited by child

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl05.c:43: TPASS: prctl(PR_SET_NAME, 'prctl05_test') succeeded
prctl05.c:57: TPASS: prctl(PR_GET_NAME) succeeded, thread name is prctl05_test
prctl05.c:62: TPASS: /proc/self/task/21660/comm = 'prctl05_test'
prctl05.c:63: TPASS: /proc/self/comm = 'prctl05_test'
prctl05.c:43: TPASS: prctl(PR_SET_NAME, 'prctl05_test_xxxxx') succeeded
prctl05.c:57: TPASS: prctl(PR_GET_NAME) succeeded, thread name is prctl05_test_xx
prctl05.c:62: TPASS: /proc/self/task/21660/comm = 'prctl05_test_xx'
prctl05.c:63: TPASS: /proc/self/comm = 'prctl05_test_xx'

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl06 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl06.c:98: TINFO: kernel supports PR_GET/SET_NO_NEW_PRIVS
prctl06.h:33: TPASS: parent prctl(PR_GET_NO_NEW_PRIVS) expected 0 got 0
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 0
prctl06.c:42: TPASS: prctl(PR_SET_NO_NEW_PRIVS) succeeded
prctl06.h:33: TPASS: After fork, child process prctl(PR_GET_NO_NEW_PRIVS) expected 1 got 1
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 1
prctl06.h:33: TPASS: After execve, child process prctl(PR_GET_NO_NEW_PRIVS) expected 1 got 1
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 1
prctl06_execve.c:37: TPASS: After execve, child process getegid() returns nobody, it doesn't gain root privileges
prctl06_execve.c:47: TPASS: After execve, child process geteuid() returns nobody, it doesn't gain root privileges
prctl06.h:33: TPASS: parent process prctl(PR_GET_NO_NEW_PRIVS) expected 1 got 1
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 1
prctl06.h:33: TPASS: After execve, parent process prctl(PR_GET_NO_NEW_PRIVS) expected 1 got 1
prctl06.h:39: TPASS: /proc/self/status NoNewPrivs: = 1
prctl06_execve.c:37: TPASS: After execve, parent process getegid() returns nobody, it doesn't gain root privileges
prctl06_execve.c:47: TPASS: After execve, parent process geteuid() returns nobody, it doesn't gain root privileges

Summary:
passed   15
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl07.c:158: TINFO: kernel supports PR_CAP_AMBIENT
prctl07.c:150: TCONF: libcap devel files missing during compilation

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:prctl08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
prctl08.c:117: TINFO: current timerslack value is 50000
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 0) succeed
prctl08.c:61: TPASS: Reset prctl(PR_GET_TIMERSLACK) got 50000 expectedly
prctl08.c:67: TPASS: /proc/self/timerslack_ns = 50000
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 1) succeed
prctl08.c:61: TPASS: Min prctl(PR_GET_TIMERSLACK) got 1 expectedly
prctl08.c:67: TPASS: /proc/self/timerslack_ns = 1
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 70000) succeed
prctl08.c:61: TPASS: Middle prctl(PR_GET_TIMERSLACK) got 70000 expectedly
prctl08.c:67: TPASS: /proc/self/timerslack_ns = 70000
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 2147483647) succeed
prctl08.c:61: TPASS: Max prctl(PR_GET_TIMERSLACK) got 2147483647 expectedly
prctl08.c:67: TPASS: /proc/self/timerslack_ns = 2147483647
prctl08.c:104: TPASS: prctl(PR_SET_TIMERSLACK, 70000) succeed
prctl08.c:84: TPASS: Child process two timer slack values are made the same as the current value(70000) of the creating thread.

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:prctl09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 200us
tst_timer_test.c:265: TINFO: prctl() sleeping for 1000us 500 iterations, threshold 600.01us
tst_timer_test.c:308: TINFO: min 1065us, max 1407us, median 1241us, trunc mean 1241.93us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 2000us 500 iterations, threshold 600.01us
tst_timer_test.c:308: TINFO: min 2239us, max 2314us, median 2241us, trunc mean 2243.52us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 5000us 300 iterations, threshold 600.04us
tst_timer_test.c:308: TINFO: min 5237us, max 5332us, median 5241us, trunc mean 5243.14us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 10000us 100 iterations, threshold 600.33us
tst_timer_test.c:308: TINFO: min 10240us, max 10357us, median 10241us, trunc mean 10243.32us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 25000us 50 iterations, threshold 601.29us
tst_timer_test.c:308: TINFO: min 25240us, max 25282us, median 25241us, trunc mean 25246.17us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 100000us 10 iterations, threshold 637.00us
tst_timer_test.c:308: TINFO: min 100240us, max 100252us, median 100246us, trunc mean 100245.44us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: prctl() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1000244us, max 1000302us, median 1000244us, trunc mean 1000244.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:pread01 passed
pread01     1  TPASS  :  Functionality of pread() is correct
syscalls:pread01_64 passed
pread01     1  TPASS  :  Functionality of pread() is correct
syscalls:pread02 passed
pread02     1  TPASS  :  pread() fails, file descriptor is a PIPE or FIFO, errno:29
pread02     2  TPASS  :  pread() fails, specified offset is -ve or invalid, errno:22
syscalls:pread02_64 passed
pread02     1  TPASS  :  pread() fails, file descriptor is a PIPE or FIFO, errno:29
pread02     2  TPASS  :  pread() fails, specified offset is -ve or invalid, errno:22
syscalls:pread03 passed
pread03     1  TPASS  :  pread() fails with expected error EISDIR errno:21
syscalls:pread03_64 passed
pread03     1  TPASS  :  pread() fails with expected error EISDIR errno:21
syscalls:preadv01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv01.c:81: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly
preadv01.c:81: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly
preadv01.c:81: TPASS: Preadv(2) read 32 bytes successfully with content 'b' expectedly

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv01_64 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv01.c:81: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly
preadv01.c:81: TPASS: Preadv(2) read 64 bytes successfully with content 'a' expectedly
preadv01.c:81: TPASS: Preadv(2) read 32 bytes successfully with content 'b' expectedly

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EFAULT (14)
preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)
preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)
preadv02.c:89: TPASS: preadv() failed as expected: EISDIR (21)
preadv02.c:89: TPASS: preadv() failed as expected: ESPIPE (29)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EINVAL (22)
preadv02.c:89: TPASS: preadv() failed as expected: EFAULT (14)
preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)
preadv02.c:89: TPASS: preadv() failed as expected: EBADF (9)
preadv02.c:89: TPASS: preadv() failed as expected: EISDIR (21)
preadv02.c:89: TPASS: preadv() failed as expected: ESPIPE (29)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly

Summary:
passed   18
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv03_64 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv03.c:102: TINFO: Using block size 512
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'a' expectedly
preadv03.c:88: TPASS: preadv(O_DIRECT) read 512 bytes successfully with content 'b' expectedly

Summary:
passed   18
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv201 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 32 bytes with content 'b' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'b' expectedly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv201_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 32 bytes with content 'b' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'a' expectedly
preadv201.c:91: TPASS: preadv2() read 64 bytes with content 'b' expectedly

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:preadv202 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:preadv202_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:preadv203 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 437, short reads 10, zero len reads 0, EAGAIN(s) 53986
preadv203.c:180: TINFO: Number of writes 1380
preadv203.c:194: TINFO: Cache dropped 14 times
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 3230, short reads 10, zero len reads 0, EAGAIN(s) 45834
preadv203.c:194: TINFO: Cache dropped 6 times
preadv203.c:180: TINFO: Number of writes 60
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 26354, short reads 10, zero len reads 0, EAGAIN(s) 177924
preadv203.c:194: TINFO: Cache dropped 14 times
preadv203.c:180: TINFO: Number of writes 60
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 52428, short reads 10, zero len reads 0, EAGAIN(s) 1554196
preadv203.c:194: TINFO: Cache dropped 248 times
preadv203.c:180: TINFO: Number of writes 300
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:238: TCONF: preadv2(): EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:238: TCONF: preadv2(): EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:238: TCONF: preadv2(): EOPNOTSUPP (95)

Summary:
passed   4
failed   0
broken   0
skipped  3
warnings 0
syscalls:preadv203_64 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 127, short reads 10, zero len reads 0, EAGAIN(s) 119537
preadv203.c:194: TINFO: Cache dropped 26 times
preadv203.c:180: TINFO: Number of writes 60
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 3661, short reads 10, zero len reads 0, EAGAIN(s) 52214
preadv203.c:194: TINFO: Cache dropped 7 times
preadv203.c:180: TINFO: Number of writes 60
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 22365, short reads 10, zero len reads 0, EAGAIN(s) 100506
preadv203.c:180: TINFO: Number of writes 300
preadv203.c:194: TINFO: Cache dropped 8 times
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:145: TINFO: Number of full_reads 11929, short reads 10, zero len reads 0, EAGAIN(s) 29719
preadv203.c:194: TINFO: Cache dropped 66 times
preadv203.c:180: TINFO: Number of writes 360
preadv203.c:223: TPASS: Got some EAGAIN
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:238: TCONF: preadv2(): EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:238: TCONF: preadv2(): EOPNOTSUPP (95)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
preadv203.c:238: TCONF: preadv2(): EOPNOTSUPP (95)

Summary:
passed   4
failed   0
broken   0
skipped  3
warnings 0
syscalls:profil01 passed
profil01    0  TINFO  :  buf[0x403c]=29
profil01    0  TINFO  :  buf[0x4044]=34
profil01    0  TINFO  :  buf[0x4058]=28
profil01    0  TINFO  :  buf[0x4068]=14
profil01    0  TINFO  :  buf[0x406c]=46
profil01    0  TINFO  :  buf[0x4080]=17
profil01    0  TINFO  :  buf[0x4084]=36
profil01    0  TINFO  :  buf[0x40d0]=1
profil01    0  TINFO  :  buf[0x413c]=11
profil01    0  TINFO  :  buf[0x4140]=30
profil01    0  TINFO  :  buf[0x4148]=18
profil01    0  TINFO  :  buf[0x4154]=12
profil01    0  TINFO  :  buf[0x4158]=44
profil01    0  TINFO  :  buf[0x415c]=17
profil01    0  TINFO  :  buf[0x416c]=15
profil01    0  TINFO  :  buf[0x4170]=34
profil01    0  TINFO  :  buf[0x4178]=9
profil01    0  TINFO  :  buf[0x4180]=13
profil01    0  TINFO  :  buf[0x4184]=36
profil01    0  TINFO  :  buf[0x4188]=34
profil01    0  TINFO  :  buf[0x4190]=22
profil01    1  TPASS  :  profil recorded some data
syscalls:process_vm_readv01 passed
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
syscalls:process_vm_readv02 passed
process_vm_readv02    0  TINFO  :  child 1: reading string from same memory location.
process_vm_readv02    1  TPASS  :  expected string received.
process_vm_readv02    0  TINFO  :  child 0: memory allocated and initialized.
syscalls:process_vm_readv03 passed
process_vm_readv03    0  TINFO  :  child 1: 10 remote iovecs received.
process_vm_readv03    0  TINFO  :  child 1: 4 local iovecs initialized.
process_vm_readv03    1  TPASS  :  child 1: all bytes are correctly received.
process_vm_readv03    0  TINFO  :  child 0: 10 iovecs allocated and initialized.
syscalls:process_vm_writev01 passed
process_vm_writev    0  TINFO  :  test_sane_params
process_vm_writev    1  TPASS  :  expected ret success - returned value = 4096
process_vm_writev    0  TINFO  :  test_flags, flags=-2147483647
process_vm_writev    2  TPASS  :  expected ret success - returned value = -1
process_vm_writev    3  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=-1
process_vm_writev    4  TPASS  :  expected ret success - returned value = -1
process_vm_writev    5  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=1
process_vm_writev    6  TPASS  :  expected ret success - returned value = -1
process_vm_writev    7  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=2147483647
process_vm_writev    8  TPASS  :  expected ret success - returned value = -1
process_vm_writev    9  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=0
process_vm_writev   10  TPASS  :  expected ret success - returned value = 4096
process_vm_writev    0  TINFO  :  test_iov_len_overflow
process_vm_writev   11  TPASS  :  expected ret success - returned value = -1
process_vm_writev   12  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_iov_invalid - lvec->iov_base
process_vm_writev   13  TPASS  :  expected ret success - returned value = -1
process_vm_writev   14  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - rvec->iov_base
process_vm_writev   15  TPASS  :  expected ret success - returned value = -1
process_vm_writev   16  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - lvec
process_vm_writev   17  TPASS  :  expected ret success - returned value = -1
process_vm_writev   18  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - rvec
process_vm_writev   19  TPASS  :  expected ret success - returned value = -1
process_vm_writev   20  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_invalid_pid
process_vm_writev   21  TPASS  :  expected ret success - returned value = -1
process_vm_writev   22  TPASS  :  expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_writev   23  TPASS  :  expected ret success - returned value = -1
process_vm_writev   24  TPASS  :  expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_writev    0  TINFO  :  test_invalid_perm
process_vm_writev   25  TPASS  :  expected ret success - returned value = -1
process_vm_writev   26  TPASS  :  expected failure: TEST_ERRNO=EPERM(1): Operation not permitted
process_vm_writev    0  TINFO  :  test_sane_params
process_vm_writev    1  TPASS  :  expected ret success - returned value = 4096
process_vm_writev    0  TINFO  :  test_flags, flags=-2147483647
process_vm_writev    2  TPASS  :  expected ret success - returned value = -1
process_vm_writev    3  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=-1
process_vm_writev    4  TPASS  :  expected ret success - returned value = -1
process_vm_writev    5  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=1
process_vm_writev    6  TPASS  :  expected ret success - returned value = -1
process_vm_writev    7  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=2147483647
process_vm_writev    8  TPASS  :  expected ret success - returned value = -1
process_vm_writev    9  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_flags, flags=0
process_vm_writev   10  TPASS  :  expected ret success - returned value = 4096
process_vm_writev    0  TINFO  :  test_iov_len_overflow
process_vm_writev   11  TPASS  :  expected ret success - returned value = -1
process_vm_writev   12  TPASS  :  expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_writev    0  TINFO  :  test_iov_invalid - lvec->iov_base
process_vm_writev   13  TPASS  :  expected ret success - returned value = -1
process_vm_writev   14  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - rvec->iov_base
process_vm_writev   15  TPASS  :  expected ret success - returned value = -1
process_vm_writev   16  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - lvec
process_vm_writev   17  TPASS  :  expected ret success - returned value = -1
process_vm_writev   18  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_iov_invalid - rvec
process_vm_writev   19  TPASS  :  expected ret success - returned value = -1
process_vm_writev   20  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_invalid_pid
process_vm_writev   21  TPASS  :  expected ret success - returned value = -1
process_vm_writev   22  TPASS  :  expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_writev   23  TPASS  :  expected ret success - returned value = -1
process_vm_writev   24  TPASS  :  expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_writev    0  TINFO  :  test_invalid_perm
process_vm_writev    0  TINFO  :  test_invalid_protection lvec
process_vm_writev   25  TPASS  :  expected ret success - returned value = -1
process_vm_writev   26  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_writev    0  TINFO  :  test_invalid_protection rvec
process_vm_writev   27  TPASS  :  expected ret success - returned value = -1
process_vm_writev   28  TPASS  :  expected failure: TEST_ERRNO=EFAULT(14): Bad address
syscalls:process_vm_writev02 passed
process_vm_writev02    0  TINFO  :  child 2: write to the same memory location.
process_vm_writev02    0  TINFO  :  child 0: memory allocated.
process_vm_writev02    1  TPASS  :  child 0: all bytes are expected.
syscalls:prot_hsymlinks passed
prot_hsymlinks    0  TINFO  :   --- HARDLINKS AND SYMLINKS RESTRICTIONS TEST ---
prot_hsymlinks    1  TPASS  :  Expect: can follow symlink '.../link_1', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks    2  TPASS  :  Expect: can follow symlink '.../link_1', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks    3  TPASS  :  Expect: can follow symlink '.../link_2', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks    4  TPASS  :  Expect: can follow symlink '.../link_2', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks    5  TPASS  :  Expect: can follow symlink '.../tmp_root/link_3', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks    6  TPASS  :  Expect: can follow symlink '.../tmp_root/link_3', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks    7  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_4', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks    8  TPASS  :  Expect: can follow symlink '.../tmp_root/link_4', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks    9  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_5', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   10  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_5', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   11  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_6', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   12  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_6', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   13  TPASS  :  Expect: can create hardlink '.../root.hs' to '.../link_7', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   14  TPASS  :  Expect: can't create hardlink '.../root.hs' to '.../link_8', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   15  TPASS  :  Expect: can create hardlink '.../root.hs' to '.../tmp_root/link_9', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   16  TPASS  :  Expect: can't create hardlink '.../root.hs' to '.../tmp_root/link_10', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   17  TPASS  :  Expect: can create hardlink '.../root.hs' to '.../tmp_hsym/link_11', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   18  TPASS  :  Expect: can't create hardlink '.../root.hs' to '.../tmp_hsym/link_12', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   19  TPASS  :  Expect: can follow symlink '.../link_13', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   20  TPASS  :  Expect: can follow symlink '.../link_13', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   21  TPASS  :  Expect: can follow symlink '.../link_14', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   22  TPASS  :  Expect: can follow symlink '.../link_14', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   23  TPASS  :  Expect: can follow symlink '.../tmp_root/link_15', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   24  TPASS  :  Expect: can follow symlink '.../tmp_root/link_15', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   25  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_16', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   26  TPASS  :  Expect: can follow symlink '.../tmp_root/link_16', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   27  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_17', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   28  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_17', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   29  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_18', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   30  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_18', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   31  TPASS  :  Expect: can create hardlink '.../root.hs_w' to '.../link_19', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   32  TPASS  :  Expect: can't create hardlink '.../root.hs_w' to '.../link_20', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   33  TPASS  :  Expect: can create hardlink '.../root.hs_w' to '.../tmp_root/link_21', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   34  TPASS  :  Expect: can't create hardlink '.../root.hs_w' to '.../tmp_root/link_22', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   35  TPASS  :  Expect: can create hardlink '.../root.hs_w' to '.../tmp_hsym/link_23', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   36  TPASS  :  Expect: can't create hardlink '.../root.hs_w' to '.../tmp_hsym/link_24', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   37  TPASS  :  Expect: can follow symlink '.../link_25', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   38  TPASS  :  Expect: can follow symlink '.../link_25', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   39  TPASS  :  Expect: can follow symlink '.../link_26', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   40  TPASS  :  Expect: can follow symlink '.../link_26', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   41  TPASS  :  Expect: can follow symlink '.../tmp_root/link_27', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   42  TPASS  :  Expect: can follow symlink '.../tmp_root/link_27', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   43  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_28', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   44  TPASS  :  Expect: can follow symlink '.../tmp_root/link_28', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   45  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_29', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   46  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_29', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   47  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_30', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   48  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_30', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   49  TPASS  :  Expect: can follow symlink '.../link_31', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   50  TPASS  :  Expect: can follow symlink '.../link_31', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   51  TPASS  :  Expect: can follow symlink '.../link_32', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   52  TPASS  :  Expect: can follow symlink '.../link_32', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   53  TPASS  :  Expect: can follow symlink '.../tmp_root/link_33', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   54  TPASS  :  Expect: can follow symlink '.../tmp_root/link_33', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   55  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_34', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   56  TPASS  :  Expect: can follow symlink '.../tmp_root/link_34', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   57  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_35', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   58  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_35', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   59  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_36', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   60  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_36', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   61  TPASS  :  Expect: can create hardlink '.../root/local_root.hs' to '.../link_37', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   62  TPASS  :  Expect: can't create hardlink '.../root/local_root.hs' to '.../link_38', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   63  TPASS  :  Expect: can create hardlink '.../root/local_root.hs' to '.../tmp_root/link_39', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   64  TPASS  :  Expect: can't create hardlink '.../root/local_root.hs' to '.../tmp_root/link_40', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   65  TPASS  :  Expect: can create hardlink '.../root/local_root.hs' to '.../tmp_hsym/link_41', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   66  TPASS  :  Expect: can't create hardlink '.../root/local_root.hs' to '.../tmp_hsym/link_42', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   67  TPASS  :  Expect: can follow symlink '.../link_43', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   68  TPASS  :  Expect: can follow symlink '.../link_43', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   69  TPASS  :  Expect: can follow symlink '.../link_44', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   70  TPASS  :  Expect: can follow symlink '.../link_44', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   71  TPASS  :  Expect: can follow symlink '.../tmp_root/link_45', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   72  TPASS  :  Expect: can follow symlink '.../tmp_root/link_45', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   73  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_46', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   74  TPASS  :  Expect: can follow symlink '.../tmp_root/link_46', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   75  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_47', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   76  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_47', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   77  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_48', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   78  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_48', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   79  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs' to '.../link_49', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   80  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs' to '.../link_50', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   81  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs' to '.../tmp_root/link_51', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   82  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs' to '.../tmp_root/link_52', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   83  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs' to '.../tmp_hsym/link_53', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   84  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs' to '.../tmp_hsym/link_54', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   85  TPASS  :  Expect: can follow symlink '.../link_55', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   86  TPASS  :  Expect: can follow symlink '.../link_55', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   87  TPASS  :  Expect: can follow symlink '.../link_56', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   88  TPASS  :  Expect: can follow symlink '.../link_56', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   89  TPASS  :  Expect: can follow symlink '.../tmp_root/link_57', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   90  TPASS  :  Expect: can follow symlink '.../tmp_root/link_57', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   91  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_58', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks   92  TPASS  :  Expect: can follow symlink '.../tmp_root/link_58', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks   93  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_59', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   94  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_59', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   95  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_60', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks   96  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_60', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks   97  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs_w' to '.../link_61', owner 'root', curr.user 'root', w(1)
prot_hsymlinks   98  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs_w' to '.../link_62', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks   99  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs_w' to '.../tmp_root/link_63', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  100  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs_w' to '.../tmp_root/link_64', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  101  TPASS  :  Expect: can create hardlink '.../tmp_root/root.hs_w' to '.../tmp_hsym/link_65', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  102  TPASS  :  Expect: can't create hardlink '.../tmp_root/root.hs_w' to '.../tmp_hsym/link_66', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  103  TPASS  :  Expect: can follow symlink '.../link_67', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  104  TPASS  :  Expect: can follow symlink '.../link_67', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  105  TPASS  :  Expect: can follow symlink '.../link_68', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  106  TPASS  :  Expect: can follow symlink '.../link_68', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  107  TPASS  :  Expect: can follow symlink '.../tmp_root/link_69', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  108  TPASS  :  Expect: can follow symlink '.../tmp_root/link_69', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  109  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_70', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  110  TPASS  :  Expect: can follow symlink '.../tmp_root/link_70', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  111  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_71', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  112  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_71', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  113  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_72', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  114  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_72', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  115  TPASS  :  Expect: can follow symlink '.../link_73', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  116  TPASS  :  Expect: can follow symlink '.../link_73', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  117  TPASS  :  Expect: can follow symlink '.../link_74', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  118  TPASS  :  Expect: can follow symlink '.../link_74', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  119  TPASS  :  Expect: can follow symlink '.../tmp_root/link_75', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  120  TPASS  :  Expect: can follow symlink '.../tmp_root/link_75', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  121  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_76', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  122  TPASS  :  Expect: can follow symlink '.../tmp_root/link_76', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  123  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_77', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  124  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_77', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  125  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_78', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  126  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_78', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  127  TPASS  :  Expect: can create hardlink '.../tmp_root/root/local_root.hs' to '.../link_79', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  128  TPASS  :  Expect: can't create hardlink '.../tmp_root/root/local_root.hs' to '.../link_80', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  129  TPASS  :  Expect: can create hardlink '.../tmp_root/root/local_root.hs' to '.../tmp_root/link_81', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  130  TPASS  :  Expect: can't create hardlink '.../tmp_root/root/local_root.hs' to '.../tmp_root/link_82', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  131  TPASS  :  Expect: can create hardlink '.../tmp_root/root/local_root.hs' to '.../tmp_hsym/link_83', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  132  TPASS  :  Expect: can't create hardlink '.../tmp_root/root/local_root.hs' to '.../tmp_hsym/link_84', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  133  TPASS  :  Expect: can follow symlink '.../link_85', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  134  TPASS  :  Expect: can follow symlink '.../link_85', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  135  TPASS  :  Expect: can follow symlink '.../link_86', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  136  TPASS  :  Expect: can follow symlink '.../link_86', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  137  TPASS  :  Expect: can follow symlink '.../tmp_root/link_87', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  138  TPASS  :  Expect: can follow symlink '.../tmp_root/link_87', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  139  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_88', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  140  TPASS  :  Expect: can follow symlink '.../tmp_root/link_88', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  141  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_89', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  142  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_89', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  143  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_90', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  144  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_90', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  145  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs' to '.../link_91', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  146  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs' to '.../link_92', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  147  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs' to '.../tmp_root/link_93', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  148  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs' to '.../tmp_root/link_94', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  149  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs' to '.../tmp_hsym/link_95', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  150  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs' to '.../tmp_hsym/link_96', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  151  TPASS  :  Expect: can follow symlink '.../link_97', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  152  TPASS  :  Expect: can follow symlink '.../link_97', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  153  TPASS  :  Expect: can follow symlink '.../link_98', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  154  TPASS  :  Expect: can follow symlink '.../link_98', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  155  TPASS  :  Expect: can follow symlink '.../tmp_root/link_99', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  156  TPASS  :  Expect: can follow symlink '.../tmp_root/link_99', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  157  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_100', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  158  TPASS  :  Expect: can follow symlink '.../tmp_root/link_100', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  159  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_101', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  160  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_101', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  161  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_102', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  162  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_102', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  163  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs_w' to '.../link_103', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  164  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs_w' to '.../link_104', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  165  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs_w' to '.../tmp_root/link_105', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  166  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs_w' to '.../tmp_root/link_106', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  167  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root.hs_w' to '.../tmp_hsym/link_107', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  168  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root.hs_w' to '.../tmp_hsym/link_108', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  169  TPASS  :  Expect: can follow symlink '.../link_109', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  170  TPASS  :  Expect: can follow symlink '.../link_109', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  171  TPASS  :  Expect: can follow symlink '.../link_110', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  172  TPASS  :  Expect: can follow symlink '.../link_110', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  173  TPASS  :  Expect: can follow symlink '.../tmp_root/link_111', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  174  TPASS  :  Expect: can follow symlink '.../tmp_root/link_111', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  175  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_112', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  176  TPASS  :  Expect: can follow symlink '.../tmp_root/link_112', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  177  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_113', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  178  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_113', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  179  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_114', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  180  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_114', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  181  TPASS  :  Expect: can follow symlink '.../link_115', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  182  TPASS  :  Expect: can follow symlink '.../link_115', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  183  TPASS  :  Expect: can follow symlink '.../link_116', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  184  TPASS  :  Expect: can follow symlink '.../link_116', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  185  TPASS  :  Expect: can follow symlink '.../tmp_root/link_117', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  186  TPASS  :  Expect: can follow symlink '.../tmp_root/link_117', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  187  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_118', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'root'
prot_hsymlinks  188  TPASS  :  Expect: can follow symlink '.../tmp_root/link_118', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  189  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_119', owner 'root', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  190  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_119', owner 'root', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  191  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_120', owner 'hsym', src.owner 'root', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  192  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_120', owner 'hsym', src.owner 'root', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  193  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root/local_root.hs' to '.../link_121', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  194  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root/local_root.hs' to '.../link_122', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  195  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root/local_root.hs' to '.../tmp_root/link_123', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  196  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root/local_root.hs' to '.../tmp_root/link_124', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  197  TPASS  :  Expect: can create hardlink '.../tmp_hsym/root/local_root.hs' to '.../tmp_hsym/link_125', owner 'root', curr.user 'root', w(1)
prot_hsymlinks  198  TPASS  :  Expect: can't create hardlink '.../tmp_hsym/root/local_root.hs' to '.../tmp_hsym/link_126', owner 'root', curr.user 'hsym', w(0)
prot_hsymlinks  199  TPASS  :  Expect: can follow symlink '.../link_127', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  200  TPASS  :  Expect: can follow symlink '.../link_127', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  201  TPASS  :  Expect: can follow symlink '.../link_128', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  202  TPASS  :  Expect: can follow symlink '.../link_128', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  203  TPASS  :  Expect: can follow symlink '.../tmp_root/link_129', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  204  TPASS  :  Expect: can follow symlink '.../tmp_root/link_129', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  205  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_130', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  206  TPASS  :  Expect: can follow symlink '.../tmp_root/link_130', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  207  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_131', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  208  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_131', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  209  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_132', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  210  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_132', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  211  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../link_133', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  212  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../link_134', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  213  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../tmp_root/link_135', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  214  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../tmp_root/link_136', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  215  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../tmp_hsym/link_137', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  216  TPASS  :  Expect: can create hardlink '.../hsym.hs' to '.../tmp_hsym/link_138', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  217  TPASS  :  Expect: can follow symlink '.../link_139', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  218  TPASS  :  Expect: can follow symlink '.../link_139', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  219  TPASS  :  Expect: can follow symlink '.../link_140', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  220  TPASS  :  Expect: can follow symlink '.../link_140', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  221  TPASS  :  Expect: can follow symlink '.../tmp_root/link_141', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  222  TPASS  :  Expect: can follow symlink '.../tmp_root/link_141', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  223  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_142', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  224  TPASS  :  Expect: can follow symlink '.../tmp_root/link_142', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  225  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_143', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  226  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_143', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  227  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_144', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  228  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_144', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  229  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../link_145', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  230  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../link_146', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  231  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../tmp_root/link_147', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  232  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../tmp_root/link_148', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  233  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../tmp_hsym/link_149', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  234  TPASS  :  Expect: can create hardlink '.../hsym.hs_w' to '.../tmp_hsym/link_150', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  235  TPASS  :  Expect: can follow symlink '.../link_151', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  236  TPASS  :  Expect: can follow symlink '.../link_151', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  237  TPASS  :  Expect: can follow symlink '.../link_152', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  238  TPASS  :  Expect: can follow symlink '.../link_152', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  239  TPASS  :  Expect: can follow symlink '.../tmp_root/link_153', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  240  TPASS  :  Expect: can follow symlink '.../tmp_root/link_153', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  241  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_154', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  242  TPASS  :  Expect: can follow symlink '.../tmp_root/link_154', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  243  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_155', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  244  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_155', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  245  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_156', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  246  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_156', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  247  TPASS  :  Expect: can follow symlink '.../link_157', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  248  TPASS  :  Expect: can follow symlink '.../link_157', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  249  TPASS  :  Expect: can follow symlink '.../link_158', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  250  TPASS  :  Expect: can follow symlink '.../link_158', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  251  TPASS  :  Expect: can follow symlink '.../tmp_root/link_159', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  252  TPASS  :  Expect: can follow symlink '.../tmp_root/link_159', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  253  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_160', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  254  TPASS  :  Expect: can follow symlink '.../tmp_root/link_160', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  255  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_161', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  256  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_161', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  257  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_162', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  258  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_162', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  259  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../link_163', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  260  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../link_164', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  261  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../tmp_root/link_165', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  262  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../tmp_root/link_166', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  263  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../tmp_hsym/link_167', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  264  TPASS  :  Expect: can create hardlink '.../hsym/local_hsym.hs' to '.../tmp_hsym/link_168', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  265  TPASS  :  Expect: can follow symlink '.../link_169', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  266  TPASS  :  Expect: can follow symlink '.../link_169', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  267  TPASS  :  Expect: can follow symlink '.../link_170', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  268  TPASS  :  Expect: can follow symlink '.../link_170', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  269  TPASS  :  Expect: can follow symlink '.../tmp_root/link_171', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  270  TPASS  :  Expect: can follow symlink '.../tmp_root/link_171', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  271  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_172', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  272  TPASS  :  Expect: can follow symlink '.../tmp_root/link_172', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  273  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_173', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  274  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_173', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  275  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_174', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  276  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_174', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  277  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../link_175', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  278  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../link_176', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  279  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../tmp_root/link_177', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  280  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../tmp_root/link_178', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  281  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../tmp_hsym/link_179', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  282  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs' to '.../tmp_hsym/link_180', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  283  TPASS  :  Expect: can follow symlink '.../link_181', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  284  TPASS  :  Expect: can follow symlink '.../link_181', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  285  TPASS  :  Expect: can follow symlink '.../link_182', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  286  TPASS  :  Expect: can follow symlink '.../link_182', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  287  TPASS  :  Expect: can follow symlink '.../tmp_root/link_183', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  288  TPASS  :  Expect: can follow symlink '.../tmp_root/link_183', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  289  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_184', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  290  TPASS  :  Expect: can follow symlink '.../tmp_root/link_184', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  291  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_185', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  292  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_185', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  293  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_186', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  294  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_186', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  295  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../link_187', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  296  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../link_188', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  297  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../tmp_root/link_189', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  298  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../tmp_root/link_190', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  299  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../tmp_hsym/link_191', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  300  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym.hs_w' to '.../tmp_hsym/link_192', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  301  TPASS  :  Expect: can follow symlink '.../link_193', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  302  TPASS  :  Expect: can follow symlink '.../link_193', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  303  TPASS  :  Expect: can follow symlink '.../link_194', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  304  TPASS  :  Expect: can follow symlink '.../link_194', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  305  TPASS  :  Expect: can follow symlink '.../tmp_root/link_195', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  306  TPASS  :  Expect: can follow symlink '.../tmp_root/link_195', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  307  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_196', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  308  TPASS  :  Expect: can follow symlink '.../tmp_root/link_196', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  309  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_197', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  310  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_197', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  311  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_198', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  312  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_198', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  313  TPASS  :  Expect: can follow symlink '.../link_199', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  314  TPASS  :  Expect: can follow symlink '.../link_199', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  315  TPASS  :  Expect: can follow symlink '.../link_200', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  316  TPASS  :  Expect: can follow symlink '.../link_200', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  317  TPASS  :  Expect: can follow symlink '.../tmp_root/link_201', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  318  TPASS  :  Expect: can follow symlink '.../tmp_root/link_201', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  319  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_202', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  320  TPASS  :  Expect: can follow symlink '.../tmp_root/link_202', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  321  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_203', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  322  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_203', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  323  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_204', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  324  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_204', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  325  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../link_205', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  326  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../link_206', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  327  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../tmp_root/link_207', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  328  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../tmp_root/link_208', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  329  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../tmp_hsym/link_209', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  330  TPASS  :  Expect: can create hardlink '.../tmp_root/hsym/local_hsym.hs' to '.../tmp_hsym/link_210', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  331  TPASS  :  Expect: can follow symlink '.../link_211', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  332  TPASS  :  Expect: can follow symlink '.../link_211', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  333  TPASS  :  Expect: can follow symlink '.../link_212', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  334  TPASS  :  Expect: can follow symlink '.../link_212', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  335  TPASS  :  Expect: can follow symlink '.../tmp_root/link_213', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  336  TPASS  :  Expect: can follow symlink '.../tmp_root/link_213', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  337  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_214', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  338  TPASS  :  Expect: can follow symlink '.../tmp_root/link_214', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  339  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_215', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  340  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_215', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  341  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_216', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  342  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_216', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  343  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../link_217', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  344  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../link_218', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  345  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../tmp_root/link_219', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  346  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../tmp_root/link_220', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  347  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../tmp_hsym/link_221', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  348  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs' to '.../tmp_hsym/link_222', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  349  TPASS  :  Expect: can follow symlink '.../link_223', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  350  TPASS  :  Expect: can follow symlink '.../link_223', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  351  TPASS  :  Expect: can follow symlink '.../link_224', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  352  TPASS  :  Expect: can follow symlink '.../link_224', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  353  TPASS  :  Expect: can follow symlink '.../tmp_root/link_225', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  354  TPASS  :  Expect: can follow symlink '.../tmp_root/link_225', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  355  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_226', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  356  TPASS  :  Expect: can follow symlink '.../tmp_root/link_226', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  357  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_227', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  358  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_227', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  359  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_228', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  360  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_228', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  361  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../link_229', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  362  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../link_230', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  363  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../tmp_root/link_231', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  364  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../tmp_root/link_232', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  365  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../tmp_hsym/link_233', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  366  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym.hs_w' to '.../tmp_hsym/link_234', owner 'hsym', curr.user 'hsym', w(0)
prot_hsymlinks  367  TPASS  :  Expect: can follow symlink '.../link_235', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  368  TPASS  :  Expect: can follow symlink '.../link_235', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  369  TPASS  :  Expect: can follow symlink '.../link_236', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  370  TPASS  :  Expect: can follow symlink '.../link_236', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  371  TPASS  :  Expect: can follow symlink '.../tmp_root/link_237', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  372  TPASS  :  Expect: can follow symlink '.../tmp_root/link_237', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  373  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_238', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  374  TPASS  :  Expect: can follow symlink '.../tmp_root/link_238', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  375  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_239', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  376  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_239', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  377  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_240', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  378  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_240', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  379  TPASS  :  Expect: can follow symlink '.../link_241', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  380  TPASS  :  Expect: can follow symlink '.../link_241', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  381  TPASS  :  Expect: can follow symlink '.../link_242', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  382  TPASS  :  Expect: can follow symlink '.../link_242', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  383  TPASS  :  Expect: can follow symlink '.../tmp_root/link_243', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  384  TPASS  :  Expect: can follow symlink '.../tmp_root/link_243', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  385  TPASS  :  Expect: can't follow symlink '.../tmp_root/link_244', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'root'
prot_hsymlinks  386  TPASS  :  Expect: can follow symlink '.../tmp_root/link_244', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'root'
prot_hsymlinks  387  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_245', owner 'root', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  388  TPASS  :  Expect: can't follow symlink '.../tmp_hsym/link_245', owner 'root', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  389  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_246', owner 'hsym', src.owner 'hsym', curr.user 'root', dir.owner 'hsym'
prot_hsymlinks  390  TPASS  :  Expect: can follow symlink '.../tmp_hsym/link_246', owner 'hsym', src.owner 'hsym', curr.user 'hsym', dir.owner 'hsym'
prot_hsymlinks  391  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../link_247', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  392  TPASS  :  Exuserdel: hsym mail spool (/var/mail/hsym) not found
userdel: hsym home directory (/home/hsym) not found
pect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../link_248', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  393  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../tmp_root/link_249', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  394  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../tmp_root/link_250', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks  395  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../tmp_hsym/link_251', owner 'hsym', curr.user 'root', w(1)
prot_hsymlinks  396  TPASS  :  Expect: can create hardlink '.../tmp_hsym/hsym/local_hsym.hs' to '.../tmp_hsym/link_252', owner 'hsym', curr.user 'hsym', w(1)
prot_hsymlinks    0  TINFO  :  All test-cases have been completed, summary: - symlinks  test:	PASS - hardlinks test:	PASS
syscalls:dirtyc0w passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
dirtyc0w.c:95: TPASS: Bug not reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pselect01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: pselect() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1086us, max 1141us, median 1090us, trunc mean 1090.43us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2086us, max 2276us, median 2090us, trunc mean 2090.56us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5089us, max 5173us, median 5091us, trunc mean 5091.06us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10070us, max 10282us, median 10091us, trunc mean 10091.37us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25090us, max 25160us, median 25091us, trunc mean 25098.58us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100173us, max 100186us, median 100175us, trunc mean 100177.22us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001047us, max 1001079us, median 1001047us, trunc mean 1001047.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:pselect01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: pselect() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1081us, max 1342us, median 1090us, trunc mean 1090.87us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2087us, max 2138us, median 2090us, trunc mean 2091.11us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5086us, max 5139us, median 5090us, trunc mean 5090.37us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10089us, max 10135us, median 10091us, trunc mean 10091.53us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25070us, max 25188us, median 25091us, trunc mean 25093.50us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100142us, max 100148us, median 100144us, trunc mean 100143.78us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: pselect() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001048us, max 1001056us, median 1001048us, trunc mean 1001048.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:pselect02 passed
pselect02    1  TPASS  :  pselect() failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
pselect02    2  TPASS  :  pselect() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
pselect02    3  TPASS  :  pselect() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:pselect02_64 passed
pselect02_64    1  TPASS  :  pselect() failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
pselect02_64    2  TPASS  :  pselect() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
pselect02_64    3  TPASS  :  pselect() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:pselect03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pselect03.c:31: TPASS: pselect() succeeded retval=0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pselect03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pselect03.c:31: TPASS: pselect() succeeded retval=0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:ptrace01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ptrace01.c:89: TINFO: Testing PTRACE_KILL without child handler
ptrace01.c:118: TPASS: Child killed by SIGKILL as expected
ptrace01.c:89: TINFO: Testing PTRACE_KILL with child handler
ptrace01.c:118: TPASS: Child killed by SIGKILL as expected
ptrace01.c:89: TINFO: Testing PTRACE_CONT without child handler
ptrace01.c:118: TPASS: Child exited with 1 as expected
ptrace01.c:89: TINFO: Testing PTRACE_CONT with child handler
ptrace01.c:118: TPASS: Child exited with 1 as expected

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:ptrace02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ptrace02.c:46: TPASS: ptrace() failed as expected: EPERM (1)

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

syscalls:ptrace04 passed

syscalls:ptrace05 passed
ptrace05    0  TINFO  :  [child] Sending kill(.., 0)
ptrace05    1  TPASS  :  kill(.., 0) exited with 0, as expected.
ptrace05    2  TPASS  :  Stopped as expected
ptrace05    3  TPASS  :  Stopped as expected
ptrace05    4  TPASS  :  Stopped as expected
ptrace05    5  TPASS  :  Stopped as expected
ptrace05    6  TPASS  :  Stopped as expected
ptrace05    7  TPASS  :  Stopped as expected
ptrace05    8  TPASS  :  Stopped as expected
ptrace05    9  TPASS  :  Stopped as expected
ptrace05   10  TPASS  :  Killed with SIGKILL, as expected.
ptrace05   11  TPASS  :  Stopped as expected
ptrace05   12  TPASS  :  Stopped as expected
ptrace05   13  TPASS  :  Stopped as expected
ptrace05   14  TPASS  :  Stopped as expected
ptrace05   15  TPASS  :  Stopped as expected
ptrace05   16  TPASS  :  Stopped as expected
ptrace05   17  TPASS  :  Stopped as expected
ptrace05   18  TPASS  :  Stopped as expected
ptrace05   19  TPASS  :  Stopped as expected
ptrace05   20  TPASS  :  Stopped as expected
ptrace05   21  TPASS  :  Stopped as expected
ptrace05   22  TPASS  :  Stopped as expected
ptrace05   23  TPASS  :  Stopped as expected
ptrace05   24  TPASS  :  Stopped as expected
ptrace05   25  TPASS  :  Stopped as expected
ptrace05   26  TPASS  :  Stopped as expected
ptrace05   27  TPASS  :  Stopped as expected
ptrace05   28  TPASS  :  Stopped as expected
ptrace05   29  TPASS  :  Stopped as expected
ptrace05   30  TPASS  :  Stopped as expected
ptrace05   31  TPASS  :  Stopped as expected
ptrace05   32  TPASS  :  Stopped as expected
ptrace05   33  TPASS  :  Stopped as expected
ptrace05   34  TPASS  :  Stopped as expected
ptrace05   35  TPASS  :  Stopped as expected
ptrace05   36  TPASS  :  Stopped as expected
ptrace05   37  TPASS  :  Stopped as expected
ptrace05   38  TPASS  :  Stopped as expected
ptrace05   39  TPASS  :  Stopped as expected
ptrace05   40  TPASS  :  Stopped as expected
ptrace05   41  TPASS  :  Stopped as expected
ptrace05   42  TPASS  :  Stopped as expected
ptrace05   43  TPASS  :  Stopped as expected
ptrace05   44  TPASS  :  Stopped as expected
ptrace05   45  TPASS  :  Stopped as expected
ptrace05   46  TPASS  :  Stopped as expected
ptrace05   47  TPASS  :  Stopped as expected
ptrace05   48  TPASS  :  Stopped as expected
ptrace05   49  TPASS  :  Stopped as expected
ptrace05   50  TPASS  :  Stopped as expected
ptrace05   51  TPASS  :  Stopped as expected
ptrace05   52  TPASS  :  Stopped as expected
ptrace05   53  TPASS  :  Stopped as expected
ptrace05   54  TPASS  :  Stopped as expected
ptrace05   55  TPASS  :  Stopped as expected
ptrace05   56  TPASS  :  Stopped as expected
ptrace05   57  TPASS  :  Stopped as expected
ptrace05   58  TPASS  :  Stopped as expected
ptrace05   59  TPASS  :  Stopped as expected
ptrace05   60  TPASS  :  Stopped as expected
ptrace05   61  TPASS  :  Stopped as expected
ptrace05   62  TPASS  :  Stopped as expected
ptrace05   63  TPASS  :  Stopped as expected
syscalls:ptrace07 passed

syscalls:ptrace08 passed

syscalls:ptrace09 passed

syscalls:ptrace10 passed

syscalls:ptrace11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ptrace11.c:28: TPASS: ptrace() traces init process successfully

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite01 passed
pwrite01    1  TPASS  :  Functionality of pwrite() successful
syscalls:pwrite02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwrite02.c:89: TPASS: pwrite failed as expected: ESPIPE (29)
pwrite02.c:89: TPASS: pwrite failed as expected: EINVAL (22)
pwrite02.c:89: TPASS: pwrite failed as expected: EBADF (9)
pwrite02.c:89: TPASS: pwrite failed as expected: EBADF (9)
pwrite02.c:89: TPASS: pwrite failed as expected: EFAULT (14)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwrite03.c:25: TPASS: pwrite(fd, NULL, 0) == 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite04 passed
pwrite04    1  TPASS  :  O_APPEND test passed.
syscalls:pwrite01_64 passed
pwrite01    1  TPASS  :  Functionality of pwrite() successful
syscalls:pwrite02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwrite02.c:89: TPASS: pwrite failed as expected: ESPIPE (29)
pwrite02.c:89: TPASS: pwrite failed as expected: EINVAL (22)
pwrite02.c:89: TPASS: pwrite failed as expected: EBADF (9)
pwrite02.c:89: TPASS: pwrite failed as expected: EBADF (9)
pwrite02.c:89: TPASS: pwrite failed as expected: EFAULT (14)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwrite03.c:25: TPASS: pwrite(fd, NULL, 0) == 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwrite04_64 passed
pwrite04    1  TPASS  :  O_APPEND test passed.
syscalls:pwritev01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwritev01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 
pwritev01.c:85: TPASS: writev() wrote 64 bytes successfully with content 'a' expectedly 

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwritev02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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 

Summary:
passed   18
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwritev03_64 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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 

Summary:
passed   18
failed   0
broken   0
skipped  0
warnings 0
syscalls:pwritev201 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev201_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev202 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:pwritev202_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:quotactl01 passed

syscalls:quotactl02 passed
tst_test.c:911: TCONF: System doesn't have <xfs/xqm.h>
syscalls:quotactl03 passed
tst_test.c:911: TCONF: System doesn't have <xfs/xqm.h>
syscalls:quotactl04 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
quotactl04.c:143: TINFO: Formatting /dev/loop3 with ext4 opts='-I 256 -O quota,project' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
quotactl04.c:161: TINFO: Test #0: QCMD(Q_QUOTAON, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to turn on quota for project
quotactl04.c:161: TINFO: Test #1: QCMD(Q_SETQUOTA, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to set disk quota limit for project
quotactl04.c:161: TINFO: Test #2: QCMD(Q_GETQUOTA, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to get disk quota limit for project
quotactl04.c:161: TINFO: Test #3: QCMD(Q_SETINFO, PRJQUOTA
quotactl04.c:176: TPASS: quotactl succeeded to set information about quotafile for project
quotactl04.c:161: TINFO: Test #4: QCMD(Q_GETINFO, PRJQUOTA
quotactl04.c:176: TPASS: quotactl succeeded to get information about quotafile for project
quotactl04.c:161: TINFO: Test #5: QCMD(Q_GETFMT, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to get quota format for project
quotactl04.c:161: TINFO: Test #6: QCMD(Q_GETNEXTQUOTA, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to get next disk quota limit for project
quotactl04.c:161: TINFO: Test #7: QCMD(Q_QUOTAOFF, PRJQUOTA)
quotactl04.c:176: TPASS: quotactl succeeded to turn off quota for project

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:quotactl05 passed
tst_test.c:911: TCONF: This system didn't have <xfs/xqm.h>
syscalls:quotactl06 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
quotactl06.c:126: TPASS: quotactl failed as expected: EACCES (13)
quotactl06.c:126: TPASS: quotactl failed as expected: ENOENT (2)
quotactl06.c:126: TPASS: quotactl failed as expected: EBUSY (16)
quotactl06.c:126: TPASS: quotactl failed as expected: EFAULT (14)
quotactl06.c:126: TPASS: quotactl failed as expected: EINVAL (22)
quotactl06.c:126: TPASS: quotactl failed as expected: ENOTBLK (15)
quotactl06.c:126: TPASS: quotactl failed as expected: ESRCH (3)
quotactl06.c:126: TPASS: quotactl failed as expected: ESRCH (3)
quotactl06.c:126: TPASS: quotactl failed as expected: ESRCH (3)
quotactl06.c:126: TPASS: quotactl failed as expected: ERANGE (34)
tst_capability.c:29: TINFO: Dropping CAP_SYS_ADMIN(21)
quotactl06.c:126: TPASS: quotactl failed as expected: EPERM (1)
tst_capability.c:41: TINFO: Permitting CAP_SYS_ADMIN(21)

Summary:
passed   11
failed   0
broken   0
skipped  0
warnings 0
syscalls:quotactl07 passed
tst_test.c:911: TCONF: System doesn't have <xfs/xqm.h>
syscalls:read01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
read01.c:24: TPASS: read(2) returned 512

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:read02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
read02.c:86: TPASS: read() failed as expected: EBADF (9)
read02.c:86: TPASS: read() failed as expected: EISDIR (21)
read02.c:86: TPASS: read() failed as expected: EFAULT (14)
read02.c:86: TPASS: read() failed as expected: EINVAL (22)
read02.c:86: TPASS: read() failed as expected: EINVAL (22)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:read03 passed
read03      1  TPASS  :  read() succeded in setting errno to EAGAIN
syscalls:read04 passed
read04      1  TPASS  :  functionality of read() is correct
syscalls:readahead01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
readahead01.c:56: TINFO: test_bad_fd -1
readahead01.c:28: TPASS: expected ret success - returned value = -1
readahead01.c:39: TPASS: expected failure: EBADF (9)
readahead01.c:61: TINFO: test_bad_fd O_WRONLY
readahead01.c:28: TPASS: expected ret success - returned value = -1
readahead01.c:39: TPASS: expected failure: EBADF (9)
readahead01.c:78: TINFO: test_invalid_fd pipe
readahead01.c:28: TPASS: expected ret success - returned value = -1
readahead01.c:39: TPASS: expected failure: EINVAL (22)
readahead01.c:86: TINFO: test_invalid_fd socket
readahead01.c:28: TPASS: expected ret success - returned value = -1
readahead01.c:39: TPASS: expected failure: EINVAL (22)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:readahead02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
readahead02.c:383: TINFO: readahead length: 2097152
readahead02.c:221: TINFO: Test #0: readahead on file
readahead02.c:126: TINFO: creating test file of size: 67108864
readahead02.c:240: TINFO: read_testfile(0)
readahead02.c:251: TINFO: read_testfile(1)
readahead02.c:175: TINFO: readahead calls made: 32
readahead02.c:181: TPASS: offset is still at 0 as expected
readahead02.c:285: TINFO: read_testfile(0) took: 3251285 usec
readahead02.c:286: TINFO: read_testfile(1) took: 3026501 usec
readahead02.c:288: TINFO: read_testfile(0) read: 67108864 bytes
readahead02.c:290: TINFO: read_testfile(1) read: 0 bytes
readahead02.c:293: TPASS: readahead saved some I/O
readahead02.c:301: TINFO: cache can hold at least: 160068 kB
readahead02.c:302: TINFO: read_testfile(0) used cache: 134868 kB
readahead02.c:303: TINFO: read_testfile(1) used cache: 70472 kB
readahead02.c:311: TPASS: using cache as expected
readahead02.c:221: TINFO: Test #1: readahead on overlayfs file
readahead02.c:126: TINFO: creating test file of size: 67108864
readahead02.c:240: TINFO: read_testfile(0)
readahead02.c:251: TINFO: read_testfile(1)
readahead02.c:175: TINFO: readahead calls made: 32
readahead02.c:181: TPASS: offset is still at 0 as expected
readahead02.c:285: TINFO: read_testfile(0) took: 3267692 usec
readahead02.c:286: TINFO: read_testfile(1) took: 2994487 usec
readahead02.c:288: TINFO: read_testfile(0) read: 67108864 bytes
readahead02.c:290: TINFO: read_testfile(1) read: 0 bytes
readahead02.c:293: TPASS: readahead saved some I/O
readahead02.c:301: TINFO: cache can hold at least: 266328 kB
readahead02.c:302: TINFO: read_testfile(0) used cache: 134348 kB
readahead02.c:303: TINFO: read_testfile(1) used cache: 70776 kB
readahead02.c:311: TPASS: using cache as expected
readahead02.c:221: TINFO: Test #2: POSIX_FADV_WILLNEED on file
readahead02.c:126: TINFO: creating test file of size: 67108864
readahead02.c:240: TINFO: read_testfile(0)
readahead02.c:251: TINFO: read_testfile(1)
readahead02.c:175: TINFO: readahead calls made: 32
readahead02.c:181: TPASS: offset is still at 0 as expected
readahead02.c:285: TINFO: read_testfile(0) took: 3235169 usec
readahead02.c:286: TINFO: read_testfile(1) took: 2995027 usec
readahead02.c:288: TINFO: read_testfile(0) read: 67108864 bytes
readahead02.c:290: TINFO: read_testfile(1) read: 0 bytes
readahead02.c:293: TPASS: readahead saved some I/O
readahead02.c:301: TINFO: cache can hold at least: 266328 kB
readahead02.c:302: TINFO: read_testfile(0) used cache: 134492 kB
readahead02.c:303: TINFO: read_testfile(1) used cache: 70596 kB
readahead02.c:311: TPASS: using cache as expected
readahead02.c:221: TINFO: Test #3: POSIX_FADV_WILLNEED on overlayfs file
readahead02.c:126: TINFO: creating test file of size: 67108864
readahead02.c:240: TINFO: read_testfile(0)
readahead02.c:251: TINFO: read_testfile(1)
readahead02.c:175: TINFO: readahead calls made: 32
readahead02.c:181: TPASS: offset is still at 0 as expected
readahead02.c:285: TINFO: read_testfile(0) took: 3259449 usec
readahead02.c:286: TINFO: read_testfile(1) took: 2996337 usec
readahead02.c:288: TINFO: read_testfile(0) read: 67108864 bytes
readahead02.c:290: TINFO: read_testfile(1) read: 0 bytes
readahead02.c:293: TPASS: readahead saved some I/O
readahead02.c:301: TINFO: cache can hold at least: 266328 kB
readahead02.c:302: TINFO: read_testfile(0) used cache: 134604 kB
readahead02.c:303: TINFO: read_testfile(1) used cache: 70580 kB
readahead02.c:311: TPASS: using cache as expected

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:readdir01 passed
readdir01    1  TPASS  :  found all 10 that were created
syscalls:readdir21 passed
readdir21    1  TCONF  :  readdir21.c:122: syscall(-1) __NR_readdir not supported on your arch
readdir21    2  TCONF  :  readdir21.c:122: Remaining cases not appropriate for configuration
syscalls:readlink01A passed
readlink01    1  TPASS  :  Reading of symbolic link file contents checks out ok
readlink01    2  TPASS  :  Reading of symbolic link file contents checks out ok
readlink01    3  TPASS  :  Reading a symbolic link which exceeds maximum pathname error is caught
readlink01    4  TPASS  :  Reading a nonsymbolic link file error condition is caught.  EINVAL is returned
syscalls:readlink01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
readlink01.c:64: TINFO: Running test as root
readlink01.c:46: TPASS: readlink() functionality on 'slink_file' was correct
readlink01.c:55: TINFO: Running test as nobody
readlink01.c:46: TPASS: readlink() functionality on 'slink_file' was correct

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:readlink03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
readlink03.c:86: TPASS: readlink() failed as expected: EACCES (13)
readlink03.c:86: TPASS: readlink() failed as expected: EINVAL (22)
readlink03.c:86: TPASS: readlink() failed as expected: EINVAL (22)
readlink03.c:86: TPASS: readlink() failed as expected: ENAMETOOLONG (36)
readlink03.c:86: TPASS: readlink() failed as expected: ENOENT (2)
readlink03.c:86: TPASS: readlink() failed as expected: ENOTDIR (20)
readlink03.c:86: TPASS: readlink() failed as expected: ELOOP (40)
readlink03.c:86: TPASS: readlink() failed as expected: EFAULT (14)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:readlinkat01 passed
readlinkat01    1  TPASS  :  readlinkat() returned 13: TEST_ERRNO=SUCCESS(0): Success
readlinkat01    2  TPASS  :  readlinkat() returned 13: TEST_ERRNO=SUCCESS(0): Success
readlinkat01    3  TPASS  :  readlinkat() returned -1: TEST_ERRNO=ENOTDIR(20): Not a directory
readlinkat01    4  TPASS  :  readlinkat() returned -1: TEST_ERRNO=EBADF(9): Bad file descriptor
readlinkat01    5  TPASS  :  readlinkat() returned 13: TEST_ERRNO=SUCCESS(0): Success
syscalls:readlinkat02 passed
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
syscalls:readv01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 15s
readv01.c:71: TPASS: readv() with 0 I/O vectors
readv01.c:85: TPASS: readv() correctly read 0 bytes 
readv01.c:71: TPASS: readv() with NULL I/O vectors
readv01.c:85: TPASS: readv() correctly read 64 bytes 
readv01.c:71: TPASS: readv() with too big I/O vectors
readv01.c:85: TPASS: readv() correctly read 64 bytes 
readv01.c:71: TPASS: readv() with multiple I/O vectors
readv01.c:85: TPASS: readv() correctly read 48 bytes 
readv01.c:71: TPASS: readv() with zero-len buffer
readv01.c:85: TPASS: readv() correctly read 64 bytes 

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:readv02 passed
readv02     1  TPASS  :  got EINVAL
readv02     2  TPASS  :  got EFAULT
readv02     3  TPASS  :  got EBADF
readv02     4  TPASS  :  got EINVAL
syscalls:readv03 passed
readv03     1  TPASS  :  got EISDIR
syscalls:realpath01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
realpath01.c:35: TPASS: bug not reproduced

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:reboot01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
reboot01.c:42: TPASS: reboot(LINUX_REBOOT_CMD_CAD_ON) passed
reboot01.c:42: TPASS: reboot(LINUX_REBOOT_CMD_CAD_OFF) passed

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:reboot02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
reboot02.c:49: TPASS: INVALID_PARAMETER: EINVAL (22)
reboot02.c:55: TPASS: LINUX_REBOOT_CMD_CAD_ON: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:recv01 passed
recv01      1  TPASS  :  bad file descriptor successful
recv01      2  TPASS  :  invalid socket successful
recv01      3  TPASS  :  invalid recv buffer successful
recv01      4  TPASS  :  invalid MSG_OOB flag set successful
recv01      5  TPASS  :  invalid MSG_ERRQUEUE flag set successful
syscalls:recvfrom01 passed
recvfrom01    1  TPASS  :  bad file descriptor successful
recvfrom01    2  TPASS  :  invalid socket successful
recvfrom01    3  TPASS  :  invalid socket buffer successful
recvfrom01    4  TPASS  :  invalid socket addr length successful
recvfrom01    5  TPASS  :  invalid recv buffer successful
recvfrom01    6  TPASS  :  invalid MSG_OOB flag set successful
recvfrom01    7  TPASS  :  invalid MSG_ERRQUEUE flag set successful
syscalls:recvmsg01 passed
recvmsg01    1  TPASS  :  bad file descriptor successful
recvmsg01    2  TPASS  :  invalid socket successful
recvmsg01    3  TPASS  :  invalid socket buffer successful
recvmsg01    4  TPASS  :  invalid socket length successful
recvmsg01    5  TPASS  :  invalid recv buffer successful
recvmsg01    6  TPASS  :  invalid iovec buffer successful
recvmsg01    7  TPASS  :  invalid iovec count successful
recvmsg01    8  TPASS  :  rights reception successful
recvmsg01    9  TPASS  :  invalid MSG_OOB flag set successful
recvmsg01   10  TPASS  :  invalid MSG_ERRQUEUE flag set successful
recvmsg01   11  TPASS  :  invalid cmsg length successful
recvmsg01   12  TPASS  :  large cmesg length successful
syscalls:recvmsg02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmsg02.c:76: TINFO: received 25 bytes
recvmsg02.c:79: TPASS: recvmsg(..., MSG_PEEK) works fine

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:recvmsg03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmsg03.c:38: TCONF: rds was not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:recvmmsg01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmmsg01.c:102: TINFO: Testing variant: vDSO or syscall with libc spec
recvmmsg01.c:93: TPASS: recvmmsg() bad socket file descriptor: EBADF (9)
recvmmsg01.c:93: TPASS: recvmmsg() bad message vector address: EFAULT (14)
recvmmsg01.c:93: TPASS: recvmmsg() negative seconds in timeout: EINVAL (22)
recvmmsg01.c:93: TPASS: recvmmsg() overflow in nanoseconds in timeout: EINVAL (22)
recvmmsg01.c:93: TPASS: recvmmsg() bad timeout address: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmmsg01.c:102: TINFO: Testing variant: syscall with old kernel spec
recvmmsg01.c:93: TPASS: recvmmsg() bad socket file descriptor: EBADF (9)
recvmmsg01.c:93: TPASS: recvmmsg() bad message vector address: EFAULT (14)
recvmmsg01.c:93: TPASS: recvmmsg() negative seconds in timeout: EINVAL (22)
recvmmsg01.c:93: TPASS: recvmmsg() overflow in nanoseconds in timeout: EINVAL (22)
recvmmsg01.c:93: TPASS: recvmmsg() bad timeout address: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
recvmmsg01.c:102: TINFO: Testing variant: syscall time64 with kernel spec
../sendmmsg/sendmmsg_var.h:50: TCONF: syscall(417) __NR_recvmmsg_time64 not supported

Summary:
passed   10
failed   0
broken   0
skipped  1
warnings 0
syscalls:remap_file_pages01 passed
remap_file_pages01    1  TPASS  :  Non-Linear shm file OK
remap_file_pages01    2  TPASS  :  Non-Linear /tmp/ file OK
syscalls:remap_file_pages02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
remap_file_pages02.c:86: TPASS: remap_file_pages(2) start is not valid MAP_SHARED mapping: EINVAL (22)
remap_file_pages02.c:86: TPASS: remap_file_pages(2) start is invalid: EINVAL (22)
remap_file_pages02.c:86: TPASS: remap_file_pages(2) size is invalid: EINVAL (22)
remap_file_pages02.c:86: TPASS: remap_file_pages(2) prot is invalid: EINVAL (22)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:removexattr01 passed
removexattr01    1  TPASS  :  removexattr() succeeded
syscalls:removexattr02 passed
removexattr02    1  TPASS  :  removexattr() failed as expected: TEST_ERRNO=ENODATA(61): No data available
removexattr02    2  TPASS  :  removexattr() failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
removexattr02    3  TPASS  :  removexattr() failed as expected: TEST_ERRNO=EFAULT(14): Bad address
syscalls:rename01 passed
rename01    1  TPASS  :  functionality is correct for renaming a file
rename01    2  TPASS  :  functionality is correct for renaming a directory
syscalls:rename01A passed
rename01    1  TPASS  :  rename(3) of symbolic link file name which points at no object file is ok
rename01    2  TPASS  :  rename(3) of symbolic link file name which points at object file is ok
syscalls:rename02 passed
rename02    1  TPASS  :  rename(./tfile_22323, ./rnfile_22323) returned 0
syscalls:rename03 passed
rename03    1  TPASS  :  functionality is correct for renaming a file
rename03    2  TPASS  :  functionality is correct for renaming a directory
syscalls:rename04 passed
rename04    1  TPASS  :  rename() returned ENOTEMPTY
syscalls:rename05 passed
rename05    1  TPASS  :  rename() returned EISDIR
syscalls:rename06 passed
rename06    1  TPASS  :  rename() returned EINVAL
syscalls:rename07 passed
rename07    1  TPASS  :  rename() returned ENOTDIR
syscalls:rename08 passed
rename08    1  TPASS  :  expected failure - errno = 14 : Bad address
rename08    2  TPASS  :  expected failure - errno = 14 : Bad address
rename08    3  TPASS  :  expected failure - errno = 14 : Bad address
syscalls:rename09 passed
rename09    1  TPASS  :  rename() returned EACCES
syscalls:rename10 passed
rename10    1  TPASS  :  expected failure - errno = 36 : File name too long
rename10    2  TPASS  :  expected failure - errno = 2 : No such file or directory
syscalls:rename11 passed
mke2fs 1.44.5 (15-Dec-2018)
rename11    0  TINFO  :  Found free device 3 '/dev/loop3'
rename11    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
rename11    0  TINFO  :  Failed reach the subdirs limit on ext2/ext3/ext4 filesystem
rename11    1  TPASS  :  failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
rename11    2  TPASS  :  failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
rename11    3  TCONF  :  rename11.c:167: EMLINK test is not appropriate
syscalls:rename12 passed
rename12    1  TPASS  :  rename returned EPERM or EACCES
syscalls:rename13 passed
rename13    1  TPASS  :  functionality of rename() is correct
syscalls:rename14 passed
rename14    1  TPASS  :  Test Passed
syscalls:renameat01 passed
mke2fs 1.44.5 (15-Dec-2018)
renameat01    0  TINFO  :  Found free device 3 '/dev/loop3'
renameat01    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
renameat01    0  TINFO  :  Failed reach the subdirs limit on ext2/ext3/ext4 filesystem
renameat01    1  TPASS  :  renameat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat01    2  TPASS  :  renameat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat01    3  TPASS  :  renameat() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat01    4  TPASS  :  renameat() returned the expected value: TEST_ERRNO=EBADF(9): Bad file descriptor
renameat01    5  TPASS  :  renameat() returned the expected value: TEST_ERRNO=ENOTDIR(20): Not a directory
renameat01    6  TPASS  :  renameat() returned the expected value: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
renameat01    7  TPASS  :  renameat() returned the expected value: TEST_ERRNO=EROFS(30): Read-only file system
renameat01    8  TCONF  :  renameat01.c:200: EMLINK test is not appropriate
syscalls:renameat201 passed
renameat201    1  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=EEXIST(17): File exists
renameat201    2  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat201    3  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=ENOENT(2): No such file or directory
renameat201    4  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=SUCCESS(0): Success
renameat201    5  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=EINVAL(22): Invalid argument
renameat201    6  TPASS  :  renameat2() returned the expected value: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:renameat202 passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
renameat202    1  TPASS  :  renameat2() test passed
syscalls:request_key01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
request_key01.c:39: TPASS: request_key() succeed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:request_key02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:request_key03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
request_key03.c:60: TCONF: kernel doesn't support key type 'encrypted'
request_key03.c:60: TCONF: kernel doesn't support key type 'trusted'
request_key03.c:137: TPASS: didn't crash while updating key of type 'user'
request_key03.c:151: TPASS: didn't crash while requesting key of type 'user'

Summary:
passed   2
failed   0
broken   0
skipped  2
warnings 0
syscalls:request_key04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
request_key04.c:66: TPASS: request_key() failed with EACCES as expected

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:request_key05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
request_key05.c:25: TINFO: Requesting dead key
request_key05.c:29: TPASS: No crash after 256 attempts

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:rmdir01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rmdir01.c:33: TPASS: rmdir(testdir) success

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:rmdir02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rmdir02.c:92: TPASS: rmdir() failed as expected: ENOTEMPTY (39)
rmdir02.c:92: TPASS: rmdir() failed as expected: ENAMETOOLONG (36)
rmdir02.c:92: TPASS: rmdir() failed as expected: ENOENT (2)
rmdir02.c:92: TPASS: rmdir() failed as expected: ENOTDIR (20)
rmdir02.c:92: TPASS: rmdir() failed as expected: EFAULT (14)
rmdir02.c:92: TPASS: rmdir() failed as expected: ELOOP (40)
rmdir02.c:92: TPASS: rmdir() failed as expected: EROFS (30)
rmdir02.c:92: TPASS: rmdir() failed as expected: EBUSY (16)
rmdir02.c:92: TPASS: rmdir() failed as expected: EINVAL (22)

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:rmdir03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rmdir03.c:55: TPASS: rmdir() got expected errno: EPERM (1)
rmdir03.c:61: TPASS: rmdir() got expected errno: EACCES (13)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:rmdir03A passed
rmdir03     1  TPASS  :  rmdir(2) of object file through symbolic link file failed as expected
syscalls:rt_sigaction01 passed
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    1  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    2  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    3  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    4  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 34 
rt_sigaction01    5  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 34
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01    6  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01    7  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01    8  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01    9  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 35 
rt_sigaction01   10  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 35
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   11  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   12  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   13  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   14  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 36 
rt_sigaction01   15  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 36
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   16  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   17  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   18  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   19  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 37 
rt_sigaction01   20  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 37
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   21  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   22  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   23  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   24  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 38 
rt_sigaction01   25  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 38
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   26  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   27  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   28  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   29  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 39 
rt_sigaction01   30  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 39
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   31  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   32  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   33  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   34  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 40 
rt_sigaction01   35  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 40
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   36  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   37  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   38  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   39  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 41 
rt_sigaction01   40  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 41
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   41  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   42  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   43  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   44  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 42 
rt_sigaction01   45  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 42
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   46  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   47  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   48  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   49  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 43 
rt_sigaction01   50  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 43
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   51  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   52  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   53  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   54  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 44 
rt_sigaction01   55  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 44
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   56  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   57  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   58  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   59  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 45 
rt_sigaction01   60  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 45
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   61  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   62  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   63  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   64  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 46 
rt_sigaction01   65  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 46
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   66  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   67  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   68  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   69  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 47 
rt_sigaction01   70  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 47
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   71  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   72  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   73  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   74  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 48 
rt_sigaction01   75  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 48
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   76  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   77  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   78  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   79  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 49 
rt_sigaction01   80  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 49
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   81  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   82  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   83  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   84  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 50 
rt_sigaction01   85  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 50
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   86  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   87  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   88  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   89  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 51 
rt_sigaction01   90  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 51
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   91  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   92  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   93  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   94  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 52 
rt_sigaction01   95  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 52
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01   96  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01   97  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01   98  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01   99  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 53 
rt_sigaction01  100  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 53
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  101  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  102  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  103  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  104  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 54 
rt_sigaction01  105  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 54
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  106  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  107  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  108  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  109  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 55 
rt_sigaction01  110  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 55
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  111  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  112  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  113  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  114  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 56 
rt_sigaction01  115  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 56
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  116  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  117  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  118  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  119  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 57 
rt_sigaction01  120  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 57
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  121  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  122  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  123  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  124  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 58 
rt_sigaction01  125  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 58
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  126  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  127  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  128  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  129  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 59 
rt_sigaction01  130  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 59
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  131  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  132  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  133  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  134  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 60 
rt_sigaction01  135  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 60
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  136  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  137  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  138  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  139  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 61 
rt_sigaction01  140  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 61
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  141  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  142  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  143  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  144  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 62 
rt_sigaction01  145  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 62
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  146  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  147  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  148  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  149  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 63 
rt_sigaction01  150  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 63
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  151  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  152  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  153  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  154  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
rt_sigaction01    0  TINFO  :  signal: 64 
rt_sigaction01  155  TPASS  :  rt_sigaction call succeeded: result = 0 
rt_sigaction01    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction01    0  TINFO  :  Signal Handler Called with signal number 64
syscalls:rt_sigaction02 passed
rt_sigaction02    0  TINFO  :  Signal 34
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    1  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02    2  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    3  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    4  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02    5  TPASS  :  rt_sigaction02 failure with sig: 34 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 35
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    6  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02    7  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    8  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02    9  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   10  TPASS  :  rt_sigaction02 failure with sig: 35 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 36
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   11  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   12  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   13  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   14  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   15  TPASS  :  rt_sigaction02 failure with sig: 36 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 37
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   16  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   17  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   18  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   19  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   20  TPASS  :  rt_sigaction02 failure with sig: 37 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 38
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   21  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   22  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   23  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   24  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   25  TPASS  :  rt_sigaction02 failure with sig: 38 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 39
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   26  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   27  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   28  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   29  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   30  TPASS  :  rt_sigaction02 failure with sig: 39 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 40
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   31  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   32  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   33  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   34  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   35  TPASS  :  rt_sigaction02 failure with sig: 40 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 41
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   36  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   37  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   38  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   39  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   40  TPASS  :  rt_sigaction02 failure with sig: 41 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 42
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   41  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   42  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   43  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   44  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   45  TPASS  :  rt_sigaction02 failure with sig: 42 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 43
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   46  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   47  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   48  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   49  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   50  TPASS  :  rt_sigaction02 failure with sig: 43 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 44
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   51  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   52  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   53  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   54  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   55  TPASS  :  rt_sigaction02 failure with sig: 44 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 45
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   56  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   57  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   58  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   59  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   60  TPASS  :  rt_sigaction02 failure with sig: 45 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 46
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   61  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   62  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   63  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   64  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   65  TPASS  :  rt_sigaction02 failure with sig: 46 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 47
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   66  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   67  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   68  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   69  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   70  TPASS  :  rt_sigaction02 failure with sig: 47 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 48
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   71  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   72  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   73  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   74  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   75  TPASS  :  rt_sigaction02 failure with sig: 48 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 49
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   76  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   77  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   78  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   79  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   80  TPASS  :  rt_sigaction02 failure with sig: 49 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 50
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   81  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   82  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   83  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   84  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   85  TPASS  :  rt_sigaction02 failure with sig: 50 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 51
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   86  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   87  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   88  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   89  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   90  TPASS  :  rt_sigaction02 failure with sig: 51 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 52
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   91  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   92  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   93  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   94  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02   95  TPASS  :  rt_sigaction02 failure with sig: 52 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 53
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   96  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02   97  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   98  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02   99  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  100  TPASS  :  rt_sigaction02 failure with sig: 53 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 54
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  101  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  102  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  103  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  104  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  105  TPASS  :  rt_sigaction02 failure with sig: 54 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 55
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  106  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  107  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  108  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  109  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  110  TPASS  :  rt_sigaction02 failure with sig: 55 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 56
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  111  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  112  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  113  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  114  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  115  TPASS  :  rt_sigaction02 failure with sig: 56 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 57
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  116  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  117  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  118  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  119  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  120  TPASS  :  rt_sigaction02 failure with sig: 57 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 58
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  121  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  122  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  123  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  124  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  125  TPASS  :  rt_sigaction02 failure with sig: 58 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 59
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  126  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  127  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  128  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  129  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  130  TPASS  :  rt_sigaction02 failure with sig: 59 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 60
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  131  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  132  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  133  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  134  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  135  TPASS  :  rt_sigaction02 failure with sig: 60 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 61
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  136  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  137  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  138  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  139  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  140  TPASS  :  rt_sigaction02 failure with sig: 61 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 62
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  141  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  142  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  143  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  144  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  145  TPASS  :  rt_sigaction02 failure with sig: 62 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 63
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  146  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  147  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  148  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  149  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  150  TPASS  :  rt_sigaction02 failure with sig: 63 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  Signal 64
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  151  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction02  152  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  153  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction02  154  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
rt_sigaction02    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction02  155  TPASS  :  rt_sigaction02 failure with sig: 64 as expected errno  = EFAULT : Bad address
syscalls:rt_sigaction03 passed
rt_sigaction03    0  TINFO  :  Signal 34
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    1  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03    2  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    3  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    4  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03    5  TPASS  :  rt_sigaction03 failure with sig: 34 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 35
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    6  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03    7  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    8  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03    9  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   10  TPASS  :  rt_sigaction03 failure with sig: 35 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 36
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   11  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   12  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   13  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   14  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   15  TPASS  :  rt_sigaction03 failure with sig: 36 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 37
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   16  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   17  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   18  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   19  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   20  TPASS  :  rt_sigaction03 failure with sig: 37 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 38
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   21  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   22  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   23  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   24  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   25  TPASS  :  rt_sigaction03 failure with sig: 38 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 39
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   26  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   27  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   28  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   29  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   30  TPASS  :  rt_sigaction03 failure with sig: 39 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 40
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   31  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   32  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   33  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   34  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   35  TPASS  :  rt_sigaction03 failure with sig: 40 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 41
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   36  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   37  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   38  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   39  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   40  TPASS  :  rt_sigaction03 failure with sig: 41 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 42
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   41  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   42  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   43  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   44  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   45  TPASS  :  rt_sigaction03 failure with sig: 42 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 43
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   46  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   47  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   48  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   49  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   50  TPASS  :  rt_sigaction03 failure with sig: 43 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 44
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   51  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   52  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   53  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   54  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   55  TPASS  :  rt_sigaction03 failure with sig: 44 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 45
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   56  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   57  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   58  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   59  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   60  TPASS  :  rt_sigaction03 failure with sig: 45 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 46
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   61  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   62  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   63  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   64  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   65  TPASS  :  rt_sigaction03 failure with sig: 46 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 47
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   66  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   67  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   68  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   69  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   70  TPASS  :  rt_sigaction03 failure with sig: 47 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 48
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   71  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   72  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   73  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   74  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   75  TPASS  :  rt_sigaction03 failure with sig: 48 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 49
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   76  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   77  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   78  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   79  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   80  TPASS  :  rt_sigaction03 failure with sig: 49 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 50
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   81  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   82  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   83  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   84  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   85  TPASS  :  rt_sigaction03 failure with sig: 50 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 51
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   86  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   87  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   88  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   89  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   90  TPASS  :  rt_sigaction03 failure with sig: 51 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 52
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   91  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   92  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   93  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   94  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03   95  TPASS  :  rt_sigaction03 failure with sig: 52 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 53
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   96  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03   97  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   98  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03   99  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  100  TPASS  :  rt_sigaction03 failure with sig: 53 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 54
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  101  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  102  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  103  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  104  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  105  TPASS  :  rt_sigaction03 failure with sig: 54 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 55
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  106  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  107  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  108  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  109  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  110  TPASS  :  rt_sigaction03 failure with sig: 55 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 56
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  111  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  112  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  113  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  114  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  115  TPASS  :  rt_sigaction03 failure with sig: 56 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 57
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  116  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  117  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  118  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  119  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  120  TPASS  :  rt_sigaction03 failure with sig: 57 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 58
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  121  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  122  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  123  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  124  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  125  TPASS  :  rt_sigaction03 failure with sig: 58 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 59
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  126  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  127  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  128  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  129  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  130  TPASS  :  rt_sigaction03 failure with sig: 59 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 60
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  131  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  132  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  133  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  134  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  135  TPASS  :  rt_sigaction03 failure with sig: 60 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 61
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  136  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  137  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  138  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  139  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  140  TPASS  :  rt_sigaction03 failure with sig: 61 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 62
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  141  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  142  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  143  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  144  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  145  TPASS  :  rt_sigaction03 failure with sig: 62 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 63
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  146  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  147  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  148  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  149  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  150  TPASS  :  rt_sigaction03 failure with sig: 63 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  Signal 64
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  151  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND 
rt_sigaction03  152  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  153  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_RESETHAND|SA_SIGINFO 
rt_sigaction03  154  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
rt_sigaction03    0  TINFO  :  sa.sa_flags = SA_NOMASK 
rt_sigaction03  155  TPASS  :  rt_sigaction03 failure with sig: 64 as expected errno  = EINVAL : Invalid argument
syscalls:rt_sigprocmask01 passed
rt_sigprocmask01    1  TPASS  :  rt_sigprocmask functionality passed
syscalls:rt_sigprocmask02 passed
rt_sigprocmask02    1  TPASS  :  Got expected errno: TEST_ERRNO=EINVAL(22): Invalid argument
rt_sigprocmask02    2  TPASS  :  Got expected errno: TEST_ERRNO=EFAULT(14): Bad address
syscalls:rt_sigqueueinfo01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 20s
rt_sigqueueinfo01.c:37: TPASS: Received correct signal and data!
rt_sigqueueinfo01.c:78: TPASS: rt_sigqueueinfo() was successful!

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:rt_sigsuspend01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:rt_sigtimedwait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rt_sigtimedwait01.c:64: TINFO: Testing variant: syscall with old kernel spec
sigwait.c:27: TPASS: Wait interrupted by expected signal
sigwait.c:88: TPASS: struct siginfo is correct
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:113: TPASS: Wait interrupted by expected signal
sigwait.c:259: TPASS: Wait interrupted by expected signal
sigwait.c:268: TPASS: sigwaitinfo restored the original mask
sigwait.c:302: TPASS: Fault occurred while accessing the buffers
sigwait.c:344: TPASS: Child exited with expected code
sigwait.c:367: TPASS: Fault occurred while accessing the buffers
sigwait.c:57: TPASS: Wait interrupted by timeout
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:57: TPASS: Wait interrupted by timeout
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:205: TPASS: struct siginfo is correct
sigwait.c:217: TPASS: struct siginfo is correct
sigwait.c:229: TPASS: sigwaitinfo restored the original mask
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rt_sigtimedwait01.c:64: TINFO: Testing variant: syscall time64 with kernel spec
rt_sigtimedwait01.c:19: TCONF: syscall(421) __NR_rt_sigtimedwait_time64 not supported

Summary:
passed   19
failed   0
broken   0
skipped  1
warnings 0
syscalls:rt_tgsigqueueinfo01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
rt_tgsigqueueinfo01.c:65: TPASS: Test signal to self succeeded
rt_tgsigqueueinfo01.c:96: TPASS: Test signal to different thread succeeded
rt_tgsigqueueinfo01.c:96: TPASS: Test signal to different thread succeeded

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sbrk01 passed
sbrk01      1  TPASS  :  sbrk - Increase by 8192 bytes returned 0x558a97b000
sbrk01      2  TPASS  :  sbrk - Increase by -8192 bytes returned 0x558a97d000
syscalls:sbrk02 passed
sbrk02      0  TINFO  :  setup() bailing inc: 1090519040, ret: 0xffffffffffffffff, sbrk: 0x5d7924d000: errno=ENOMEM(12): Cannot allocate memory
sbrk02      1  TPASS  :  sbrk(1090519040) failed as expected: TEST_ERRNO=ENOMEM(12): Cannot allocate memory
syscalls:sbrk03 passed

syscalls:sched_get_priority_max01 passed
sched_get_priority_max01    1  TPASS  :  Test for SCHED_OTHER Passed
sched_get_priority_max01    2  TPASS  :  Test for SCHED_FIFO Passed
sched_get_priority_max01    3  TPASS  :  Test for SCHED_RR Passed
syscalls:sched_get_priority_max02 passed
sched_get_priority_max02    1  TPASS  :  Test Passed, Got EINVAL
syscalls:sched_get_priority_min01 passed
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
syscalls:sched_get_priority_min02 passed
sched_get_priority_min02    1  TPASS  :  Test Passed, Got EINVAL
syscalls:sched_getparam01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_getparam01.c:52: TPASS: sched_getparam(0) got expected sched_priority 0
sched_getparam01.c:52: TPASS: sched_getparam(24442) got expected sched_priority 0

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_getparam03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_getparam03.c:46: TPASS: sched_getparam() with non-existing pid: ESRCH (3)
sched_getparam03.c:46: TPASS: sched_getparam() with invalid pid: EINVAL (22)
sched_getparam03.c:46: TPASS: sched_getparam() with invalid address for param: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_rr_get_interval01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval01.c:40: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval01.c:57: TPASS: sched_rr_get_interval() passed
sched_rr_get_interval01.c:65: TPASS: Time quantum 0s 100000000ns
sched_rr_get_interval01.c:72: TPASS: /proc/sys/kernel/sched_rr_timeslice_ms = 100
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval01.c:40: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval01.c:57: TPASS: sched_rr_get_interval() passed
sched_rr_get_interval01.c:65: TPASS: Time quantum 0s 100000000ns
sched_rr_get_interval01.c:72: TPASS: /proc/sys/kernel/sched_rr_timeslice_ms = 100
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval01.c:40: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:318: TCONF: syscall(423) __NR_sched_rr_get_interval_time64 not supported

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:sched_rr_get_interval02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval02.c:34: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval02.c:52: TPASS: sched_rr_get_interval() passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval02.c:34: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval02.c:52: TPASS: sched_rr_get_interval() passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval02.c:34: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:318: TCONF: syscall(423) __NR_sched_rr_get_interval_time64 not supported

Summary:
passed   2
failed   0
broken   0
skipped  1
warnings 0
syscalls:sched_rr_get_interval03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval03.c:53: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: EINVAL (22)
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: ESRCH (3)
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval03.c:53: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: EINVAL (22)
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: ESRCH (3)
sched_rr_get_interval03.c:83: TPASS: sched_rr_get_interval() failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_rr_get_interval03.c:53: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:318: TCONF: syscall(423) __NR_sched_rr_get_interval_time64 not supported

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:sched_setparam01 passed
sched_setparam01    1  TPASS  :  sched_setparam() returned 0
syscalls:sched_setparam02 passed
sched_setparam02    1  TPASS  :  Test with policy SCHED_FIFO Passed
sched_setparam02    2  TPASS  :  Test with policy SCHED_RR Passed
sched_setparam02    3  TPASS  :  Test with SCHED_OTHER Passed
syscalls:sched_setparam03 passed
sched_setparam03    1  TPASS  :  Test Passed
syscalls:sched_setparam04 passed
sched_setparam04    1  TPASS  :  expected failure; Got ESRCH
sched_setparam04    2  TPASS  :  expected failure; Got EINVAL
sched_setparam04    3  TPASS  :  expected failure; Got EINVAL
sched_setparam04    4  TPASS  :  expected failure; Got EINVAL
syscalls:sched_setparam05 passed
sched_setparam05    1  TPASS  :  Test passed, Got EPERM
syscalls:sched_getscheduler01 passed
sched_getscheduler01    1  TPASS  :  policy value returned is correct
sched_getscheduler01    2  TPASS  :  policy value returned is correct
sched_getscheduler01    3  TPASS  :  policy value returned is correct
syscalls:sched_getscheduler02 passed
sched_getscheduler02    1  TPASS  :  call failed with ESRCH
syscalls:sched_setscheduler01 passed
sched_setscheduler01    1  TPASS  :  expected failure - errno = 3 : No such process
sched_setscheduler01    2  TPASS  :  expected failure - errno = 22 : Invalid argument
sched_setscheduler01    3  TPASS  :  expected failure - errno = 14 : Bad address
sched_setscheduler01    4  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:sched_setscheduler02 passed
sched_setscheduler02    1  TPASS  :  got EPERM
syscalls:sched_setscheduler03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_setscheduler03.c:64: TINFO: rlimit rlim_cur=0
sched_setscheduler03.c:66: TINFO: rlimit rlim_max=0
sched_setscheduler03.c:74: TINFO: Setting rlim_cur to 19
sched_setscheduler03.c:76: TINFO: Setting rlim_max to 19
sched_setscheduler03.c:64: TINFO: rlimit rlim_cur=19
sched_setscheduler03.c:66: TINFO: rlimit rlim_max=19
sched_setscheduler03.c:131: TINFO: Setting init sched policy to SCHED_OTHER
sched_setscheduler03.c:139: TINFO: Setting euid to nobody to drop privilege
sched_setscheduler03.c:153: TINFO: forked pid is 24473
sched_setscheduler03.c:97: TINFO: Verifying case[1]: policy = 0, priority = 0
sched_setscheduler03.c:105: TPASS: case[1] succeeded
sched_setscheduler03.c:153: TINFO: forked pid is 24474
sched_setscheduler03.c:97: TINFO: Verifying case[2]: policy = 3, priority = 0
sched_setscheduler03.c:105: TPASS: case[2] succeeded
sched_setscheduler03.c:153: TINFO: forked pid is 24475
sched_setscheduler03.c:97: TINFO: Verifying case[3]: policy = 5, priority = 0
sched_setscheduler03.c:105: TPASS: case[3] succeeded

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_yield01 passed
sched_yield01    1  TPASS  :  sched_yield() call succeeded
syscalls:sched_setaffinity01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_setaffinity01.c:83: TPASS: sched_setaffinity() failed: EFAULT (14)
sched_setaffinity01.c:83: TPASS: sched_setaffinity() failed: EINVAL (22)
sched_setaffinity01.c:83: TPASS: sched_setaffinity() failed: ESRCH (3)
sched_setaffinity01.c:83: TPASS: sched_setaffinity() failed: EPERM (1)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_getaffinity01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sched_getaffinity01.c:88: TINFO: system has 4 processor(s).
sched_getaffinity01.c:76: TPASS: cpuset size = 128, enabled cpus 4
sched_getaffinity01.c:39: TPASS: sched_getaffinity() failed: EFAULT (14)
sched_getaffinity01.c:39: TPASS: sched_getaffinity() failed: EINVAL (22)
sched_getaffinity01.c:39: TPASS: sched_getaffinity() failed: ESRCH (3)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sched_setattr01 passed
sched_setattr01    1  TPASS  :  sched_setattr() works as expected: TEST_ERRNO=SUCCESS(0): Success
sched_setattr01    2  TPASS  :  sched_setattr() works as expected: TEST_ERRNO=ESRCH(3): No such process
sched_setattr01    3  TPASS  :  sched_setattr() works as expected: TEST_ERRNO=EINVAL(22): Invalid argument
sched_setattr01    4  TPASS  :  sched_setattr() works as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:sched_getattr01 passed
sched_getattr01    1  TPASS  :  attributes were read back correctly
syscalls:sched_getattr02 passed
sched_getattr02    1  TPASS  :  sched_getattr() failed expectedly: TEST_ERRNO=ESRCH(3): No such process
sched_getattr02    2  TPASS  :  sched_getattr() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
sched_getattr02    3  TPASS  :  sched_getattr() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
sched_getattr02    4  TPASS  :  sched_getattr() failed expectedly: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:select01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:109: TINFO: Testing libc select()
select01.c:70: TPASS: select() with regular file returned 1
select01.c:73: TPASS: readfds bit 3 is set
select01.c:70: TPASS: select() with system pipe returned 2
select01.c:73: TPASS: readfds bit 4 is set
select01.c:81: TPASS: writefds bit 5 is set
select01.c:70: TPASS: select() with named pipe (FIFO) returned 2
select01.c:73: TPASS: readfds bit 6 is set
select01.c:81: TPASS: writefds bit 6 is set
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:112: TINFO: Testing SYS_select syscall
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:115: TINFO: Testing SYS_pselect6 syscall
select01.c:70: TPASS: select() with regular file returned 1
select01.c:73: TPASS: readfds bit 3 is set
select01.c:70: TPASS: select() with system pipe returned 2
select01.c:73: TPASS: readfds bit 4 is set
select01.c:81: TPASS: writefds bit 5 is set
select01.c:70: TPASS: select() with named pipe (FIFO) returned 2
select01.c:73: TPASS: readfds bit 6 is set
select01.c:81: TPASS: writefds bit 6 is set
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:118: TINFO: Testing SYS_pselect6 time64 syscall
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:121: TINFO: Testing SYS__newselect syscall
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported

Summary:
passed   16
failed   0
broken   0
skipped  3
warnings 0
syscalls:select02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:109: TINFO: Testing libc select()
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1069us, max 1289us, median 1090us, trunc mean 1090.81us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2086us, max 2170us, median 2090us, trunc mean 2090.95us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5087us, max 5177us, median 5090us, trunc mean 5091.28us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10089us, max 10132us, median 10090us, trunc mean 10093.99us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25090us, max 25301us, median 25092us, trunc mean 25100.12us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100143us, max 100218us, median 100177us, trunc mean 100170.56us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001098us, max 1001105us, median 1001098us, trunc mean 1001098.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:112: TINFO: Testing SYS_select syscall
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:115: TINFO: Testing SYS_pselect6 syscall
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1085us, max 1318us, median 1090us, trunc mean 1090.41us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2086us, max 2182us, median 2090us, trunc mean 2090.48us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5087us, max 5129us, median 5091us, trunc mean 5091.05us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10070us, max 10138us, median 10091us, trunc mean 10089.35us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25090us, max 25135us, median 25092us, trunc mean 25093.35us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100141us, max 100153us, median 100141us, trunc mean 100142.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: select() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1001043us, max 1001043us, median 1001043us, trunc mean 1001043.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:118: TINFO: Testing SYS_pselect6 time64 syscall
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:121: TINFO: Testing SYS__newselect syscall
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: select() sleeping for 1000us 500 iterations, threshold 450.01us
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported

Summary:
passed   14
failed   0
broken   0
skipped  3
warnings 0
syscalls:select03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:109: TINFO: Testing libc select()
select03.c:65: TPASS: Negative nfds: select() failed as expected: EINVAL (22)
select03.c:65: TPASS: Invalid readfds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Invalid writefds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Invalid exceptfds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Faulty readfds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty writefds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty exceptfds: select() failed as expected: EFAULT (14)
select03.c:86: TPASS: Faulty timeout: select() killed by signal
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:112: TINFO: Testing SYS_select syscall
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:115: TINFO: Testing SYS_pselect6 syscall
select03.c:65: TPASS: Negative nfds: select() failed as expected: EINVAL (22)
select03.c:65: TPASS: Invalid readfds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Invalid writefds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Invalid exceptfds: select() failed as expected: EBADF (9)
select03.c:65: TPASS: Faulty readfds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty writefds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty exceptfds: select() failed as expected: EFAULT (14)
select03.c:65: TPASS: Faulty timeout: select() failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:118: TINFO: Testing SYS_pselect6 time64 syscall
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:121: TINFO: Testing SYS__newselect syscall
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported

Summary:
passed   16
failed   0
broken   0
skipped  24
warnings 0
syscalls:select04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:109: TINFO: Testing libc select()
select04.c:58: TPASS: No data to read: select() cleared the fd set
select04.c:58: TPASS: No space to write: select() cleared the fd set
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:112: TINFO: Testing SYS_select syscall
select_var.h:30: TCONF: syscall(-1) __NR_select not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:115: TINFO: Testing SYS_pselect6 syscall
select04.c:58: TPASS: No data to read: select() cleared the fd set
select04.c:58: TPASS: No space to write: select() cleared the fd set
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:118: TINFO: Testing SYS_pselect6 time64 syscall
select_var.h:77: TCONF: syscall(413) __NR_pselect6_time64 not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
select_var.h:121: TINFO: Testing SYS__newselect syscall
select_var.h:89: TCONF: syscall(-1) __NR__newselect not supported

Summary:
passed   4
failed   0
broken   0
skipped  3
warnings 0
syscalls:semctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl01.c:45: TPASS: buf.sem_nsems and buf.sem_perm.mode are correct
semctl01.c:60: TPASS: buf.sem_perm.mode is correct
semctl01.c:75: TPASS: semaphores have expected values
semctl01.c:122: TPASS: number of sleeping processes is correct
semctl01.c:155: TPASS: last pid value is correct
semctl01.c:167: TPASS: semaphore value is correct
semctl01.c:122: TPASS: number of sleeping processes is correct
semctl01.c:194: TPASS: semaphore values are correct
semctl01.c:206: TPASS: semaphore value is correct
semctl01.c:219: TPASS: the highest index is correct
semctl01.c:231: TPASS: number of semaphore sets is correct
semctl01.c:237: TPASS: id of the semaphore set is correct
semctl01.c:211: TPASS: semaphore appears to be removed: EINVAL (22)

Summary:
passed   13
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl02.c:29: TPASS: semctl(IPC_STAT) with nobody user: EACCES (13)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl03.c:45: TPASS: semctl() with invalid IPC command: EINVAL (22)
semctl03.c:45: TPASS: semctl() with invalid sem id: EINVAL (22)
semctl03.c:45: TPASS: semctl() with invalid union arg: EFAULT (14)
semctl03.c:45: TPASS: semctl() with invalid union arg: EFAULT (14)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl04.c:45: TPASS: semctl() with nobody user in child: EPERM (1)
semctl04.c:45: TPASS: semctl() with nobody user in child: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl05.c:45: TPASS: semctl() with the value to set is less than zero: ERANGE (34)
semctl05.c:45: TPASS: semctl() with the value to set are too large: ERANGE (34)
semctl05.c:45: TPASS: semctl() with the value to set is too large: ERANGE (34)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl06 passed
semctl06    1  TPASS  :  semctl06 ran successfully!
syscalls:semctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl07.c:38: TPASS: semctl(semid, 0, IPC_STAT, arg) passed
semctl07.c:44: TPASS: sem_nsems = 1
semctl07.c:51: TPASS: sem_perm.uid = 0
semctl07.c:58: TPASS: sem_perm.gid = 0
semctl07.c:65: TPASS: sem_perm.cuid = 0
semctl07.c:72: TPASS: sem_perm.cgid = 0
semctl07.c:78: TPASS: semctl(GETVAL) succeeded
semctl07.c:85: TPASS: semctl(SETVAL) succeeded
semctl07.c:90: TPASS: semctl(GETVAL) succeeded
semctl07.c:96: TPASS: semctl(GETVAL) returned 1
semctl07.c:102: TPASS: semctl(GETPID) succeeded
semctl07.c:108: TPASS: semctl(GETPID) returned 24603
semctl07.c:114: TPASS: semctl(GETNCNT) succeeded
semctl07.c:120: TPASS: semctl(GETNCNT) returned 0
semctl07.c:125: TPASS: semctl(GETZCNT) succeeded
semctl07.c:130: TPASS: semctl(GETZCNT) succeeded 0

Summary:
passed   16
failed   0
broken   0
skipped  0
warnings 0
syscalls:semctl08 passed
tst_test.c:911: TCONF: test requires struct semid64_ds to have the time_high fields
syscalls:semctl09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl09.c:76: TINFO: Test SYS_semctl syscall
semctl09.c:141: TINFO: Test SEM_STAT_ANY with nobody user
semctl09.c:164: TPASS: SEM_INFO returned valid index 22 to semid 98326
semctl09.c:173: TPASS: Counted used = 1
semctl09.c:121: TPASS: semset_cnt = 1
semctl09.c:128: TPASS: sen_cnt = 2
semctl09.c:141: TINFO: Test SEM_STAT_ANY with root user
semctl09.c:164: TPASS: SEM_INFO returned valid index 22 to semid 98326
semctl09.c:173: TPASS: Counted used = 1
semctl09.c:121: TPASS: semset_cnt = 1
semctl09.c:128: TPASS: sen_cnt = 2
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semctl09.c:79: TINFO: Test libc semctl()
semctl09.c:192: TCONF: libc does not support semctl(SEM_STAT_ANY)

Summary:
passed   8
failed   0
broken   0
skipped  1
warnings 0
syscalls:semget01 passed
semget01    1  TPASS  :  basic semaphore values are okay
syscalls:semget02 passed
semget02    1  TPASS  :  expected failure - errno = 13 : Permission denied
semget02    2  TPASS  :  expected failure - errno = 17 : File exists
syscalls:semget03 passed
semget03    1  TPASS  :  expected failure - errno = 2 : No such file or directory
syscalls:semget05 passed
semget05    1  TPASS  :  expected failure - errno = 28 : No space left on device
syscalls:semget06 passed
semget06    1  TPASS  :  expected failure - errno = 22 : Invalid argument
semget06    2  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:semop01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop01.c:71: TINFO: Testing variant: semop: syscall
semop01.c:58: TPASS: semaphore values are correct
semop01.c:58: TPASS: semaphore values are correct
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop01.c:71: TINFO: Testing variant: semtimedop: syscall with old kernel spec
semop01.c:58: TPASS: semaphore values are correct
semop01.c:58: TPASS: semaphore values are correct
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop01.c:71: TINFO: Testing variant: semtimedop: syscall time64 with kernel spec
semop.h:19: TCONF: syscall(420) __NR_semtimedop_time64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:semop02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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:1313: TINFO: Timeout per run is 0h 05m 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)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop02.c:78: TINFO: Testing variant: semtimedop: syscall time64 with kernel spec
semop.h:19: TCONF: syscall(420) __NR_semtimedop_time64 not supported

Summary:
passed   23
failed   0
broken   0
skipped  4
warnings 0
syscalls:semop03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop03.c:69: TINFO: Testing variant: semop: syscall
semop03.c:52: TPASS: expected failure: EIDRM (43)
semop03.c:52: TPASS: expected failure: EIDRM (43)
semop03.c:52: TPASS: expected failure: EINTR (4)
semop03.c:52: TPASS: expected failure: EINTR (4)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop03.c:69: TINFO: Testing variant: semtimedop: syscall with old kernel spec
semop03.c:52: TPASS: expected failure: EIDRM (43)
semop03.c:52: TPASS: expected failure: EIDRM (43)
semop03.c:52: TPASS: expected failure: EINTR (4)
semop03.c:52: TPASS: expected failure: EINTR (4)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
semop03.c:69: TINFO: Testing variant: semtimedop: syscall time64 with kernel spec
semop.h:19: TCONF: syscall(420) __NR_semtimedop_time64 not supported

Summary:
passed   8
failed   0
broken   0
skipped  1
warnings 0
syscalls:send01 passed
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
syscalls:send02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
send02.c:131: TINFO: Tesing TCP send
send02.c:176: TPASS: MSG_MORE works correctly
send02.c:131: TINFO: Tesing UDP send
send02.c:176: TPASS: MSG_MORE works correctly
send02.c:131: TINFO: Tesing UDP sendto
send02.c:176: TPASS: MSG_MORE works correctly
send02.c:131: TINFO: Tesing UDP sendmsg
send02.c:176: TPASS: MSG_MORE works correctly

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile02 passed
sendfile02    1  TPASS  :  functionality of sendfile() is correct
sendfile02    2  TPASS  :  functionality of sendfile() is correct
sendfile02    3  TPASS  :  functionality of sendfile() is correct
sendfile02    4  TPASS  :  functionality of sendfile() is correct
syscalls:sendfile02_64 passed
sendfile02_64    1  TPASS  :  functionality of sendfile() is correct
sendfile02_64    2  TPASS  :  functionality of sendfile() is correct
sendfile02_64    3  TPASS  :  functionality of sendfile() is correct
sendfile02_64    4  TPASS  :  functionality of sendfile() is correct
syscalls:sendfile03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile03.c:58: TPASS: sendfile(..) with out_fd=-1: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with out_fd=O_RDONLY: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with in_fd=-1: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with out_fd=O_WRONLY: EBADF (9)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile03.c:58: TPASS: sendfile(..) with out_fd=-1: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with out_fd=O_RDONLY: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with in_fd=-1: EBADF (9)
sendfile03.c:58: TPASS: sendfile(..) with out_fd=O_WRONLY: EBADF (9)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=0: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=1: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=4: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=5: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_unmapped_buffer, protection=3: EFAULT (14)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile04_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=0: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=1: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=4: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_mapped_buffer, protection=5: EFAULT (14)
sendfile04.c:73: TPASS: sendfile(..) with pass_unmapped_buffer, protection=3: EFAULT (14)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile05.c:52: TPASS: sendfile(out, in, &offset, ..) with offset=-1: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile05_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile05.c:52: TPASS: sendfile(out, in, &offset, ..) with offset=-1: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile06 passed
sendfile06    1  TPASS  :  functionality of sendfile() is correct
syscalls:sendfile06_64 passed
sendfile06_64    1  TPASS  :  functionality of sendfile() is correct
syscalls:sendfile07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile07.c:70: TPASS: sendfile(out_fd, in_fd, NULL, 1) with blocked out_fd: EAGAIN/EWOULDBLOCK (11)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile07_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendfile07.c:70: TPASS: sendfile(out_fd, in_fd, NULL, 1) with blocked out_fd: EAGAIN/EWOULDBLOCK (11)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendfile08 passed
sendfile08    1  TPASS  :  sendfile(2) copies data correctly
syscalls:sendfile08_64 passed
sendfile08_64    1  TPASS  :  sendfile(2) copies data correctly
syscalls:sendfile09 passed

syscalls:sendfile09_64 passed

syscalls:sendmsg01 passed
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
syscalls:sendmsg02 passed
sendmsg02    1  TPASS  :  finished after 15 seconds
syscalls:sendmsg03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   235ns, avg_dev =    24ns, dev_ratio = 0.10 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 29992ns, avg_dev =   588ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg =  9799ns, avg_dev =   178ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 20427ns, avg_dev =   603ns, dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  1356  , avg_dev =    39  , dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:534: TINFO: Reached deviation ratios < 0.10, introducing randomness
../../../../include/tst_fuzzy_sync.h:537: TINFO: Delay range is [-649, 2005]
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1414, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   157ns, avg_dev =    12ns, dev_ratio = 0.08 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 30105ns, avg_dev =   898ns, dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg =  9747ns, avg_dev =   179ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 20515ns, avg_dev =   795ns, dev_ratio = 0.04 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  1366  , avg_dev =    48  , dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:685: TINFO: Exceeded execution loops, requesting exit
sendmsg03.c:100: TPASS: Nothing bad happened, probably

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendmmsg01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg01.c:93: TINFO: Testing variant: vDSO or syscall with libc spec
sendmmsg01.c:54: TPASS: First message received successfully
sendmmsg01.c:59: TPASS: Second message received successfully
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg01.c:93: TINFO: Testing variant: syscall with old kernel spec
sendmmsg01.c:54: TPASS: First message received successfully
sendmmsg01.c:59: TPASS: Second message received successfully
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg01.c:93: TINFO: Testing variant: syscall time64 with kernel spec
sendmmsg_var.h:50: TCONF: syscall(417) __NR_recvmmsg_time64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:sendmmsg02 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg02.c:56: TINFO: Testing variant: vDSO or syscall with libc spec
sendmmsg02.c:49: TPASS: sendmmsg() bad file descriptor: EBADF (9)
sendmmsg02.c:49: TPASS: sendmmsg() invalid msgvec address: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg02.c:56: TINFO: Testing variant: syscall with old kernel spec
sendmmsg02.c:49: TPASS: sendmmsg() bad file descriptor: EBADF (9)
sendmmsg02.c:49: TPASS: sendmmsg() invalid msgvec address: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendmmsg02.c:56: TINFO: Testing variant: syscall time64 with kernel spec
sendmmsg02.c:49: TPASS: sendmmsg() bad file descriptor: EBADF (9)
sendmmsg02.c:49: TPASS: sendmmsg() invalid msgvec address: EFAULT (14)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendto01 passed
sendto01    1  TPASS  :  bad file descriptor successful
sendto01    2  TPASS  :  invalid socket successful
sendto01    3  TPASS  :  invalid send buffer successful
sendto01    4  TPASS  :  connected TCP successful
sendto01    5  TPASS  :  not connected TCP successful
sendto01    6  TPASS  :  invalid to buffer length successful
sendto01    7  TPASS  :  invalid to buffer successful
sendto01    8  TPASS  :  UDP message too big successful
sendto01    9  TPASS  :  local endpoint shutdown successful
sendto01   10  TPASS  :  invalid flags set successful
syscalls:sendto02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sendto02.c:68: TPASS: sendto(fd, NULL, ...) failed expectedly: EFAULT (14)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sendto03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:set_mempolicy01 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:set_mempolicy02 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:set_mempolicy03 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:set_mempolicy04 passed
tst_test.c:911: TCONF: test requires libnuma development packages with LIBNUMA_API_VERSION >= 2
syscalls:set_robust_list01 passed
set_robust_list01    1  TPASS  :  set_robust_list: retval = -1 (expected -1), errno = 22 (expected 22)
set_robust_list01    2  TPASS  :  set_robust_list: retval = 0 (expected 0), errno = 0 (expected 0)
syscalls:set_thread_area01 passed

syscalls:set_tid_address01 passed
set_tid_address01    1  TPASS  :  set_tid_address call succeeded:  as expected 24731
syscalls:setdomainname01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:36: TINFO: Testing libc setdomainname()
setdomainname01.c:26: TPASS: setdomainname() succeed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:setdomainname02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:36: TINFO: Testing libc setdomainname()
setdomainname02.c:32: TINFO: testing len == -1
setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
setdomainname02.c:32: TINFO: testing len > allowed maximum
setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
setdomainname02.c:32: TINFO: testing name == NULL
setdomainname02.c:44: TPASS: expected failure: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:39: TINFO: Testing __NR_setdomainname syscall
setdomainname02.c:32: TINFO: testing len == -1
setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
setdomainname02.c:32: TINFO: testing len > allowed maximum
setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
setdomainname02.c:32: TINFO: testing name == NULL
setdomainname02.c:44: TPASS: expected failure: EFAULT (14)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:setdomainname03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:36: TINFO: Testing libc setdomainname()
setdomainname03.c:32: TPASS: expected failure: EPERM (1)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setdomainname.h:39: TINFO: Testing __NR_setdomainname syscall
setdomainname03.c:32: TPASS: expected failure: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setfsgid01 passed
setfsgid01    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsgid01_16 passed
setfsgid01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsgid/../utils/compat_16.h:122: 16-bit version of setfsgid() is not supported on your platform
setfsgid01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsgid/../utils/compat_16.h:122: Remaining cases not appropriate for configuration
syscalls:setfsgid02 passed
setfsgid02    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsgid02_16 passed
setfsgid02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsgid/../utils/compat_16.h:122: 16-bit version of setfsgid() is not supported on your platform
setfsgid02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsgid/../utils/compat_16.h:122: Remaining cases not appropriate for configuration
syscalls:setfsgid03 passed
setfsgid03    1  TPASS  :  setfsgid() returned expected value : 0
syscalls:setfsgid03_16 passed
setfsgid03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsgid/../utils/compat_16.h:122: 16-bit version of setfsgid() is not supported on your platform
setfsgid03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsgid/../utils/compat_16.h:122: Remaining cases not appropriate for configuration
syscalls:setfsuid01 passed
setfsuid01    1  TPASS  :  setfsuid() returned expected value : 0
syscalls:setfsuid01_16 passed
setfsuid01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsuid/../utils/compat_16.h:117: 16-bit version of setfsuid() is not supported on your platform
setfsuid01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsuid/../utils/compat_16.h:117: Remaining cases not appropriate for configuration
syscalls:setfsuid02 passed
setfsuid02    1  TPASS  :  setfsuid() returned expected value : 0
syscalls:setfsuid02_16 passed
setfsuid02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsuid/../utils/compat_16.h:117: 16-bit version of setfsuid() is not supported on your platform
setfsuid02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsuid/../utils/compat_16.h:117: Remaining cases not appropriate for configuration
syscalls:setfsuid03 passed
setfsuid03    1  TPASS  :  setfsuid() returned expected value : 65534
syscalls:setfsuid03_16 passed
setfsuid03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsuid/../utils/compat_16.h:117: 16-bit version of setfsuid() is not supported on your platform
setfsuid03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsuid/../utils/compat_16.h:117: Remaining cases not appropriate for configuration
syscalls:setfsuid04 passed
open failed with EACCESS as expected
open failed with EACCESS as expected
open call succeeded
open call succeeded
setfsuid04    0  TINFO  :  Child process returned TPASS
syscalls:setfsuid04_16 passed
setfsuid04_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsuid/../utils/compat_16.h:117: 16-bit version of setfsuid() is not supported on your platform
setfsuid04_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setfsuid/../utils/compat_16.h:117: Remaining cases not appropriate for configuration
setfsuid04_16    0  TINFO  :  Child process returned TCONF
syscalls:setgid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid01.c:21: TPASS: SETGID(gid) passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setgid01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgid/../utils/compat_tst_16.h:94: TCONF: 16-bit version of setgid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setgid02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid02.c:30: TPASS: SETGID(rootpwent->pw_gid): EPERM (1)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setgid02_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgid/../utils/compat_tst_16.h:94: TCONF: 16-bit version of setgid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setgid03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setgid03.c:21: TPASS: SETGID(nobody->pw_gid) passed
setgid03.c:26: TPASS: functionality of getgid() is correct

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setgid03_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgid/../utils/compat_tst_16.h:94: TCONF: 16-bit version of setgid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setegid01 passed
setegid01    0  TINFO  :  getresgid reports rgid 0, egid 0, sgid 0
setegid01    0  TINFO  :  calling setegid(nobody_gid 65534)
setegid01    0  TINFO  :  getresgid reports rgid 0, egid 65534, sgid 0
setegid01    1  TPASS  :  setegid() passed functional test
syscalls:setegid02 passed
setegid02    1  TPASS  :  setegid failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
syscalls:sgetmask01 passed

syscalls:setgroups01 passed
setgroups01    1  TPASS  :  setgroups(65536, list) returned 0
syscalls:setgroups01_16 passed
setgroups01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:82: 16-bit version of getgroups() is not supported on your platform
setgroups01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:82: Remaining cases not appropriate for configuration
syscalls:setgroups02 passed
setgroups02    1  TPASS  :  Functionality of setgroups(1, groups_list) successful
syscalls:setgroups02_16 passed
setgroups02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:77: 16-bit version of setgroups() is not supported on your platform
setgroups02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:77: Remaining cases not appropriate for configuration
syscalls:setgroups03 passed
setgroups03    1  TPASS  :  setgroups(65537) fails, Size is > sysconf(_SC_NGROUPS_MAX), errno=22
setgroups03    2  TPASS  :  setgroups(65536) fails, Permission denied, not super-user, errno=1
syscalls:setgroups03_16 passed
setgroups03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:77: 16-bit version of setgroups() is not supported on your platform
setgroups03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:77: Remaining cases not appropriate for configuration
syscalls:setgroups04 passed
setgroups04    1  TPASS  :  setgroups() fails with expected error EFAULT errno:14
syscalls:setgroups04_16 passed
setgroups04_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:77: 16-bit version of setgroups() is not supported on your platform
setgroups04_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:77: Remaining cases not appropriate for configuration
syscalls:sethostname01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:36: TINFO: Testing libc sethostname()
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname01.c:26: TPASS: sethostname() succeed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:39: TINFO: Testing __NR_sethostname syscall
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname01.c:26: TPASS: sethostname() succeed

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:sethostname02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:36: TINFO: Testing libc sethostname()
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing len == -1
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing len > allowed maximum
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing name == NULL
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:39: TINFO: Testing __NR_sethostname syscall
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing len == -1
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing len > allowed maximum
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EINVAL (22)
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:32: TINFO: testing name == NULL
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c:44: TPASS: expected failure: EFAULT (14)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:sethostname03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:36: TINFO: Testing libc sethostname()
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname03.c:32: TPASS: expected failure: EPERM (1)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname.h:39: TINFO: Testing __NR_sethostname syscall
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname03.c:32: TPASS: expected failure: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setitimer01 passed
setitimer01    1  TPASS  :  functionality is correct
syscalls:setitimer02 passed
setitimer02    1  TPASS  :  expected failure - errno = 14 - Bad address
syscalls:setitimer03 passed
setitimer03    1  TPASS  :  expected failure - errno = 22 - Invalid argument
syscalls:setns01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setns.h:39: TINFO: ns_name=ipc, ns_fds[0]=3, ns_types[0]=0x8000000
setns.h:39: TINFO: ns_name=mnt, ns_fds[1]=4, ns_types[1]=0x20000
setns.h:39: TINFO: ns_name=net, ns_fds[2]=5, ns_types[2]=0x40000000
setns.h:39: TINFO: ns_name=pid, ns_fds[3]=6, ns_types[3]=0x20000000
setns.h:39: TINFO: ns_name=uts, ns_fds[4]=7, ns_types[4]=0x4000000
setns01.c:124: TINFO: setns(-1, 0x8000000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(-1, 0x20000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(-1, 0x40000000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(-1, 0x20000000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(-1, 0x4000000)
setns01.c:130: TPASS: invalid fd exp_errno=9 (EBADF)
setns01.c:124: TINFO: setns(8, 0x8000000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(8, 0x20000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(8, 0x40000000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(8, 0x20000000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(8, 0x4000000)
setns01.c:130: TPASS: regular file fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(3, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(4, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(5, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(6, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(7, 0xffffffff)
setns01.c:130: TPASS: invalid ns_type exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(3, 0x20000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(4, 0x40000000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(5, 0x20000000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(6, 0x4000000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(7, 0x8000000)
setns01.c:130: TPASS: mismatch ns_type/fd exp_errno=22 (EINVAL)
setns01.c:124: TINFO: setns(3, 0x8000000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)
setns01.c:124: TINFO: setns(4, 0x20000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)
setns01.c:124: TINFO: setns(5, 0x40000000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)
setns01.c:124: TINFO: setns(6, 0x20000000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)
setns01.c:124: TINFO: setns(7, 0x4000000)
setns01.c:130: TPASS: without CAP_SYS_ADMIN exp_errno=1 (EPERM)

Summary:
passed   25
failed   0
broken   0
skipped  0
warnings 0
syscalls:setns02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setns02.c:135: TINFO: test_newuts
setns02.c:122: TINFO: creating child with clone_flag=0x4000000, ns_flag=0x4000000
setns02.c:49: TINFO: (child) hostname (inherited from parent): raspberrypi
setns02.c:56: TINFO: (child) hostname changed to: setns_dummy_uts
setns02.c:61: TPASS: (child) hostname is different in parent/child
setns02.c:64: TINFO: (child) attempting to switch ns back to parent ns
setns02.c:72: TINFO: (child) hostname: raspberrypi
setns02.c:77: TPASS: (child) hostname now as expected
setns02.c:122: TINFO: creating child with clone_flag=0x4000000, ns_flag=0x0
setns02.c:49: TINFO: (child) hostname (inherited from parent): raspberrypi
setns02.c:56: TINFO: (child) hostname changed to: setns_dummy_uts
setns02.c:61: TPASS: (child) hostname is different in parent/child
setns02.c:64: TINFO: (child) attempting to switch ns back to parent ns
setns02.c:72: TINFO: (child) hostname: raspberrypi
setns02.c:77: TPASS: (child) hostname now as expected
setns02.c:142: TINFO: test_newipc
setns02.c:122: TINFO: creating child with clone_flag=0x8000000, ns_flag=0x8000000
setns02.c:89: TPASS: (child) shmat failed as expected: EINVAL (22)
setns02.c:96: TINFO: (child) attempting to switch ns back to parent ns
setns02.c:107: TPASS: (child) shmat suceeded
setns02.c:122: TINFO: creating child with clone_flag=0x8000000, ns_flag=0x0
setns02.c:89: TPASS: (child) shmat failed as expected: EINVAL (22)
setns02.c:96: TINFO: (child) attempting to switch ns back to parent ns
setns02.c:107: TPASS: (child) shmat suceeded

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:setpgid01 passed
setpgid01    1  TPASS  :  test setpgid(24801, 24801) success
setpgid01    2  TPASS  :  test setpgid(0, 0) success
syscalls:setpgid02 passed
setpgid02    1  TPASS  :  expected failure - errno = 22 : Invalid argument
setpgid02    2  TPASS  :  expected failure - errno = 3 : No such process
setpgid02    3  TPASS  :  expected failure - errno = 1 : Operation not permitted
syscalls:setpgid03 passed
setpgid03    1  TPASS  :  setpgid failed with EPERM
setpgid03    2  TPASS  :  setpgid failed with EACCES
syscalls:setpgrp01 passed
setpgrp01    1  TPASS  :  setpgrp -  Call the setpgrp system call returned 0
syscalls:setpgrp02 passed
setpgrp02    1  TPASS  :  functionality is correct
syscalls:setpriority01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setpriority01.c:75: TPASS: setpriority(PRIO_PROCESS(0), 24821, -20..19) succeeded
setpriority01.c:75: TPASS: setpriority(PRIO_PGRP(1), 24822, -20..19) succeeded
setpriority01.c:75: TPASS: setpriority(PRIO_USER(2), 1002, -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
syscalls:setpriority02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setpriority02.c:82: TPASS: setpriority(-1, 0, -2) fails as expected: EINVAL (22)
setpriority02.c:82: TPASS: setpriority(0, -1, -2) fails as expected: ESRCH (3)
setpriority02.c:82: TPASS: setpriority(1, -1, -2) fails as expected: ESRCH (3)
setpriority02.c:82: TPASS: setpriority(2, -1, -2) fails as expected: ESRCH (3)
setpriority02.c:82: TPASS: setpriority(0, 0, -2) as unprivileged user fails as expected: EACCES (13)
setpriority02.c:82: TPASS: setpriority(1, 0, -2) as unprivileged user fails as expected: EACCES (13)
setpriority02.c:82: TPASS: setpriority(0, 1, -2) as unprivileged user fails as expected: EPERM (1)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:setregid01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setregid/../utils/compat_tst_16.h:128: TCONF: 16-bit version of setregid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setregid02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid02.c:98: TPASS: setregid(-1, 0) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(-1, 2) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(0, -1) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(2, -1) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(0, 2) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected
setregid02.c:98: TPASS: setregid(2, 0) failed as expected: EPERM (1)
setregid02.c:84: TPASS: real or effective gid wasn't modified as expected

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid02_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setregid/../utils/compat_tst_16.h:128: TCONF: 16-bit version of setregid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setregid03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid03.c:61: TINFO: getgrnam(nobody) failed - try fallback nogroup
setregid03.c:95: TPASS: setregid(1, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(-1, 1) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(-1, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(2, -1) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(-1, -1) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(-1, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(2, -1) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:95: TPASS: setregid(2, 2) succeeded as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(1, -1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(-1, 1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected
setregid03.c:105: TPASS: setregid(1, 1) failed as expected
setregid03.c:121: TPASS: real or effective gid was modified as expected

Summary:
passed   22
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid03_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid03.c:61: TINFO: getgrnam(nobody) failed - try fallback nogroup
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setregid/../utils/compat_tst_16.h:128: TCONF: 16-bit version of setregid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setregid04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid04.c:84: TINFO: getgrnam(nobody) failed - try fallback nogroup
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected
setregid04.c:61: TPASS: real or effective gid was modified as expected

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:setregid04_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setregid04.c:84: TINFO: getgrnam(nobody) failed - try fallback nogroup
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setregid/../utils/compat_tst_16.h:128: TCONF: 16-bit version of setregid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setresgid01 passed
setresgid01    1  TPASS  :  Test for setresgid(-1, -1, -1) successful
setresgid01    2  TPASS  :  Test for setresgid(-1, -1, nobody) successful
setresgid01    3  TPASS  :  Test for setresgid(-1, nobody, -1) successful
setresgid01    4  TPASS  :  Test for setresgid(nobody, -1, -1) successful
setresgid01    5  TPASS  :  Test for setresgid(root, root, root) successful
syscalls:setresgid01_16 passed
setresgid01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresgid/../utils/compat_16.h:146: 16-bit version of setresgid() is not supported on your platform
setresgid01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresgid/../utils/compat_16.h:146: Remaining cases not appropriate for configuration
syscalls:setresgid02 passed
setresgid02    1  TPASS  :  Test for setresgid(-1, -1, -1) successful
setresgid02    2  TPASS  :  Test for setresgid(-1, -1, bin) successful
setresgid02    3  TPASS  :  Test for setresgid(-1, bin, -1) successful
setresgid02    4  TPASS  :  Test for setresgid(bin, -1, -1) successful
setresgid02    5  TPASS  :  Test for setresgid(root, root, root) successful
setresgid02    6  TPASS  :  Test for setresgid(root, nobody, nobody) successful
syscalls:setresgid02_16 passed
setresgid02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresgid/../utils/compat_16.h:146: 16-bit version of setresgid() is not supported on your platform
setresgid02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresgid/../utils/compat_16.h:146: Remaining cases not appropriate for configuration
syscalls:setresgid03 passed
setresgid03    1  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03    2  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03    3  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
setresgid03    4  TPASS  :  setresgid() failed as expected for unprivileged user : errno 1
syscalls:setresgid03_16 passed
setresgid03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresgid/../utils/compat_16.h:146: 16-bit version of setresgid() is not supported on your platform
setresgid03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresgid/../utils/compat_16.h:146: Remaining cases not appropriate for configuration
syscalls:setresgid04 passed
setresgid04    1  TPASS  :  setresgid succeeded as expected
syscalls:setresgid04_16 passed
setresgid04_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresgid/../utils/compat_16.h:146: 16-bit version of setresgid() is not supported on your platform
setresgid04_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresgid/../utils/compat_16.h:146: Remaining cases not appropriate for configuration
syscalls:setresuid01 passed
setresuid01    1  TPASS  :  real uid = 0, effective uid = 0, and saved uid = 0 as expected
setresuid01    2  TPASS  :  real uid = 0, effective uid = 0, and saved uid = 65534 as expected
setresuid01    3  TPASS  :  real uid = 0, effective uid = 2, and saved uid = 65534 as expected
setresuid01    4  TPASS  :  real uid = 0, effective uid = 2, and saved uid = 0 as expected
setresuid01    5  TPASS  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid01    6  TPASS  :  real uid = 0, effective uid = 0, and saved uid = 2 as expected
setresuid01    7  TPASS  :  real uid = 65534, effective uid = 0, and saved uid = 2 as expected
setresuid01    8  TPASS  :  real uid = 65534, effective uid = 0, and saved uid = 2 as expected
setresuid01    9  TPASS  :  real uid = 0, effective uid = 0, and saved uid = 0 as expected
syscalls:setresuid01_16 passed
setresuid01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: 16-bit version of setresuid() is not supported on your platform
setresuid01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: Remaining cases not appropriate for configuration
syscalls:setresuid02 passed
setresuid02    1  TPASS  :  setresuid(-1, -1, 2) succeeded as expected.
setresuid02    0  TINFO  :  real uid = 65534, effective uid = 2, and saved uid = 2 as expected
setresuid02    2  TPASS  :  setresuid(-1, 65534, -1) succeeded as expected.
setresuid02    0  TINFO  :  real uid = 65534, effective uid = 65534, and saved uid = 2 as expected
setresuid02    3  TPASS  :  setresuid(2, -1, -1) succeeded as expected.
setresuid02    0  TINFO  :  real uid = 2, effective uid = 65534, and saved uid = 2 as expected
setresuid02    0  TINFO  :  Child process returned TPASS
syscalls:setresuid02_16 passed
setresuid02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: 16-bit version of setresuid() is not supported on your platform
setresuid02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: Remaining cases not appropriate for configuration
setresuid02_16    0  TINFO  :  Child process returned TCONF
syscalls:setresuid03 passed
setresuid03    1  TPASS  :  setresuid(65534, -1, -1) failed as expected.
setresuid03    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03    2  TPASS  :  setresuid(-1, -1, 65534) failed as expected.
setresuid03    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03    3  TPASS  :  setresuid(-1, 65534, -1) failed as expected.
setresuid03    0  TINFO  :  real uid = 0, effective uid = 2, and saved uid = 2 as expected
setresuid03    0  TINFO  :  Child process returned TPASS
syscalls:setresuid03_16 passed
setresuid03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: 16-bit version of setresuid() is not supported on your platform
setresuid03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: Remaining cases not appropriate for configuration
setresuid03_16    0  TINFO  :  Child process returned TCONF
syscalls:setresuid04 passed
open failed with EACCES as expected
open failed with EACCES as expected
open call succeeded
setresuid04    0  TINFO  :  Child process returned TPASS
syscalls:setresuid04_16 passed
setresuid04_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: 16-bit version of setresuid() is not supported on your platform
setresuid04_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: Remaining cases not appropriate for configuration
setresuid04_16    0  TINFO  :  Child process returned TCONF
syscalls:setresuid05 passed
setresuid05    1  TPASS  :  setresuid succeeded as expected
syscalls:setresuid05_16 passed
setresuid05_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: 16-bit version of setresuid() is not supported on your platform
setresuid05_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setresuid/../utils/compat_16.h:136: Remaining cases not appropriate for configuration
syscalls:setreuid01 passed
setreuid01    1  TPASS  :  setreuid -  Don't change either real or effective uid returned 0
setreuid01    2  TPASS  :  setreuid -  change effective to effective uid returned 0
setreuid01    3  TPASS  :  setreuid -  change real to real uid returned 0
setreuid01    4  TPASS  :  setreuid -  change effective to real uid returned 0
setreuid01    5  TPASS  :  setreuid -  try to change real to current real returned 0
syscalls:setreuid01_16 passed
setreuid01_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: 16-bit version of setreuid() is not supported on your platform
setreuid01_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: Remaining cases not appropriate for configuration
syscalls:setreuid02 passed
setreuid02    1  TPASS  :  real or effective uid was modified as expected
setreuid02    2  TPASS  :  real or effective uid was modified as expected
setreuid02    3  TPASS  :  real or effective uid was modified as expected
setreuid02    4  TPASS  :  real or effective uid was modified as expected
setreuid02    5  TPASS  :  real or effective uid was modified as expected
setreuid02    6  TPASS  :  real or effective uid was modified as expected
setreuid02    7  TPASS  :  real or effective uid was modified as expected
syscalls:setreuid02_16 passed
setreuid02_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: 16-bit version of setreuid() is not supported on your platform
setreuid02_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: Remaining cases not appropriate for configuration
syscalls:setreuid03 passed
setreuid03    1  TPASS  :  setreuid(65534, 65534) succeeded as expected.
setreuid03    2  TPASS  :  setreuid(-1, 65534) succeeded as expected.
setreuid03    3  TPASS  :  setreuid(65534, -1) succeeded as expected.
setreuid03    4  TPASS  :  setreuid(-1, -1) succeeded as expected.
setreuid03    5  TPASS  :  setreuid(-1, 0) succeeded as expected.
setreuid03    6  TPASS  :  setreuid(0, -1) succeeded as expected.
setreuid03    7  TPASS  :  setreuid(0, 0) succeeded as expected.
setreuid03    8  TPASS  :  setreuid(0, 65534) succeeded as expected.
setreuid03    9  TPASS  :  setreuid(0, 2) succeeded as expected.
setreuid03   10  TPASS  :  setreuid(2, 0) succeeded as expected.
setreuid03   11  TPASS  :  setreuid(2, -1) succeeded as expected.
setreuid03   12  TPASS  :  setreuid(2, 2) succeeded as expected.
setreuid03   13  TPASS  :  setreuid(2, 65534) succeeded as expected.
setreuid03   14  TPASS  :  setreuid(65534, 2) succeeded as expected.
syscalls:setreuid03_16 passed
setreuid03_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: 16-bit version of setreuid() is not supported on your platform
setreuid03_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: Remaining cases not appropriate for configuration
syscalls:setreuid04 passed
setreuid04    1  TPASS  :  setreuid(-1, -1) succeeded as expected.
setreuid04    2  TPASS  :  setreuid(65534, 65534) succeeded as expected.
setreuid04    0  TINFO  :  Child process returned TPASS
syscalls:setreuid04_16 passed
setreuid04_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: 16-bit version of setreuid() is not supported on your platform
setreuid04_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: Remaining cases not appropriate for configuration
setreuid04_16    0  TINFO  :  Child process returned TCONF
syscalls:setreuid05 passed
setreuid05    1  TPASS  :  setreuid(65534, 0) succeeded as expected.
setreuid05    2  TPASS  :  setreuid(-1, 65534) succeeded as expected.
setreuid05    3  TPASS  :  setreuid(-1, 0) succeeded as expected.
setreuid05    4  TPASS  :  setreuid(1, -1) succeeded as expected.
setreuid05    5  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05    6  TPASS  :  setreuid(-1, 0) succeeded as expected.
setreuid05    7  TPASS  :  setreuid(-1, 65534) succeeded as expected.
setreuid05    8  TPASS  :  setreuid(-1, 1) succeeded as expected.
setreuid05    9  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05   10  TPASS  :  setreuid(2, 1) succeeded as expected.
setreuid05   11  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05   12  TPASS  :  setreuid(-1, 1) succeeded as expected.
setreuid05   13  TPASS  :  setreuid(1, -1) succeeded as expected.
setreuid05   14  TPASS  :  setreuid(-1, 2) succeeded as expected.
setreuid05    0  TINFO  :  Child process returned TPASS
syscalls:setreuid05_16 passed
setreuid05_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: 16-bit version of setreuid() is not supported on your platform
setreuid05_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: Remaining cases not appropriate for configuration
setreuid05_16    0  TINFO  :  Child process returned TCONF
syscalls:setreuid06 passed
setreuid06    1  TPASS  :  setreuid set errno to EPERM as expected
syscalls:setreuid06_16 passed
setreuid06_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: 16-bit version of setreuid() is not supported on your platform
setreuid06_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: Remaining cases not appropriate for configuration
syscalls:setreuid07 passed
open failed with EACCES as expected
open failed with EACCES as expected
open call succeeded
setreuid07    0  TINFO  :  Child process returned TPASS
syscalls:setreuid07_16 passed
setreuid07_16    1  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: 16-bit version of setreuid() is not supported on your platform
setreuid07_16    2  TCONF  :  /fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setreuid/../utils/compat_16.h:127: Remaining cases not appropriate for configuration
setreuid07_16    0  TINFO  :  Child process returned TCONF
syscalls:setrlimit01 passed
setrlimit01    1  TPASS  :  RLIMIT_NOFILE functionality is correct
setrlimit01    2  TPASS  :  RLIMIT_FSIZE test PASSED
setrlimit01    3  TPASS  :  RLIMIT_NPROC functionality is correct
setrlimit01    4  TPASS  :  RLIMIT_CORE functionality is correct
syscalls:setrlimit02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit02.c:44: TPASS: setrlimit() failed as expected: EINVAL (22)
setrlimit02.c:44: TPASS: setrlimit() failed as expected: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setrlimit03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit03.c:55: TPASS: setrlimit() failed as expected: EPERM (1)
setrlimit03.c:55: TPASS: setrlimit() failed as expected: EINVAL (22)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setrlimit04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit04.c:42: TPASS: child process completed OK

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setrlimit05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit05.c:38: TPASS: setrlimit() failed as expected: EFAULT (14)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setrlimit06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setrlimit06.c:86: TPASS: Got SIGXCPU then SIGKILL after reaching both limit

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setsid01 passed
setsid01    1  TPASS  :  setsid SUCCESS to set errno to EPERM
setsid01    1  TPASS  :  all misc tests passed
syscalls:setsockopt01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setsockopt01.c:66: TINFO: Testing invalid file descriptor
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: EBADF (9)
setsockopt01.c:66: TINFO: Testing non-socket file descriptor
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOTSOCK (88)
setsockopt01.c:66: TINFO: Testing invalid option buffer
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: EFAULT (14)
setsockopt01.c:66: TINFO: Testing invalid optlen
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: EINVAL (22)
setsockopt01.c:66: TINFO: Testing invalid level
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOPROTOOPT (92)
setsockopt01.c:66: TINFO: Testing invalid option name (UDP)
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOPROTOOPT (92)
setsockopt01.c:66: TINFO: Testing invalid option name (IP)
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOPROTOOPT (92)
setsockopt01.c:66: TINFO: Testing invalid option name (TCP)
setsockopt01.c:101: TPASS: setsockopt() returned the expected error: ENOPROTOOPT (92)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:setsockopt02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setsockopt02.c:69: TPASS: Can create ring buffer with good settinegs
setsockopt02.c:78: TPASS: Refused bad tp_sizeof_priv value: EINVAL (22)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setsockopt03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_kernel.c:83: TINFO: uname.machine=aarch64 kernel is 64bit
setsockopt03.c:86: TCONF: The vulnerability was only present in 32-bit compat mode
setsockopt03.c:109: TPASS: We didn't cause a crash, setsockopt returned -1: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:setsockopt04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setsockopt04.c:39: TINFO: Try to set send buffer size to: 4294967040
setsockopt04.c:40: TINFO: Send buffer size was set to: 4608
setsockopt04.c:45: TPASS: Was unable to set negative send buffer size!

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setsockopt05 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:setsockopt06 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:setsockopt07 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_NET_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_NET_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:settimeofday01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
settimeofday01.c:52: TPASS: settimeofday() pass

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:settimeofday02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_capability.c:29: TINFO: Dropping CAP_SYS_TIME(25)
settimeofday02.c:29: TINFO: tv.tv_sec is negative
settimeofday02.c:39: TPASS: Received expected errno: EINVAL (22)
settimeofday02.c:29: TINFO: tv.tv_usec is outside the range [0..999,999]
settimeofday02.c:39: TPASS: Received expected errno: EINVAL (22)
settimeofday02.c:29: TINFO: calling process without CAP_SYS_TIME capability
settimeofday02.c:39: TPASS: Received expected errno: EPERM (1)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid01.c:30: TPASS: setuid(0) successfully

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid01_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setuid/../utils/compat_tst_16.h:84: TCONF: 16-bit version of setuid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setuid03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid03.c:29: TPASS: setuid() returned errno EPERM

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid03_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setuid/../utils/compat_tst_16.h:84: TCONF: 16-bit version of setuid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setuid04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setuid04.c:49: TPASS: open() returned errno EACCES
setuid04.c:49: TPASS: open() returned errno EACCES

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:setuid04_16 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
/fuego-rw/buildzone/Functional.LTP-aarch64/testcases/kernel/syscalls/setuid/../utils/compat_tst_16.h:84: TCONF: 16-bit version of setuid() is not supported on your platform

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:setxattr01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:147: TCONF: setxattr(2) not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:183: TPASS: setxattr(2) failed: ENODATA (61)
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: E2BIG (7)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: EEXIST (17)
setxattr01.c:161: TPASS: setxattr(2) passed
setxattr01.c:183: TPASS: setxattr(2) failed: ERANGE (34)
setxattr01.c:183: TPASS: setxattr(2) failed: EFAULT (14)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr01.c:183: TPASS: setxattr(2) failed: EINVAL (22)
setxattr01.c:147: TCONF: setxattr(2) not supported

Summary:
passed   47
failed   0
broken   0
skipped  2
warnings 0
syscalls:setxattr02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr02.c:154: TPASS: setxattr(2) on testfile passed
setxattr02.c:154: TPASS: setxattr(2) on testdir passed
setxattr02.c:179: TPASS: setxattr(2) on symlink failed: EEXIST (17)
setxattr02.c:179: TPASS: setxattr(2) on fifo failed: EPERM (1)
setxattr02.c:179: TPASS: setxattr(2) on chr failed: EPERM (1)
setxattr02.c:179: TPASS: setxattr(2) on blk failed: EPERM (1)
setxattr02.c:179: TPASS: setxattr(2) on sock failed: EPERM (1)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:setxattr03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
setxattr03.c:98: TPASS: Set attr to immutable file: EPERM (1)
setxattr03.c:98: TPASS: Set attr to append-only file: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmat01.c:124: TPASS: shmat() succeeded to attach NULL address
shmat01.c:124: TPASS: shmat() succeeded to attach aligned address
shmat01.c:124: TPASS: shmat() succeeded to attach unaligned address with SHM_RND
tst_coredump.c:32: TINFO: Avoid dumping corefile for process(pid=25034)
shmat01.c:124: TPASS: shmat() succeeded to attach aligned address with SHM_READONLY, and got SIGSEGV on write

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmat02.c:56: TPASS: shmat() failed as expected: EINVAL (22)
shmat02.c:56: TPASS: shmat() failed as expected: EINVAL (22)
shmat02.c:56: TPASS: shmat() failed as expected: EACCES (13)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmat03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmat03.c:65: TINFO: Attempting to attach shared memory to null page
shmat03.c:74: TPASS: shmat returned EINVAL

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl01.c:255: TINFO: shm_id=38699019 maps to kernel index=11
shmctl01.c:219: TINFO: Basic checks
shmctl01.c:174: TPASS: IPC_STAT: shm_segsz=2048
shmctl01.c:181: TPASS: IPC_STAT: shm_cpid=25041
shmctl01.c:189: TPASS: IPC_STAT: shm_ctime=1624606578 in range <1624606578,1624606578>
shmctl01.c:174: TPASS: SHM_STAT: shm_segsz=2048
shmctl01.c:181: TPASS: SHM_STAT: shm_cpid=25041
shmctl01.c:189: TPASS: SHM_STAT: shm_ctime=1624606578 in range <1624606578,1624606578>
shmctl01.c:219: TINFO: Children attach SHM
shmctl01.c:115: TPASS: before child shmat() shm_nattch=0
shmctl01.c:115: TPASS: after child shmat() shm_nattch=20
shmctl01.c:115: TPASS: after child shmdt() shm_nattch=0
shmctl01.c:219: TINFO: Chidlren inherit SHM
shmctl01.c:115: TPASS: inherited after fork() shm_nattch=21
shmctl01.c:115: TPASS: after child shmdt() shm_nattch=1
shmctl01.c:115: TPASS: after parent shmdt() shm_nattch=0

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl02.c:77: TPASS: shmctl(38699021, 2, 0x556c67d830): EACCES (13)
shmctl02.c:77: TPASS: shmctl(38699022, 1, 0xffffffffffffffff): EFAULT (14)
shmctl02.c:77: TPASS: shmctl(38699022, 2, 0xffffffffffffffff): EFAULT (14)
shmctl02.c:77: TPASS: shmctl(38699022, -1, 0x556c67d830): EINVAL (22)
shmctl02.c:77: TPASS: shmctl(-1, 2, 0x556c67d830): EINVAL (22)
shmctl02.c:77: TPASS: shmctl(38699023, 2, 0x556c67d830): EINVAL (22)
shmctl02.c:77: TPASS: shmctl(38699020, 2, 0x556c67d830): EACCES (13)
shmctl02.c:77: TPASS: shmctl(38699020, 0, (nil)): EPERM (1)
shmctl02.c:77: TPASS: shmctl(38699020, 1, 0x556c67d830): EPERM (1)
shmctl02.c:77: TPASS: shmctl(38699020, 11, 0x556c67d830): EPERM (1)
shmctl02.c:77: TPASS: shmctl(38699020, 12, 0x556c67d830): EPERM (1)

Summary:
passed   11
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl03.c:34: TPASS: shmmin = 1
shmctl03.c:36: TPASS: /proc/sys/kernel/shmmax = 18446744073692774399
shmctl03.c:37: TPASS: /proc/sys/kernel/shmmni = 4096
shmctl03.c:38: TPASS: /proc/sys/kernel/shmall = 18446744073692774399

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl04.c:119: TINFO: Test SHM_STAT_ANY with nobody user
shmctl04.c:137: TPASS: SHM_INFO returned valid index 36 maps to shmid 38633508
shmctl04.c:146: TPASS: Counted used = 2
shmctl04.c:85: TPASS: used_ids = 2
shmctl04.c:92: TPASS: shm_rss = 0
shmctl04.c:99: TPASS: shm_swp = 0
shmctl04.c:106: TPASS: shm_tot = 2
shmctl04.c:119: TINFO: Test SHM_STAT_ANY with root user
shmctl04.c:137: TPASS: SHM_INFO returned valid index 36 maps to shmid 38633508
shmctl04.c:146: TPASS: Counted used = 2
shmctl04.c:85: TPASS: used_ids = 2
shmctl04.c:92: TPASS: shm_rss = 0
shmctl04.c:99: TPASS: shm_swp = 0
shmctl04.c:106: TPASS: shm_tot = 2

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 20s
../../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =    91ns, avg_dev =    67ns, dev_ratio = 0.74 }
../../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 77323ns, avg_dev = 12275ns, dev_ratio = 0.16 }
../../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 39198ns, avg_dev =  4141ns, dev_ratio = 0.11 }
../../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 38217ns, avg_dev = 16311ns, dev_ratio = 0.43 }
../../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  8619  , avg_dev =  7139  , dev_ratio = 0.83 }
../../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
shmctl05.c:89: TPASS: didn't crash

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmctl06 passed
tst_test.c:911: TCONF: test requires struct shmid64_ds to have the time_high fields
syscalls:shmctl07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl07.c:31: TPASS: shmctl(59277373, SHM_LOCK, NULL)
shmctl07.c:37: TPASS: SMH_LOCKED bit is on in shm_perm.mode
shmctl07.c:46: TPASS: shmctl(59277373, 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
syscalls:shmctl08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
shmctl08.c:42: TPASS: shm_perm.mode=0666
shmctl08.c:35: TPASS: shmctl(59277374, IPC_SET, {shm_perm.mode=0600})
shmctl08.c:42: TPASS: shm_perm.mode=0600
shmctl08.c:79: TPASS: shm_ctime updated correctly diff=1
shmctl08.c:35: TPASS: shmctl(59277374, IPC_SET, {shm_perm.mode=0666})
shmctl08.c:42: TPASS: shm_perm.mode=0666

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:shmdt01 passed
shmdt01     1  TPASS  :  shared memory detached correctly
syscalls:shmdt02 passed
shmdt02     1  TPASS  :  expected failure - errno = 22 : Invalid argument
syscalls:shmget01 passed
shmget01    1  TPASS  :  size, pid & mode are correct
syscalls:shmget02 passed
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
syscalls:shmget03 passed
shmget03    1  TPASS  :  expected failure - errno = 28 : No space left on device
syscalls:shmget04 passed
shmget04    1  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:shmget05 passed
shmget05    1  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:sigaction01 passed
sigaction01    1  TPASS  :  SA_RESETHAND did not cause SA_SIGINFO to be cleared
sigaction01    2  TPASS  :  SA_RESETHAND was masked when handler executed
sigaction01    3  TPASS  :  sig has been masked because sa_mask originally contained sig
sigaction01    4  TPASS  :  siginfo pointer non NULL
syscalls:sigaction02 passed
sigaction02    1  TPASS  :  call failed with expected EINVAL error
sigaction02    2  TPASS  :  call failed with expected EINVAL error
sigaction02    3  TPASS  :  call failed with expected EINVAL error
syscalls:sigaltstack01 passed
sigaltstack01    1  TPASS  :  Functionality of sigaltstack() successful
syscalls:sigaltstack02 passed
sigaltstack02    1  TPASS  :  stgaltstack() fails, Invalid Flag value, errno:22
sigaltstack02    2  TPASS  :  stgaltstack() fails, alternate stack is < MINSIGSTKSZ, errno:12
syscalls:sighold02 passed
sighold02    1  TPASS  :  All signals were hold
sighold02    0  TINFO  :  Child process returned TPASS
syscalls:signal01 passed
signal01    1  TPASS  :  signal(SIGKILL, 0x1(SIG_IGN)) failed with EINVAL
signal01    0  TINFO  :  Child process returned TPASS
signal01    1  TPASS  :  signal(SIGKILL, (nil)(SIG_DFL)) failed with EINVAL
signal01    0  TINFO  :  Child process returned TPASS
signal01    1  TPASS  :  signal(SIGKILL, 0x558f3d2850(catchsig())) failed with EINVAL
signal01    0  TINFO  :  Child process returned TPASS
signal01    1  TPASS  :  Child killed with SIGKILL
signal01    2  TPASS  :  Child killed with SIGKILL
signal01    3  TPASS  :  Child killed with SIGKILL
syscalls:signal02 passed
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
syscalls:signal03 passed
signal03    1  TPASS  :  signal03 call succeeded
signal03    2  TPASS  :  signal03 call succeeded
signal03    3  TPASS  :  signal03 call succeeded
signal03    4  TPASS  :  signal03 call succeeded
signal03    5  TPASS  :  signal03 call succeeded
signal03    6  TPASS  :  signal03 call succeeded
signal03    7  TPASS  :  signal03 call succeeded
signal03    8  TPASS  :  signal03 call succeeded
signal03    9  TPASS  :  signal03 call succeeded
signal03   10  TPASS  :  signal03 call succeeded
signal03   11  TPASS  :  signal03 call succeeded
signal03   12  TPASS  :  signal03 call succeeded
signal03   13  TPASS  :  signal03 call succeeded
signal03   14  TPASS  :  signal03 call succeeded
signal03   15  TPASS  :  signal03 call succeeded
signal03   16  TPASS  :  signal03 call succeeded
signal03   17  TPASS  :  signal03 call succeeded
signal03   18  TPASS  :  signal03 call succeeded
signal03   19  TPASS  :  signal03 call succeeded
signal03   20  TPASS  :  signal03 call succeeded
signal03   21  TPASS  :  signal03 call succeeded
signal03   22  TPASS  :  signal03 call succeeded
signal03   23  TPASS  :  signal03 call succeeded
signal03   24  TPASS  :  signal03 call succeeded
signal03   25  TPASS  :  signal03 call succeeded
signal03   26  TPASS  :  signal03 call succeeded
signal03   27  TPASS  :  signal03 call succeeded
signal03   28  TPASS  :  signal03 call succeeded
signal03   29  TPASS  :  signal03 call succeeded
signal03   30  TPASS  :  signal03 call succeeded
signal03   31  TPASS  :  signal03 call succeeded
syscalls:signal04 passed
signal04    1  TPASS  :  signal04 call succeeded received (nil).
signal04    2  TPASS  :  signal04 call succeeded received (nil).
signal04    3  TPASS  :  signal04 call succeeded received (nil).
signal04    4  TPASS  :  signal04 call succeeded received (nil).
signal04    5  TPASS  :  signal04 call succeeded received (nil).
signal04    6  TPASS  :  signal04 call succeeded received (nil).
signal04    7  TPASS  :  signal04 call succeeded received (nil).
signal04    8  TPASS  :  signal04 call succeeded received (nil).
signal04    9  TPASS  :  signal04 call succeeded received (nil).
signal04   10  TPASS  :  signal04 call succeeded received (nil).
signal04   11  TPASS  :  signal04 call succeeded received (nil).
signal04   12  TPASS  :  signal04 call succeeded received (nil).
signal04   13  TPASS  :  signal04 call succeeded received (nil).
signal04   14  TPASS  :  signal04 call succeeded received (nil).
signal04   15  TPASS  :  signal04 call succeeded received (nil).
signal04   16  TPASS  :  signal04 call succeeded received (nil).
signal04   17  TPASS  :  signal04 call succeeded received (nil).
signal04   18  TPASS  :  signal04 call succeeded received (nil).
signal04   19  TPASS  :  signal04 call succeeded received (nil).
signal04   20  TPASS  :  signal04 call succeeded received (nil).
signal04   21  TPASS  :  signal04 call succeeded received (nil).
signal04   22  TPASS  :  signal04 call succeeded received (nil).
signal04   23  TPASS  :  signal04 call succeeded received (nil).
signal04   24  TPASS  :  signal04 call succeeded received (nil).
signal04   25  TPASS  :  signal04 call succeeded received (nil).
signal04   26  TPASS  :  signal04 call succeeded received (nil).
signal04   27  TPASS  :  signal04 call succeeded received (nil).
signal04   28  TPASS  :  signal04 call succeeded received (nil).
syscalls:signal05 passed
signal05    1  TPASS  :  signal05 call succeeded
signal05    2  TPASS  :  signal05 call succeeded
signal05    3  TPASS  :  signal05 call succeeded
signal05    4  TPASS  :  signal05 call succeeded
signal05    5  TPASS  :  signal05 call succeeded
signal05    6  TPASS  :  signal05 call succeeded
signal05    7  TPASS  :  signal05 call succeeded
signal05    8  TPASS  :  signal05 call succeeded
signal05    9  TPASS  :  signal05 call succeeded
signal05   10  TPASS  :  signal05 call succeeded
signal05   11  TPASS  :  signal05 call succeeded
signal05   12  TPASS  :  signal05 call succeeded
signal05   13  TPASS  :  signal05 call succeeded
signal05   14  TPASS  :  signal05 call succeeded
signal05   15  TPASS  :  signal05 call succeeded
signal05   16  TPASS  :  signal05 call succeeded
signal05   17  TPASS  :  signal05 call succeeded
signal05   18  TPASS  :  signal05 call succeeded
signal05   19  TPASS  :  signal05 call succeeded
signal05   20  TPASS  :  signal05 call succeeded
signal05   21  TPASS  :  signal05 call succeeded
signal05   22  TPASS  :  signal05 call succeeded
signal05   23  TPASS  :  signal05 call succeeded
signal05   24  TPASS  :  signal05 call succeeded
signal05   25  TPASS  :  signal05 call succeeded
signal05   26  TPASS  :  signal05 call succeeded
signal05   27  TPASS  :  signal05 call succeeded
signal05   28  TPASS  :  signal05 call succeeded
signal05   29  TPASS  :  signal05 call succeeded
signal05   30  TPASS  :  signal05 call succeeded
signal05   31  TPASS  :  signal05 call succeeded
syscalls:signal06 passed

syscalls:signalfd01 passed
signalfd01    1  TPASS  :  signalfd is created successfully
signalfd01    2  TPASS  :  signalfd is successfully reassigned
syscalls:signalfd4_01 passed
signalfd4_01    1  TPASS  :  signalfd4(SFD_CLOEXEC) Passed
syscalls:signalfd4_02 passed
signalfd4_02    1  TPASS  :  signalfd4(SFD_NONBLOCK) PASSED
syscalls:sigpending02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigpending02.c:25: TINFO: Testing libc sigpending()
sigpending02.c:118: TPASS: basic sigpending test successful
sigpending02.c:148: TPASS: expected failure: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigpending02.c:28: TINFO: Testing __NR_sigpending syscall
sigpending02.c:47: TCONF: syscall(-1) __NR_sigpending not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigpending02.c:31: TINFO: Testing __NR_rt_sigpending syscall
sigpending02.c:118: TPASS: basic sigpending test successful
sigpending02.c:148: TPASS: expected failure: EFAULT (14)

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:sigprocmask01 passed
sigprocmask01    1  TPASS  :  Functionality of sigprocmask() Successful
syscalls:sigrelse01 passed
sigrelse01    1  TPASS  :  sigrelse() released all 55 signals under test.
syscalls:sigsuspend01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigsuspend01.c:60: TPASS: sigsuspend() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:sigtimedwait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigwait.c:27: TPASS: Wait interrupted by expected signal
sigwait.c:88: TPASS: struct siginfo is correct
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:113: TPASS: Wait interrupted by expected signal
sigwait.c:259: TPASS: Wait interrupted by expected signal
sigwait.c:268: TPASS: sigwaitinfo restored the original mask
sigwait.c:302: TPASS: Fault occurred while accessing the buffers
sigwait.c:344: TPASS: Child exited with expected code
sigwait.c:367: TPASS: Fault occurred while accessing the buffers
sigwait.c:57: TPASS: Wait interrupted by timeout

Summary:
passed   11
failed   0
broken   0
skipped  0
warnings 0
syscalls:sigwait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigwait.c:113: TPASS: Wait interrupted by expected signal
sigwait.c:259: TPASS: Wait interrupted by expected signal
sigwait.c:268: TPASS: sigwaitinfo restored the original mask

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sigwaitinfo01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sigwait.c:27: TPASS: Wait interrupted by expected signal
sigwait.c:88: TPASS: struct siginfo is correct
sigwait.c:148: TPASS: struct siginfo is correct
sigwait.c:160: TPASS: sigwaitinfo restored the original mask
sigwait.c:113: TPASS: Wait interrupted by expected signal
sigwait.c:259: TPASS: Wait interrupted by expected signal
sigwait.c:268: TPASS: sigwaitinfo restored the original mask
sigwait.c:302: TPASS: Fault occurred while accessing the buffers
sigwait.c:344: TPASS: Child exited with expected code

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:socket01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socket01.c:66: TPASS: invalid domain successful
socket01.c:66: TPASS: invalid type successful
socket01.c:66: TPASS: UNIX domain dgram successful
socket01.c:66: TPASS: raw open as non-root successful
socket01.c:66: TPASS: UDP socket successful
socket01.c:66: TPASS: UDP stream successful
socket01.c:66: TPASS: TCP dgram successful
socket01.c:66: TPASS: TCP socket successful
socket01.c:66: TPASS: ICMP stream successful

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:socket02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socket02.c:58: TPASS: socket() passed to set no close-on-exec flag
socket02.c:58: TPASS: socket() passed to set close-on-exec flag
socket02.c:58: TPASS: socket() passed to set no non-blocking flag
socket02.c:58: TPASS: socket() passed to set non-blocking flag

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:socketcall01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketcall01.c:35: TCONF: syscall(-1) __NR_socketcall not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:socketcall02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketcall02.c:36: TINFO: invalid call(<1)
socketcall02.c:38: TCONF: syscall(-1) __NR_socketcall not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:socketcall03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketcall03.c:32: TCONF: syscall(-1) __NR_socketcall not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:socketpair01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketpair01.c:70: TPASS: invalid domain successful
socketpair01.c:70: TPASS: invalid type successful
socketpair01.c:70: TPASS: UNIX domain dgram successful
socketpair01.c:70: TPASS: raw open as non-root successful
socketpair01.c:70: TPASS: bad aligned pointer successful
socketpair01.c:70: TPASS: bad unaligned pointer successful
socketpair01.c:70: TPASS: UDP socket successful
socketpair01.c:70: TPASS: TCP dgram successful
socketpair01.c:70: TPASS: TCP socket successful
socketpair01.c:70: TPASS: ICMP stream successful

Summary:
passed   10
failed   0
broken   0
skipped  0
warnings 0
syscalls:socketpair02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
socketpair02.c:66: TPASS: socketpair() passed to set no close-on-exec flag
socketpair02.c:66: TPASS: socketpair() passed to set close-on-exec flag
socketpair02.c:66: TPASS: socketpair() passed to set no non-blocking flag
socketpair02.c:66: TPASS: socketpair() passed to set non-blocking flag

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:sockioctl01 passed
sockioctl01    1  TPASS  :  bad file descriptor successful
sockioctl01    2  TPASS  :  not a socket successful
sockioctl01    3  TPASS  :  invalid option buffer successful
sockioctl01    4  TPASS  :  ATMARK on UDP successful
sockioctl01    5  TPASS  :  SIOCGIFCONF successful
sockioctl01    6  TPASS  :  SIOCGIFFLAGS successful
sockioctl01    7  TPASS  :  SIOCGIFFLAGS with invalid ifr successful
sockioctl01    8  TPASS  :  SIOCSIFFLAGS with invalid ifr successful
syscalls:splice01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
splice01.c:48: TPASS: Written data has been read back correctly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:splice02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
splice02.c:135: TINFO: writting 1048576 bytes
splice02.c:87: TINFO: checking file content
splice02.c:111: TPASS: splice() system call passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:splice03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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
syscalls:splice04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
splice04.c:33: TINFO: splice size = 65536
splice04.c:69: TPASS: splice(2) from pipe to pipe run pass.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:splice05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
splice05.c:43: TINFO: splice size = 65536
splice05.c:94: TPASS: splice(2): pipe <-> socket run pass.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tee01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tee01.c:45: TPASS: Written data has been read back correctly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tee02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tee02.c:72: TPASS: tee() failed as expected: EINVAL (22)
tee02.c:72: TPASS: tee() failed as expected: EINVAL (22)
tee02.c:72: TPASS: tee() failed as expected: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:ssetmask01 passed

syscalls:stat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat01.c:75: TPASS: stat(test_fileread)
stat01.c:75: TPASS: stat(test_filenoread)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat01_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat01.c:75: TPASS: stat(test_fileread)
stat01.c:75: TPASS: stat(test_filenoread)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat02.c:67: TPASS: File size reported as expected
stat02.c:67: TPASS: File size reported as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat02.c:67: TPASS: File size reported as expected
stat02.c:67: TPASS: File size reported as expected

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat03.c:55: TPASS: stat() failed as expected: EACCES (13)
stat03.c:55: TPASS: stat() failed as expected: EFAULT (14)
stat03.c:55: TPASS: stat() failed as expected: ENAMETOOLONG (36)
stat03.c:55: TPASS: stat() failed as expected: ENOENT (2)
stat03.c:55: TPASS: stat() failed as expected: ENOTDIR (20)
stat03.c:55: TPASS: stat() failed as expected: ELOOP (40)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stat03.c:55: TPASS: stat() failed as expected: EACCES (13)
stat03.c:55: TPASS: stat() failed as expected: EFAULT (14)
stat03.c:55: TPASS: stat() failed as expected: ENAMETOOLONG (36)
stat03.c:55: TPASS: stat() failed as expected: ENOENT (2)
stat03.c:55: TPASS: stat() failed as expected: ENOTDIR (20)
stat03.c:55: TPASS: stat() failed as expected: ELOOP (40)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:stat04 passed
stat04      1  TPASS  :  Getting stat info about object file through symbolic link file is ok
stat04      2  TPASS  :  Stat(2) error when accessing non-existent object through symbolic link is caught
stat04      3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:stat04_64 passed
stat04_64    1  TPASS  :  Getting stat info about object file through symbolic link file is ok
stat04_64    2  TPASS  :  Stat(2) error when accessing non-existent object through symbolic link is caught
stat04_64    3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:statfs01 passed
statfs01    1  TPASS  :  statfs(tfile_25218, ..) returned 0
syscalls:statfs01_64 passed
statfs01    1  TPASS  :  statfs(tfile_25219, ..) returned 0
syscalls:statfs02 passed
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
syscalls:statfs02_64 passed
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
syscalls:statfs03 passed
statfs03    1  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:statfs03_64 passed
statfs03    1  TPASS  :  expected failure - errno = 13 : Permission denied
syscalls:statvfs01 passed
statvfs01    1  TPASS  :  statvfs(/, ...) passed
statvfs01    0  TINFO  :  This call is similar to statfs
statvfs01    0  TINFO  :  Extracting info about the '/' file system
statvfs01    0  TINFO  :  file system block size = 4096 bytes
statvfs01    0  TINFO  :  file system fragment size = 4096 bytes
statvfs01    0  TINFO  :  file system free blocks = 643858
statvfs01    0  TINFO  :  file system total inodes = 941616
statvfs01    0  TINFO  :  file system free inodes = 660125
statvfs01    0  TINFO  :  file system id = 12872266360876164591
statvfs01    0  TINFO  :  file system max filename length = 255
syscalls:statvfs02 passed
statvfs02    1  TPASS  :  statvfs() failed as expected: TEST_ERRNO=EFAULT(14): Bad address
statvfs02    2  TPASS  :  statvfs() failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
statvfs02    3  TPASS  :  statvfs() failed as expected: TEST_ERRNO=ENAMETOOLONG(36): File name too long
statvfs02    4  TPASS  :  statvfs() failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
statvfs02    5  TPASS  :  statvfs() failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
syscalls:stime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:46: TINFO: Testing libc stime()
stime01.c:46: TINFO: pt.tv_sec: 1624606625
stime01.c:47: TPASS: system time was set to 1624606625
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:49: TINFO: Testing SYS_stime syscall
stime_var.h:28: TCONF: syscall(-1) __NR_stime not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:52: TINFO: Testing SYS_settimeofday syscall
stime01.c:46: TINFO: pt.tv_sec: 1624606655
stime01.c:47: TPASS: system time was set to 1624606655

Summary:
passed   2
failed   0
broken   0
skipped  1
warnings 0
syscalls:stime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:46: TINFO: Testing libc stime()
stime02.c:37: TPASS: stime(2) fails, Caller not root: EPERM (1)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:49: TINFO: Testing SYS_stime syscall
stime_var.h:28: TCONF: syscall(-1) __NR_stime not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
stime_var.h:52: TINFO: Testing SYS_settimeofday syscall
stime02.c:37: TPASS: stime(2) fails, Caller not root: EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  1
warnings 0
syscalls:string01 passed
string01    1  TPASS  :  Test passed
syscalls:swapoff01 passed

syscalls:swapoff02 passed

syscalls:swapon01 passed

syscalls:swapon02 passed

syscalls:swapon03 passed

syscalls:switch01 passed

syscalls:symlink01 passed
symlink01    1  TPASS  :  Creation of symbolic link file to no object file is ok
symlink01    2  TPASS  :  Creation of symbolic link file to no object file is ok
symlink01    3  TPASS  :  Creation of symbolic link file and object file via symbolic link is ok
symlink01    4  TPASS  :  Creating an existing symbolic link file error is caught
symlink01    5  TPASS  :  Creating a symbolic link which exceeds maximum pathname error is caught
syscalls:symlink02 passed

syscalls:symlink03 passed
symlink03    1  TPASS  :  symlink() Fails, No Search permissions to process, errno=13
symlink03    2  TPASS  :  symlink() Fails, Specified symlink already exists, errno=17
symlink03    3  TPASS  :  symlink() Fails, Invalid address, errno=14
symlink03    4  TPASS  :  symlink() Fails, Symlink path too long, errno=36
symlink03    5  TPASS  :  symlink() Fails, Symlink Pathname is empty, errno=2
symlink03    6  TPASS  :  symlink() Fails, Symlink Path contains regular file, errno=20
syscalls:symlink04 passed
symlink04    1  TPASS  :  symlink(testfile, slink_file) functionality successful
syscalls:symlink05 passed
symlink05    1  TPASS  :  symlink(testfile, slink_file) functionality successful
syscalls:symlinkat01 passed
symlinkat01    1  TPASS  :  Test passed
symlinkat01    2  TPASS  :  Test passed
symlinkat01    3  TPASS  :  Test passed
symlinkat01    4  TPASS  :  Test passed
symlinkat01    5  TPASS  :  symlinkat() returned the expected  errno 20: Not a directory
symlinkat01    6  TPASS  :  Test passed
symlinkat01    7  TPASS  :  symlinkat() returned the expected  errno 9: Bad file descriptor
symlinkat01    8  TPASS  :  Test passed
symlinkat01    9  TPASS  :  symlinkat() returned the expected  errno 2: No such file or directory
symlinkat01   10  TPASS  :  Test passed
syscalls:sync01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync01.c:47: TPASS: Test file synced to device

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:syncfs01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syncfs01.c:51: TPASS: Test filesystem synced to device

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:sync_file_range01 passed
sync_file_range01    1  TPASS  :  got expected error: TEST_ERRNO=EBADF(9): Bad file descriptor
sync_file_range01    2  TPASS  :  got expected error: TEST_ERRNO=ESPIPE(29): Illegal seek
sync_file_range01    3  TPASS  :  got expected error: TEST_ERRNO=EINVAL(22): Invalid argument
sync_file_range01    4  TPASS  :  got expected error: TEST_ERRNO=EINVAL(22): Invalid argument
sync_file_range01    5  TPASS  :  got expected error: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:sync_file_range02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:148: TINFO: Skipping ntfs as requested by the test
tst_supported_fs_types.c:148: TINFO: Skipping tmpfs as requested by the test
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sync_file_range02.c:111: TINFO: Pre-filling file
sync_file_range02.c:71: TPASS: Sync equals write
sync_file_range02.c:71: TPASS: Sync inside of write
sync_file_range02.c:71: TPASS: Sync overlaps with write

Summary:
passed   15
failed   0
broken   0
skipped  0
warnings 0
syscalls:syscall01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
syscall01.c:28: TPASS: getpid() == syscall(SYS_getpid)
syscall01.c:43: TPASS: getuid() == syscall(SYS_getuid)
syscall01.c:58: TPASS: getgid() == syscall(SYS_getgid)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:sysconf01 passed
sysconf01    1  TPASS  :  _SC_CLK_TCK = 100
sysconf01    2  TPASS  :  _SC_ARG_MAX = 2097152
sysconf01    3  TPASS  :  _SC_CHILD_MAX = 3388
sysconf01    4  TPASS  :  _SC_OPEN_MAX = 1024
sysconf01    5  TPASS  :  _SC_JOB_CONTROL = 1
sysconf01    6  TPASS  :  _SC_SAVED_IDS = 1
sysconf01    7  TPASS  :  _SC_VERSION = 200809
sysconf01    8  TPASS  :  _SC_PASS_MAX = 8192
sysconf01    9  TPASS  :  _SC_LOGIN_NAME_MAX = 256
sysconf01   10  TPASS  :  _SC_XOPEN_VERSION = 700
sysconf01   11  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_TZNAME_MAX
sysconf01   12  TPASS  :  _SC_STREAM_MAX = 16
sysconf01   13  TPASS  :  _SC_XOPEN_CRYPT = 1
sysconf01   14  TPASS  :  _SC_XOPEN_ENH_I18N = 1
sysconf01   15  TPASS  :  _SC_XOPEN_SHM = 1
sysconf01   16  TPASS  :  _SC_XOPEN_XCU_VERSION = 4
sysconf01   17  TPASS  :  _SC_ATEXIT_MAX = 2147483647
sysconf01   18  TPASS  :  _SC_2_C_BIND = 200809
sysconf01   19  TPASS  :  _SC_2_C_DEV = 200809
sysconf01   20  TPASS  :  _SC_2_C_VERSION = 200809
sysconf01   21  TPASS  :  _SC_2_CHAR_TERM = 200809
sysconf01   22  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_2_FORT_DEV
sysconf01   23  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_2_FORT_RUN
sysconf01   24  TPASS  :  _SC_2_LOCALEDEF = 200809
sysconf01   25  TPASS  :  _SC_2_SW_DEV = 200809
sysconf01   26  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_2_UPE
sysconf01   27  TPASS  :  _SC_2_VERSION = 200809
sysconf01   28  TPASS  :  _SC_BC_BASE_MAX = 99
sysconf01   29  TPASS  :  _SC_BC_DIM_MAX = 2048
sysconf01   30  TPASS  :  _SC_BC_SCALE_MAX = 99
sysconf01   31  TPASS  :  _SC_BC_STRING_MAX = 1000
sysconf01   32  TPASS  :  _SC_COLL_WEIGHTS_MAX = 255
sysconf01   33  TPASS  :  _SC_EXPR_NEST_MAX = 32
sysconf01   34  TPASS  :  _SC_LINE_MAX = 2048
sysconf01   35  TPASS  :  _SC_RE_DUP_MAX = 32767
sysconf01   36  TPASS  :  _SC_XOPEN_UNIX = 1
sysconf01   37  TPASS  :  _SC_PAGESIZE = 4096
sysconf01   38  TPASS  :  _SC_PHYS_PAGES = 233984
sysconf01   39  TPASS  :  _SC_AVPHYS_PAGES = 136430
sysconf01   40  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_AIO_MAX
sysconf01   41  TPASS  :  _SC_AIO_PRIO_DELTA_MAX = 20
sysconf01   42  TPASS  :  _SC_SEMAPHORES = 200809
sysconf01   43  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_SEM_NSEMS_MAX
sysconf01   44  TPASS  :  _SC_SEM_VALUE_MAX = 2147483647
sysconf01   45  TPASS  :  _SC_MEMORY_PROTECTION = 200809
sysconf01   46  TPASS  :  _SC_FSYNC = 200809
sysconf01   47  TPASS  :  _SC_MEMORY_PROTECTION = 200809
sysconf01   48  TPASS  :  _SC_TIMERS = 200809
sysconf01   49  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_TIMER_MAX
sysconf01   50  TPASS  :  _SC_MAPPED_FILES = 200809
sysconf01   51  TPASS  :  _SC_THREAD_PRIORITY_SCHEDULING = 200809
sysconf01   52  TPASS  :  _SC_XOPEN_LEGACY = 1
sysconf01   53  TPASS  :  _SC_MEMLOCK = 200809
sysconf01   54  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_XBS5_ILP32_OFF32
sysconf01   55  TCONF  :  sysconf01.c:66: Not supported sysconf resource: _SC_XBS5_ILP32_OFFBIG
sysconf01   56  TPASS  :  The invalid sysconf key was trapped appropriately
syscalls:sysctl01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sysctl01.c:53: TCONF: syscall(1078) __NR__sysctl not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:sysctl03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sysctl03.c:76: TINFO: this test's results are based on potentially undocumented behavior in the kernel. read the NOTE in the source file for more details
sysctl03.c:55: TCONF: syscall(1078) __NR__sysctl not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
sysctl03.c:55: TCONF: syscall(1078) __NR__sysctl not supported
syscalls:sysctl04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sysctl04.c:52: TCONF: syscall(1078) __NR__sysctl not supported

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

syscalls:sysfs02 passed

syscalls:sysfs03 passed

syscalls:sysfs04 passed

syscalls:sysfs05 passed

syscalls:sysfs06 passed

syscalls:sysinfo01 passed
sysinfo01    1  TPASS  :  Test to check the return code PASSED
syscalls:sysinfo02 passed
sysinfo02    1  TPASS  :  Test to check the error code 14 PASSED
syscalls:sysinfo03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_TIME_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_TIME_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:syslog01 passed
syslog01    0  TINFO  :  Send messages to syslogd at some level 
syslog01    0  TINFO  :  and facility and grep for those messages.
syslog01    0  TINFO  :  testing whether messages are logged into log file
syslog01    0  TINFO  :  restarting syslog daemon
syslog01    0  TINFO  :  restarting syslog daemon
syscalls:syslog02 passed
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
syscalls:syslog03 passed
syslog03    0  TINFO  :  Do openlog(), log the messages and see whether
syslog03    0  TINFO  :  ident string is prepended to the message.
syslog03    0  TINFO  :  restarting syslog daemon
syslog03    0  TINFO  :  restarting syslog daemon
syscalls:syslog04 passed
syslog04    0  TINFO  :  case4: Test the logging option: LOG_PID
syslog04    0  TINFO  :  Do openlog() with LOG_PID option and see whether pid
syslog04    0  TINFO  :  is logged with message.
syslog04    0  TINFO  :  Testing the log option: LOG_PID...
syslog04    0  TINFO  :  restarting syslog daemon
syslog04    0  TINFO  :  restarting syslog daemon
syscalls:syslog05 passed
syslog05    0  TINFO  :   case5: Test the logging option: LOG_CONS
syslog05    0  TINFO  :   o Do openlog() with LOG_CONS option.
syslog05    0  TINFO  :   o Disable /dev/syslog by moving it to a temporary file name.
syslog05    0  TINFO  :   o Send the syslog message.
syslog05    0  TINFO  :   o Check whether this is written to the console i.e to
syslog05    0  TINFO  :     the file /usr/adm/ktlog/<this year>/<this month>/<to_day>
syslog05    0  TINFO  :  syslog: Testing the log option: LOG_CONS...
syslog05    0  TINFO  :  restarting syslog daemon
syslog05    0  TINFO  :  restarting syslog daemon
syscalls:syslog06 passed
syslog06    0  TINFO  :   Test the logging option: LOG_NDELAY
syslog06    0  TINFO  :   o Do openlog() without LOG_NDELAY option.
syslog06    0  TINFO  :   o open a file and check the returned file descriptor
syslog06    0  TINFO  :     It should be 3.
syslog06    0  TINFO  :   o Now do openlog() with LOG_NDELAY option.
syslog06    0  TINFO  :   o open a file and check the returned file descriptor.
syslog06    0  TINFO  :     It should be greater than 3.
syslog06    0  TINFO  :  syslog: Testing the log option: LOG_NDELAY...
syslog06    0  TINFO  :  restarting syslog daemon
syslog06    0  TINFO  :  restarting syslog daemon
syscalls:syslog07 passed
syslog07    0  TINFO  :  testing syslog priorities ...
syslog07    0  TINFO  :   o Send syslog messages at all levels and see whether
syslog07    0  TINFO  :     All level messages are logged.
syslog07    0  TINFO  :  restarting syslog daemon
syslog07    0  TINFO  :  restarting syslog daemon
syscalls:syslog08 passed
syslog08    0  TINFO  :   Test all the facilities at a particular level.
syslog08    0  TINFO  :   Facilities available are: LOG_KERN, LOG_USER, LOG_MAIL
syslog08    0  TINFO  :   LOG_DAEMON, LOG_AUTH, LOG_LPR.
syslog08    0  TINFO  :   Don't know how to send kernel messages from syslog()
syslog08    0  TINFO  :   o Create seperate entries in config file for each facility.
syslog08    0  TINFO  :   o Send the message and grep for the entry in log file.
syslog08    0  TINFO  :  testing all the facilities
syslog08    0  TINFO  :  Doing facility: user...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility user passed
syslog08    0  TINFO  :  Doing facility: mail...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility mail passed
syslog08    0  TINFO  :  Doing facility: daemon...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility daemon passed
syslog08    0  TINFO  :  Doing facility: auth...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility auth passed
syslog08    0  TINFO  :  Doing facility: lpr...
syslog08    0  TINFO  :  restarting syslog daemon
syslog08    1  TPASS  :   Facility lpr passed
syslog08    0  TINFO  :  restarting syslog daemon
syscalls:syslog09 passed
syslog09    0  TINFO  :   Test setlogmask() with LOG_UPTO macro.
syslog09    0  TINFO  :   o Use setlogmask() with LOG_UPTO macro to set some priority
syslog09    0  TINFO  :     level.
syslog09    0  TINFO  :   o Send message which is lower priority than the one
syslog09    0  TINFO  :     set above, which should not be logged
syslog09    0  TINFO  :  syslog: Testing setlogmask() with LOG_UPTO macro
syslog09    0  TINFO  :  restarting syslog daemon
syslog09    0  TINFO  :  restarting syslog daemon
syscalls:syslog10 passed
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
syscalls:syslog11 passed
syslog11    1  TPASS  :  syslog() successful for type 0/Close the log
syslog11    2  TPASS  :  syslog() successful for type 1/Open the log
syslog11    3  TPASS  :  syslog() successful for type 2/Read from the log
syslog11    4  TPASS  :  syslog() successful for type 3/Read ring buffer
syslog11    5  TPASS  :  syslog() successful for type 3/Read ring buffer for non-root user
syslog11    6  TPASS  :  syslog() successful for type 8/Set log level to 1
syslog11    7  TPASS  :  syslog() successful for type 8/Set log level to 7(default)
syslog11    8  TPASS  :  syslog() successful for type 6/Disable printk's to console
syslog11    9  TPASS  :  syslog() successful for type 7/Enable printk's to console
syscalls:syslog12 passed
syslog12    1  TPASS  :  syslog() failed as expected for invalid type/command : errno 22
syslog12    2  TPASS  :  syslog() failed as expected for NULL buffer argument : errno 22
syslog12    3  TPASS  :  syslog() failed as expected for negative length argument : errno 22
syslog12    4  TPASS  :  syslog() failed as expected for non-root user : errno 1
syslog12    5  TPASS  :  syslog() failed as expected for console level less than 0 : errno 22
syslog12    6  TPASS  :  syslog() failed as expected for console level greater than 8 : errno 22
syscalls:tgkill01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tgkill01.c:99: TPASS: SIGUSR1 delivered to correct threads

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tgkill02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tgkill02.c:55: TPASS: tgkill() failed with EAGAIN as expected

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tgkill03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 20s
tgkill03.c:101: TPASS: Invalid tgid failed as expected: EINVAL (22)
tgkill03.c:101: TPASS: Invalid tid failed as expected: EINVAL (22)
tgkill03.c:101: TPASS: Invalid signal failed as expected: EINVAL (22)
tgkill03.c:101: TPASS: Defunct tid failed as expected: ESRCH (3)
tgkill03.c:101: TPASS: Defunct tgid failed as expected: ESRCH (3)
tgkill03.c:108: TPASS: Valid tgkill call succeeded

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:time01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
time01.c:36: TPASS: time() returned value 1624607467
time01.c:40: TPASS: time() returned value 1624607467, stored value 1624607467 are same

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:times01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
times01.c:25: TPASS: times(&mytimes) returned 439158083

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:times03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
times03.c:89: TPASS: buf1.tms_utime <= 5
times03.c:94: TPASS: buf1.tms_stime <= 5
times03.c:105: TPASS: buf2.tms_utime = 145
times03.c:112: TPASS: buf1.tms_utime (0) < buf2.tms_utime (145)
times03.c:118: TPASS: buf2.tms_stime = 172
times03.c:125: TPASS: buf1.tms_stime (0) < buf2.tms_stime (172)
times03.c:131: TPASS: buf2.tms_cutime = 0
times03.c:136: TPASS: buf2.tms_cstime = 0
times03.c:156: TPASS: buf2.tms_utime (145) <= buf3.tms_utime (145)
times03.c:164: TPASS: buf2.tms_stime (172) <= buf3.tms_stime (172)
times03.c:170: TPASS: buf3.tms_cutime = 166
times03.c:175: TPASS: buf3.tms_cstime = 233

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:timerfd01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd01.c:153: TINFO: Testing variant: syscall with old kernel spec
timerfd01.c:102: TINFO: testing CLOCK MONOTONIC
timerfd01.c:106: TINFO: relative timer (100 ms)
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:110: TINFO: absolute timer (100 ms)
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:115: TINFO: sequential timer (50 ms)
timerfd01.c:128: TPASS: Timer read back value is relative
timerfd01.c:89: TPASS: got 3 tick(s)
timerfd01.c:134: TINFO: testing with O_NONBLOCK
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:146: TPASS: read failed with: EAGAIN/EWOULDBLOCK (11)
timerfd01.c:102: TINFO: testing CLOCK REALTIME
timerfd01.c:106: TINFO: relative timer (100 ms)
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:110: TINFO: absolute timer (100 ms)
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:115: TINFO: sequential timer (50 ms)
timerfd01.c:128: TPASS: Timer read back value is relative
timerfd01.c:89: TPASS: got 3 tick(s)
timerfd01.c:134: TINFO: testing with O_NONBLOCK
timerfd01.c:89: TPASS: got 1 tick(s)
timerfd01.c:146: TPASS: read failed with: EAGAIN/EWOULDBLOCK (11)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd01.c:153: TINFO: Testing variant: syscall time64 with kernel spec
timerfd01.c:102: TINFO: testing CLOCK MONOTONIC
timerfd01.c:106: TINFO: relative timer (100 ms)
../../../../include/tst_timer.h:362: TCONF: syscall(411) __NR_timerfd_settime64 not supported

Summary:
passed   12
failed   0
broken   0
skipped  1
warnings 0
syscalls:timerfd02 passed
timerfd02    1  TPASS  :  timerfd_create(TFD_CLOEXEC) Passed
syscalls:timerfd03 passed
timerfd03    1  TPASS  :  timerfd_create(TFD_NONBLOCK) PASSED
syscalls:timerfd04 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_kconfig.c:500: TINFO: Constrain 'CONFIG_TIME_NS=y' not satisfied!
tst_kconfig.c:449: TINFO: Variables:
tst_kconfig.c:458: TINFO:  CONFIG_TIME_NS Undefined
tst_kconfig.c:513: TCONF: Aborting due to unsuitable kernel config, see above!
syscalls:timerfd_create01 passed
timerfd_create01    1  TPASS  :  timerfd_create() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
timerfd_create01    2  TPASS  :  timerfd_create() failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
syscalls:timerfd_gettime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_gettime01.c:48: TINFO: Testing variant: syscall with old kernel spec
timerfd_gettime01.c:89: TPASS: timerfd_gettime() failed as expected: EBADF (9)
timerfd_gettime01.c:89: TPASS: timerfd_gettime() failed as expected: EFAULT (14)
timerfd_gettime01.c:89: TPASS: timerfd_gettime() failed as expected: EINVAL (22)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_gettime01.c:48: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:350: TCONF: syscall(410) __NR_timerfd_gettime64 not supported

Summary:
passed   3
failed   0
broken   0
skipped  1
warnings 0
syscalls:timerfd_settime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_settime01.c:53: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:362: TCONF: syscall(411) __NR_timerfd_settime64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:timerfd_settime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_settime02.c:47: TINFO: Testing variant: syscall with old kernel spec
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =    84ns, avg_dev =    41ns, dev_ratio = 0.49 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 12205ns, avg_dev =  8035ns, dev_ratio = 0.66 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 10338ns, avg_dev =  3328ns, dev_ratio = 0.32 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg =  1950ns, avg_dev =  4830ns, dev_ratio = 2.48 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  7342  , avg_dev =  3851  , dev_ratio = 0.52 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
timerfd_settime02.c:105: TPASS: Nothing bad happened, probably
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timerfd_settime02.c:47: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:362: TCONF: syscall(411) __NR_timerfd_settime64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:timer_create01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_create01.c:51: TINFO: Testing notification type: SIGEV_NONE
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI
timer_create01.c:51: TINFO: Testing notification type: SIGEV_SIGNAL
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI
timer_create01.c:51: TINFO: Testing notification type: SIGEV_THREAD
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI
timer_create01.c:51: TINFO: Testing notification type: SIGEV_THREAD_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI
timer_create01.c:51: TINFO: Testing notification type: NULL
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_REALTIME
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_MONOTONIC
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_PROCESS_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_THREAD_CPUTIME_ID
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_BOOTTIME
timer_create01.c:86: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:86: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_create01.c:96: TPASS: Timer successfully created for CLOCK_TAI

Summary:
passed   30
failed   0
broken   0
skipped  10
warnings 0
syscalls:timer_create02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_create02.c:73: TPASS: invalid sigevent struct failed as expected: EFAULT (14)
timer_create02.c:73: TPASS: invalid timer ID failed as expected: EFAULT (14)
timer_create02.c:73: TPASS: invalid clock failed as expected: EINVAL (22)
timer_create02.c:73: TPASS: wrong sigev_notify failed as expected: EINVAL (22)
timer_create02.c:73: TPASS: wrong sigev_signo failed as expected: EINVAL (22)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:timer_create03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_create03.c:47: TPASS: timer_create() failed as expected: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:timer_delete01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_delete01.c:39: TINFO: Testing CLOCK_REALTIME
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_MONOTONIC
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_PROCESS_CPUTIME_ID
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_THREAD_CPUTIME_ID
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_BOOTTIME
timer_delete01.c:57: TPASS: Timer deleted successfully!
timer_delete01.c:39: TINFO: Testing CLOCK_BOOTTIME_ALARM
timer_delete01.c:46: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_delete01.c:39: TINFO: Testing CLOCK_REALTIME_ALARM
timer_delete01.c:46: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_delete01.c:39: TINFO: Testing CLOCK_TAI
timer_delete01.c:57: TPASS: Timer deleted successfully!

Summary:
passed   6
failed   0
broken   0
skipped  2
warnings 0
syscalls:timer_delete02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_delete02.c:30: TPASS: Failed as expected: EINVAL (22)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:timer_getoverrun01 passed
timer_getoverrun01    1  TPASS  :  timer_getoverrun(CLOCK_REALTIME) Passed
timer_getoverrun01    2  TPASS  :  timer_gettime(-1) Failed: EINVAL
syscalls:timer_gettime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_gettime01.c:34: TINFO: Testing variant: syscall with old kernel spec
timer_gettime01.c:61: TPASS: timer_gettime() Passed
timer_gettime01.c:68: TPASS: timer_gettime(-1) Failed: EINVAL
timer_gettime01.c:74: TPASS: timer_gettime(NULL) Failed: EFAULT
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_gettime01.c:34: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:328: TCONF: syscall(408) __NR_timer_gettime64 not supported

Summary:
passed   3
failed   0
broken   0
skipped  1
warnings 0
syscalls:timer_settime01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime01.c:85: TINFO: Testing variant: syscall with old kernel spec
timer_settime01.c:96: TINFO: Testing for general initialization:
timer_settime01.c:172: TPASS: timer_settime(CLOCK_REALTIME) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_MONOTONIC) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_PROCESS_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_THREAD_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_BOOTTIME) passed
timer_settime01.c:112: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:112: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:172: TPASS: timer_settime(CLOCK_TAI) passed
timer_settime01.c:96: TINFO: Testing for setting old_value:
timer_settime01.c:172: TPASS: timer_settime(CLOCK_REALTIME) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_MONOTONIC) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_PROCESS_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_THREAD_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_BOOTTIME) passed
timer_settime01.c:112: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:112: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:172: TPASS: timer_settime(CLOCK_TAI) passed
timer_settime01.c:96: TINFO: Testing for using periodic timer:
timer_settime01.c:172: TPASS: timer_settime(CLOCK_REALTIME) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_MONOTONIC) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_PROCESS_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_THREAD_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_BOOTTIME) passed
timer_settime01.c:112: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:112: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:172: TPASS: timer_settime(CLOCK_TAI) passed
timer_settime01.c:96: TINFO: Testing for using absolute time:
timer_settime01.c:172: TPASS: timer_settime(CLOCK_REALTIME) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_MONOTONIC) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_PROCESS_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_THREAD_CPUTIME_ID) passed
timer_settime01.c:172: TPASS: timer_settime(CLOCK_BOOTTIME) passed
timer_settime01.c:112: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:112: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime01.c:172: TPASS: timer_settime(CLOCK_TAI) passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime01.c:85: TINFO: Testing variant: syscall time64 with kernel spec
timer_settime01.c:96: TINFO: Testing for general initialization:
../../../../include/tst_timer.h:340: TCONF: syscall(409) __NR_timer_settime64 not supported

Summary:
passed   24
failed   0
broken   0
skipped  9
warnings 0
syscalls:timer_settime02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime02.c:74: TINFO: Testing variant: syscall with old kernel spec
timer_settime02.c:85: TINFO: Testing for setting new_set pointer to NULL:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EINVAL (22)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EINVAL (22)
timer_settime02.c:85: TINFO: Testing for setting tv_nsec to a negative value:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EINVAL (22)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EINVAL (22)
timer_settime02.c:85: TINFO: Testing for setting tv_nsec value too high:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EINVAL (22)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EINVAL (22)
timer_settime02.c:85: TINFO: Testing for passing pointer to invalid timer_id:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EINVAL (22)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EINVAL (22)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EINVAL (22)
timer_settime02.c:85: TINFO: Testing for passing invalid address for new_value:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EFAULT (14)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EFAULT (14)
timer_settime02.c:85: TINFO: Testing for passing invalid address for old_value:
timer_settime02.c:133: TPASS: CLOCK_REALTIME failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_MONOTONIC failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_PROCESS_CPUTIME_ID failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_THREAD_CPUTIME_ID failed as expected: EFAULT (14)
timer_settime02.c:133: TPASS: CLOCK_BOOTTIME failed as expected: EFAULT (14)
timer_settime02.c:102: TCONF: CLOCK_BOOTTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:102: TCONF: CLOCK_REALTIME_ALARM unsupported: EOPNOTSUPP (95)
timer_settime02.c:133: TPASS: CLOCK_TAI failed as expected: EFAULT (14)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime02.c:74: TINFO: Testing variant: syscall time64 with kernel spec
timer_settime02.c:85: TINFO: Testing for setting new_set pointer to NULL:
../../../../include/tst_timer.h:340: TCONF: syscall(409) __NR_timer_settime64 not supported

Summary:
passed   36
failed   0
broken   0
skipped  13
warnings 0
syscalls:timer_settime03 passed
tst_kconfig.c:64: TINFO: Parsing kernel config '/boot/config-5.4.83-v8+'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
timer_settime03.c:96: TPASS: Timer overrun count is capped

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:tkill01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tkill01.c:43: TPASS: tst_syscall(__NR_tkill, tid, SIGUSR1) passed
tkill01.c:53: TPASS: signal captured

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:tkill02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tkill02.c:48: TPASS: tst_syscall(__NR_tkill) expecting EINVAL: EINVAL (22)
tkill02.c:48: TPASS: tst_syscall(__NR_tkill) expecting ESRCH: ESRCH (3)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:truncate02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
truncate02.c:90: TPASS: truncate(testfile, 256) succeeded
truncate02.c:90: TPASS: truncate(testfile, 512) succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:truncate02_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
truncate02.c:90: TPASS: truncate(testfile, 256) succeeded
truncate02.c:90: TPASS: truncate(testfile, 512) succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:truncate03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
truncate03.c:132: TPASS: truncate() failed as expected: EACCES (13)
truncate03.c:132: TPASS: truncate() failed as expected: ENOTDIR (20)
truncate03.c:132: TPASS: truncate() failed as expected: EFAULT (14)
truncate03.c:132: TPASS: truncate() failed as expected: ENAMETOOLONG (36)
truncate03.c:132: TPASS: truncate() failed as expected: ENOENT (2)
truncate03.c:132: TPASS: truncate() failed as expected: EISDIR (21)
truncate03.c:132: TPASS: truncate() failed as expected: EFBIG (27)
truncate03.c:132: TPASS: truncate() failed as expected: ELOOP (40)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:truncate03_64 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
truncate03.c:132: TPASS: truncate() failed as expected: EACCES (13)
truncate03.c:132: TPASS: truncate() failed as expected: ENOTDIR (20)
truncate03.c:132: TPASS: truncate() failed as expected: EFAULT (14)
truncate03.c:132: TPASS: truncate() failed as expected: ENAMETOOLONG (36)
truncate03.c:132: TPASS: truncate() failed as expected: ENOENT (2)
truncate03.c:132: TPASS: truncate() failed as expected: EISDIR (21)
truncate03.c:132: TPASS: truncate() failed as expected: EFBIG (27)
truncate03.c:132: TPASS: truncate() failed as expected: ELOOP (40)

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:ulimit01 passed
ulimit01    1  TPASS  :  ulimit(1, -1) returned 9223372036854775807
ulimit01    2  TPASS  :  ulimit(2, 9223372036854775807) returned 9223372036854775807
ulimit01    3  TPASS  :  ulimit(2, 9223372036854775806) returned 9223372036854775807
syscalls:umask01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
umask01.c:57: TPASS: All files created with correct mode

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:uname01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
uname01.c:21: TPASS: uname(&un) passed
uname01.c:31: TPASS: sysname set to Linux

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:uname02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
uname02.c:19: TPASS: uname(bad_addr): EFAULT (14)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:uname04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
uname04.c:70: TINFO: Calling uname with default personality
uname04.c:62: TPASS: No bytes leaked
uname04.c:73: TINFO: Calling uname with UNAME26 personality
uname04.c:62: TPASS: No bytes leaked

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:unlink01 passed
unlink01    1  TPASS  :  unlink(2) of symbolic link file with no object file removal is ok
syscalls:unlink05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unlink05.c:61: TPASS: unlink(file) succeeded
unlink05.c:61: TPASS: unlink(fifo) succeeded

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:unlink07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unlink07.c:51: TPASS: unlink(<non-existent file>) failed as expected: ENOENT (2)
unlink07.c:51: TPASS: unlink(<path is empty string>) failed as expected: ENOENT (2)
unlink07.c:51: TPASS: unlink(<path contains a non-existent file>) failed as expected: ENOENT (2)
unlink07.c:51: TPASS: unlink(<invalid address>) failed as expected: EFAULT (14)
unlink07.c:51: TPASS: unlink(<path contains a regular file>) failed as expected: ENOTDIR (20)
unlink07.c:51: TPASS: unlink(<pathname too long>) failed as expected: ENAMETOOLONG (36)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:unlink08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unlink08.c:48: TPASS: unlink(<unwritable directory>) failed as expected: EACCES (13)
unlink08.c:48: TPASS: unlink(<unsearchable directory>) failed as expected: EACCES (13)
unlink08.c:48: TPASS: unlink(<directory>) failed as expected: EISDIR (21)
unlink08.c:48: TPASS: unlink(<directory>) failed as expected: EISDIR (21)

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:unlinkat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: SUCCESS (0)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: SUCCESS (0)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: ENOTDIR (20)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: EBADF (9)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: EINVAL (22)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: SUCCESS (0)
unlinkat01.c:77: TPASS: unlinkat() returned expected errno: SUCCESS (0)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:unshare01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unshare01.c:47: TPASS: unshare(CLONE_FILES) passed
unshare01.c:47: TPASS: unshare(CLONE_FS) passed
unshare01.c:47: TPASS: unshare(CLONE_NEWNS) passed

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:unshare02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
unshare02.c:52: TPASS: unshare(-1): EINVAL (22)
unshare02.c:52: TPASS: unshare(CLONE_NEWNS): EPERM (1)

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:umount01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
umount01.c:39: TPASS: umount() Passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:umount02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
umount02.c:58: TPASS: umount() fails as expected: Already mounted/busy: EBUSY (16)
umount02.c:58: TPASS: umount() fails as expected: Invalid address: EFAULT (14)
umount02.c:58: TPASS: umount() fails as expected: Directory not found: ENOENT (2)
umount02.c:58: TPASS: umount() fails as expected: Invalid  device: EINVAL (22)
umount02.c:58: TPASS: umount() fails as expected: Pathname too long: ENAMETOOLONG (36)

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:umount03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
umount03.c:35: TPASS: umount() fails as expected: EPERM (1)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:umount2_01 passed
mke2fs 1.44.5 (15-Dec-2018)
umount2_01    0  TINFO  :  Found free device 3 '/dev/loop3'
umount2_01    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
umount2_01    1  TPASS  :  umount2(2) Passed
syscalls:umount2_02 passed
mke2fs 1.44.5 (15-Dec-2018)
umount2_02    0  TINFO  :  Found free device 3 '/dev/loop3'
umount2_02    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
umount2_02    1  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
umount2_02    2  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
umount2_02    3  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
umount2_02    4  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
umount2_02    5  TPASS  :  umount2(2) succeeded as expected
syscalls:umount2_03 passed
mke2fs 1.44.5 (15-Dec-2018)
umount2_03    0  TINFO  :  Found free device 3 '/dev/loop3'
umount2_03    0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
umount2_03    1  TPASS  :  umount2(2) failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
umount2_03    2  TPASS  :  umount2(2) succeeded as expected
syscalls:userfaultfd01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 00m 20s
userfaultfd01.c:30: TCONF: syscall(282) __NR_userfaultfd not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:ustat01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ustat01.c:26: TCONF: syscall(-1) __NR_ustat not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:ustat02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
ustat02.c:42: TCONF: syscall(-1) __NR_ustat not supported

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:utime01 passed
utime01     1  TPASS  :  Functionality of utime(tmp_file, NULL) successful
syscalls:utime01A passed
utime01     1  TPASS  :  utime(2) change of object file access and modify times through symbolic link file is ok
utime01     2  TPASS  :  utime(2) error when accessing non-existent object through symbolic link is caught
utime01     3  TPASS  :  Nested symbolic link access condition caught.  ELOOP is returned
syscalls:utime02 passed
utime02     1  TPASS  :  Functionality of utime(tmp_file, NULL) successful
syscalls:utime03 passed
utime03     1  TPASS  :  Functionality of utime(tmp_file, NULL) successful
syscalls:utime04 passed
utime04     1  TPASS  :  Functionality of utime(tmp_file, &times) successful
syscalls:utime05 passed
utime05     1  TPASS  :  Functionality of utime(tmp_file, &times) successful
syscalls:utime06 passed
mke2fs 1.44.5 (15-Dec-2018)
utime06     0  TINFO  :  Found free device 3 '/dev/loop3'
utime06     0  TINFO  :  Formatting /dev/loop3 with ext2 opts='' extra opts=''
utime06     1  TPASS  :  utime failed as expected: TEST_ERRNO=EACCES(13): Permission denied
utime06     2  TPASS  :  utime failed as expected: TEST_ERRNO=ENOENT(2): No such file or directory
utime06     3  TPASS  :  utime failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
utime06     4  TPASS  :  utime failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
syscalls:utimes01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
utimes01.c:84: TPASS: utimes() worked as expected: SUCCESS (0)
utimes01.c:84: TPASS: utimes() worked as expected: SUCCESS (0)
utimes01.c:84: TPASS: utimes() worked as expected: EACCES (13)
utimes01.c:84: TPASS: utimes() worked as expected: ENOENT (2)
utimes01.c:84: TPASS: utimes() worked as expected: EFAULT (14)
utimes01.c:84: TPASS: utimes() worked as expected: EPERM (1)
utimes01.c:84: TPASS: utimes() worked as expected: EROFS (30)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:utimensat01 passed

syscalls:vfork01 passed
vfork01     0  TINFO  :  Attribute values of parent and child match
vfork01     0  TINFO  :  Working directories of parent and child match
vfork01     0  TINFO  :  Device/inode number of parent and childs '/' match
vfork01     0  TINFO  :  Device/inode number of parent and childs '.' don't match
vfork01     1  TPASS  :  Call of vfork() successful
syscalls:vfork02 passed
vfork02     1  TPASS  :  Call to vfork() successful
syscalls:vhangup01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
vhangup01.c:36: TPASS: Got EPERM as expected.

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:vhangup02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
vhangup02.c:33: TPASS: vhangup() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:vmsplice01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
vmsplice01.c:45: TPASS: Written data has been read back correctly

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:vmsplice02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_test.c:1063: TINFO: ext2/ext3/ext4 is supported by the test
vmsplice02.c:83: TPASS: vmsplice() failed as expected: EBADF (9)
vmsplice02.c:83: TPASS: vmsplice() failed as expected: EBADF (9)
vmsplice02.c:83: TPASS: vmsplice() failed as expected: EINVAL (22)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:vmsplice03 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
vmsplice03.c:47: TPASS: Spliced correctly into user memory

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:vmsplice04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
vmsplice04.c:33: TPASS: vmsplice(..., SPLICE_F_NONBLOCK) failed as expected: EAGAIN/EWOULDBLOCK (11)
vmsplice04.c:56: TPASS: vmsplice(..., 0) blocked

Summary:
passed   2
failed   0
broken   0
skipped  0
warnings 0
syscalls:wait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
wait01.c:19: TPASS: wait(NULL): ECHILD (10)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:wait02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
wait02.c:41: TPASS: wait() succeeded

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:wait401 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
wait401.c:40: TPASS: wait4() returned correct pid 26167
wait401.c:49: TPASS: WIFEXITED() is set in status
wait401.c:54: TPASS: WEXITSTATUS() == 0

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:wait402 passed
wait402     1  TPASS  :  received expected failure - errno = 10 - No child processes
syscalls:waitpid01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid01.c:38: TPASS: waitpid() returned correct pid 26171
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
syscalls:waitpid02 passed
waitpid02    1  TPASS  :  received expected pid
waitpid02    2  TPASS  :  received expected signal
waitpid02    3  TPASS  :  received expected exit value
syscalls:waitpid03 passed
waitpid03    1  TPASS  :  Got correct child PID
waitpid03    2  TPASS  :  Condition 2 test passed
syscalls:waitpid04 passed
waitpid04    1  TPASS  :  condition 1 test passed
waitpid04    2  TPASS  :  condition 2 test passed
waitpid04    3  TPASS  :  condition 3 test passed
syscalls:waitpid05 passed
waitpid05    1  TPASS  :  received expected pid.
waitpid05    2  TPASS  :  received expected exit number.
waitpid05    3  TPASS  :  received expected pid.
waitpid05    4  TPASS  :  received expected exit number.
waitpid05    5  TPASS  :  received expected pid.
waitpid05    6  TPASS  :  received expected exit number.
waitpid05    7  TPASS  :  received expected pid.
waitpid05    8  TPASS  :  received expected exit number.
waitpid05    9  TPASS  :  received expected pid.
waitpid05   10  TPASS  :  received expected exit number.
waitpid05   11  TPASS  :  received expected pid.
waitpid05   12  TPASS  :  received expected exit number.
waitpid05   13  TPASS  :  received expected pid.
waitpid05   14  TPASS  :  received expected exit number.
waitpid05   15  TPASS  :  received expected pid.
waitpid05   16  TPASS  :  received expected exit number.
waitpid05   17  TPASS  :  received expected pid.
waitpid05   18  TPASS  :  received expected exit number.
waitpid05   19  TPASS  :  received expected pid.
waitpid05   20  TPASS  :  received expected exit number.
waitpid05   21  TPASS  :  received expected pid.
waitpid05   22  TPASS  :  received expected exit number.
waitpid05   23  TPASS  :  received expected pid.
waitpid05   24  TPASS  :  received expected exit number.
syscalls:waitpid06 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid06.c:54: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid07.c:59: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid08 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid_common.h:129: TINFO: Sending SIGCONT to 26239
waitpid_common.h:129: TINFO: Sending SIGCONT to 26240
waitpid_common.h:129: TINFO: Sending SIGCONT to 26241
waitpid_common.h:129: TINFO: Sending SIGCONT to 26242
waitpid_common.h:129: TINFO: Sending SIGCONT to 26243
waitpid_common.h:129: TINFO: Sending SIGCONT to 26244
waitpid_common.h:129: TINFO: Sending SIGCONT to 26245
waitpid_common.h:129: TINFO: Sending SIGCONT to 26246
waitpid08.c:62: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid09 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid09.c:66: TPASS: waitpid(pid, WNOHANG) = 0 for a running child
waitpid09.c:106: TPASS: waitpid(pid, WNOHANG) = pid for an exited child
waitpid09.c:126: TPASS: waitpid(-1, 0) = -1 with ECHILD if no children
waitpid09.c:145: TPASS: waitpid(-1, WNOHANG) = -1 with ECHILD if no children

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid10 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid10.c:62: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid11 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid11.c:60: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid12 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid12.c:70: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitpid13 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
waitpid_common.h:129: TINFO: Sending SIGCONT to 26391
waitpid_common.h:129: TINFO: Sending SIGCONT to 26392
waitpid_common.h:129: TINFO: Sending SIGCONT to 26393
waitpid_common.h:129: TINFO: Sending SIGCONT to 26394
waitpid_common.h:129: TINFO: Sending SIGCONT to 26387
waitpid_common.h:129: TINFO: Sending SIGCONT to 26388
waitpid_common.h:129: TINFO: Sending SIGCONT to 26389
waitpid_common.h:129: TINFO: Sending SIGCONT to 26390
waitpid13.c:70: TPASS: Test PASSED

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:waitid01 passed
waitid01    0  TINFO  :  Process 26396 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26396 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26397 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26398 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 26396 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26397 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26398 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 26399 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26396 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26397 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26398 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 26399 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26400 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26401 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 26396 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26397 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26398 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 26399 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26400 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26401 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 26402 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26396 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26397 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26398 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 26399 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26400 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26401 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    0  TINFO  :  Process 26402 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 123
waitid01    0  TINFO  :  Process 26403 terminated:
waitid01    0  TINFO  :  code = 1
waitid01    0  TINFO  :  exit value = 0
waitid01    0  TINFO  :  Process 26404 terminated:
waitid01    0  TINFO  :  code = 2
waitid01    0  TINFO  :  signal = 1
waitid01    1  TPASS  :  waitid(): system call passed
syscalls:waitid02 passed
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(2, 26405, 0x7fcfa2ccc0, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26407 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(2, 26405, 0x7fcfa2ccc0, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26407 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(1, 26408, 0x7fcfa2ccc0, 4)
waitid02    5  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26408 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(2, 26405, 0x7fcfa2ccc0, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26407 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(1, 26408, 0x7fcfa2ccc0, 4)
waitid02    5  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26408 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WSTOPPED | WNOWAIT
waitid02    0  TINFO  :  (26405) waitid(1, 26409, 0x7fcfa2ccc0, 16777218)
waitid02    6  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26409 ; si_code = 5 ; si_status = 19
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(2, 26405, 0x7fcfa2ccc0, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26407 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(1, 26408, 0x7fcfa2ccc0, 4)
waitid02    5  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26408 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WSTOPPED | WNOWAIT
waitid02    0  TINFO  :  (26405) waitid(1, 26409, 0x7fcfa2ccc0, 16777218)
waitid02    6  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26409 ; si_code = 5 ; si_status = 19
waitid02    0  TINFO  :  P_PID, WCONTINUED
waitid02    0  TINFO  :  (26405) waitid(1, 26410, 0x7fcfa2ccc0, 8)
waitid02    7  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26410 ; si_code = 6 ; si_status = 18
waitid02    0  TINFO  :  WNOHANG
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 1)
waitid02    1  TPASS  :  exp_errno=22
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED no child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    2  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  WNOHANG | WEXITED with child
waitid02    0  TINFO  :  (26405) waitid(0, 0, 0x7fcfa2ccc0, 5)
waitid02    3  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
waitid02    0  TINFO  :  P_PGID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(2, 26405, 0x7fcfa2ccc0, 4)
waitid02    4  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26407 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WEXITED wait for child
waitid02    0  TINFO  :  (26405) waitid(1, 26408, 0x7fcfa2ccc0, 4)
waitid02    5  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26408 ; si_code = 1 ; si_status = 0
waitid02    0  TINFO  :  P_PID, WSTOPPED | WNOWAIT
waitid02    0  TINFO  :  (26405) waitid(1, 26409, 0x7fcfa2ccc0, 16777218)
waitid02    6  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26409 ; si_code = 5 ; si_status = 19
waitid02    0  TINFO  :  P_PID, WCONTINUED
waitid02    0  TINFO  :  (26405) waitid(1, 26410, 0x7fcfa2ccc0, 8)
waitid02    7  TPASS  :  ret: 0
waitid02    0  TINFO  :  si_pid = 26410 ; si_code = 6 ; si_status = 18
waitid02    0  TINFO  :  P_PID, WEXITED not a child of the calling process
waitid02    0  TINFO  :  (26405) waitid(1, 1, 0x7fcfa2ccc0, 4)
waitid02    8  TPASS  :  exp_errno=10
waitid02    0  TINFO  :  si_pid = 0 ; si_code = 0 ; si_status = 0
syscalls:write01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write01.c:40: TPASS: write() passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:write02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write02.c:25: TPASS: write(fd, NULL, 0) == 0

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:write03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write03.c:49: TPASS: failure of write() did not corrupt the file

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:write04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write04.c:46: TPASS: write() failed expectedly: EAGAIN/EWOULDBLOCK (11)

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:write05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
write05.c:78: TPASS: write() failed expectedly: EBADF (9)
write05.c:78: TPASS: write() failed expectedly: EFAULT (14)
write05.c:78: TPASS: write() failed expectedly: EPIPE (32)

Summary:
passed   3
failed   0
broken   0
skipped  0
warnings 0
syscalls:writev01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
writev01.c:127: TPASS: invalid iov_len, expected: -1 (EINVAL), got: -1 (EINVAL)
writev01.c:127: TPASS: invalid fd, expected: -1 (EBADF), got: -1 (EBADF)
writev01.c:127: TPASS: invalid iovcnt, expected: -1 (EINVAL), got: -1 (EINVAL)
writev01.c:131: TPASS: zero iovcnt, expected: 0, got: 0
writev01.c:131: TPASS: NULL and zero length iovec, expected: 64, got: 64
writev01.c:127: TPASS: write to closed pipe, expected: -1 (EPIPE), got: -1 (EPIPE)

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:writev02 passed
writev02    1  TPASS  :  Received EFAULT as expected
syscalls:writev03 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   -17ns, avg_dev =    62ns, dev_ratio = 3.57 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 83063ns, avg_dev =  6170ns, dev_ratio = 0.07 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 85836ns, avg_dev =  6579ns, dev_ratio = 0.08 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = -2790ns, avg_dev =   749ns, dev_ratio = 0.27 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg = 11922  , avg_dev =  4511  , dev_ratio = 0.38 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   -72ns, avg_dev =    27ns, dev_ratio = 0.38 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 100054ns, avg_dev = 13957ns, dev_ratio = 0.14 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 106636ns, avg_dev = 16844ns, dev_ratio = 0.16 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = -6654ns, avg_dev =  3357ns, dev_ratio = 0.50 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  3534  , avg_dev =  3342  , dev_ratio = 0.95 }
../../../../include/tst_fuzzy_sync.h:534: TINFO: Reached deviation ratios < 0.10, introducing randomness
../../../../include/tst_fuzzy_sync.h:537: TINFO: Delay range is [-172243, 158801]
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 113469, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =  -101ns, avg_dev =    10ns, dev_ratio = 0.10 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 87863ns, avg_dev =  3231ns, dev_ratio = 0.04 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 95300ns, avg_dev =  3038ns, dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = -7538ns, avg_dev =   722ns, dev_ratio = 0.10 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg = 13624  , avg_dev =  1241  , dev_ratio = 0.09 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =    42ns, avg_dev =    73ns, dev_ratio = 1.75 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 90152ns, avg_dev =  4405ns, dev_ratio = 0.05 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 102755ns, avg_dev =  5400ns, dev_ratio = 0.05 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = -12562ns, avg_dev =  2150ns, dev_ratio = 0.17 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  7324  , avg_dev =  4360  , dev_ratio = 0.60 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:672: TINFO: Stopped sampling at 981 (out of 1024) samples, sampling time reached 50% of the total time limit
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 981, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =    43ns, avg_dev =    47ns, dev_ratio = 1.09 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 168748ns, avg_dev =  7815ns, dev_ratio = 0.05 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 149746ns, avg_dev =  7513ns, dev_ratio = 0.05 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 19046ns, avg_dev =   583ns, dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg = 10708  , avg_dev =  2679  , dev_ratio = 0.25 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   -74ns, avg_dev =    30ns, dev_ratio = 0.41 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 86769ns, avg_dev = 22803ns, dev_ratio = 0.26 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 83943ns, avg_dev = 21626ns, dev_ratio = 0.26 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg =  2752ns, avg_dev =  1745ns, dev_ratio = 0.63 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg = 10460  , avg_dev =  6504  , dev_ratio = 0.62 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   109ns, avg_dev =    56ns, dev_ratio = 0.51 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 741740ns, avg_dev = 21523ns, dev_ratio = 0.03 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 671181ns, avg_dev = 29572ns, dev_ratio = 0.04 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg = 70668ns, avg_dev = 10770ns, dev_ratio = 0.15 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  7459  , avg_dev =  3326  , dev_ratio = 0.45 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
../../../../include/tst_fuzzy_sync.h:522: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:346: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:335: TINFO: start_a - start_b: { avg =   -45ns, avg_dev =    37ns, dev_ratio = 0.82 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - start_a  : { avg = 40867ns, avg_dev =  2560ns, dev_ratio = 0.06 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_b - start_b  : { avg = 34653ns, avg_dev =   498ns, dev_ratio = 0.01 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: end_a - end_b    : { avg =  6169ns, avg_dev =  2669ns, dev_ratio = 0.43 }
../../../../include/tst_fuzzy_sync.h:335: TINFO: spins            : { avg =  7474  , avg_dev =  6264  , dev_ratio = 0.84 }
../../../../include/tst_fuzzy_sync.h:679: TINFO: Exceeded execution time, requesting exit
writev03.c:120: TPASS: writev() handles page fault-in correctly

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:writev05 passed
writev05    1  TPASS  :  Received EFAULT as expected
syscalls:writev06 passed
writev06    1  TPASS  :  writev returned 2 as expected
syscalls:writev07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
writev07.c:51: TINFO: starting test with initial file offset: 0 
writev07.c:73: TINFO: got EFAULT
writev07.c:80: TPASS: file stayed untouched
writev07.c:84: TPASS: offset stayed unchanged
writev07.c:51: TINFO: starting test with initial file offset: 65 
writev07.c:73: TINFO: got EFAULT
writev07.c:80: TPASS: file stayed untouched
writev07.c:84: TPASS: offset stayed unchanged
writev07.c:51: TINFO: starting test with initial file offset: 4096 
writev07.c:73: TINFO: got EFAULT
writev07.c:80: TPASS: file stayed untouched
writev07.c:84: TPASS: offset stayed unchanged
writev07.c:51: TINFO: starting test with initial file offset: 4097 
writev07.c:73: TINFO: got EFAULT
writev07.c:80: TPASS: file stayed untouched
writev07.c:84: TPASS: offset stayed unchanged

Summary:
passed   8
failed   0
broken   0
skipped  0
warnings 0
syscalls:perf_event_open01 passed
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 300002684
perf_event_open01    1  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_INSTRUCTIONS succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 1
perf_event_open01    2  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_CACHE_REFERENCES succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 1
perf_event_open01    3  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_CACHE_MISSES succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 100001569
perf_event_open01    4  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_BRANCH_INSTRUCTIONS succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 1072
perf_event_open01    5  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_HW_BRANCH_MISSES succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 348104376
perf_event_open01    6  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_SW_CPU_CLOCK succeeded
perf_event_open01    0  TINFO  :  read event counter succeeded, value: 348698439
perf_event_open01    7  TPASS  :  test PERF_TYPE_HARDWARE: PERF_COUNT_SW_TASK_CLOCK succeeded
syscalls:perf_event_open02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
perf_event_open02.c:130: TINFO: bench_work estimated loops = 1439 in 500 ms
perf_event_open02.c:177: TINFO: [0] value:588690010 time_enabled:750570940 time_running:750570940
perf_event_open02.c:177: TINFO: [1] value:589266853 time_enabled:752311096 time_running:752311096
perf_event_open02.c:177: TINFO: [2] value:589425763 time_enabled:752977502 time_running:752977502
perf_event_open02.c:177: TINFO: [3] value:588216634 time_enabled:749131980 time_running:749131980
perf_event_open02.c:177: TINFO: [4] value:589332475 time_enabled:752619794 time_running:752619794
perf_event_open02.c:177: TINFO: [5] value:588947255 time_enabled:751358596 time_running:751358596
perf_event_open02.c:177: TINFO: [6] value:505932708 time_enabled:780463283 time_running:669461773
perf_event_open02.c:334: TINFO: nhw: 6, overall task clock: 4209380533
perf_event_open02.c:335: TINFO: hw sum: 28079992878, task clock sum: 25254245192
perf_event_open02.c:347: TINFO: ratio: 5.999516
perf_event_open02.c:351: TPASS: test passed

Summary:
passed   1
failed   0
broken   0
skipped  0
warnings 0
syscalls:futex_cmp_requeue01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_cmp_requeue01.c:195: TINFO: Testing variant: syscall with old kernel spec
futex_cmp_requeue01.c:105: TINFO: Test 0: waiters: 10, wakes: 3, requeues: 7
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 10
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 0, futex1: 7, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 1: waiters: 10, wakes: 0, requeues: 10
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 10
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 0, futex1: 10, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 2: waiters: 10, wakes: 2, requeues: 6
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 8
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 2, futex1: 6, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 3: waiters: 100, wakes: 50, requeues: 50
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 100
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 0, futex1: 50, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 4: waiters: 100, wakes: 0, requeues: 70
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 70
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 30, futex1: 70, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 5: waiters: 1000, wakes: 100, requeues: 900
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 1000
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 0, futex1: 900, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
futex_cmp_requeue01.c:105: TINFO: Test 6: waiters: 1000, wakes: 300, requeues: 500
futex_cmp_requeue01.c:127: TINFO: futex_cmp_requeue() returned 800
futex_cmp_requeue01.c:143: TINFO: children woken, futex0: 200, futex1: 500, spurious wakeups: 0
futex_cmp_requeue01.c:188: TPASS: futex_cmp_requeue()
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_cmp_requeue01.c:195: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   7
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_cmp_requeue02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_cmp_requeue02.c:71: TINFO: Testing variant: syscall with old kernel spec
futex_cmp_requeue02.c:64: TPASS: futex_cmp_requeue() failed as expected: EINVAL (22)
futex_cmp_requeue02.c:64: TPASS: futex_cmp_requeue() failed as expected: EINVAL (22)
futex_cmp_requeue02.c:64: TPASS: futex_cmp_requeue() failed as expected: EAGAIN/EWOULDBLOCK (11)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_cmp_requeue02.c:71: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   3
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait01.c:69: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   4
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait02.c:66: TINFO: Testing variant: syscall with old kernel spec
futex_wait02.c:59: TPASS: futex_wait() woken up
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait02.c:66: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait03.c:63: TINFO: Testing variant: syscall with old kernel spec
futex_wait03.c:56: TPASS: futex_wait() woken up
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait03.c:63: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait04 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait04.c:50: TINFO: Testing variant: syscall with old kernel spec
futex_wait04.c:39: TPASS: futex_wait() returned -1: EAGAIN/EWOULDBLOCK (11)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait04.c:50: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wait05 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
tst_timer_test.c:357: TINFO: CLOCK_MONOTONIC resolution 1ns
tst_timer_test.c:369: TINFO: prctl(PR_GET_TIMERSLACK) = 50us
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 1000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 1085us, max 1234us, median 1090us, trunc mean 1090.36us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 2000us 500 iterations, threshold 450.01us
tst_timer_test.c:308: TINFO: min 2087us, max 2136us, median 2090us, trunc mean 2090.24us (discarded 25)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 5000us 300 iterations, threshold 450.04us
tst_timer_test.c:308: TINFO: min 5087us, max 5246us, median 5089us, trunc mean 5090.14us (discarded 15)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 10000us 100 iterations, threshold 450.33us
tst_timer_test.c:308: TINFO: min 10087us, max 10141us, median 10090us, trunc mean 10091.09us (discarded 5)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 25000us 50 iterations, threshold 451.29us
tst_timer_test.c:308: TINFO: min 25089us, max 25182us, median 25091us, trunc mean 25096.92us (discarded 2)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 100000us 10 iterations, threshold 537.00us
tst_timer_test.c:308: TINFO: min 100088us, max 100092us, median 100090us, trunc mean 100089.78us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds
tst_timer_test.c:265: TINFO: futex_wait() sleeping for 1000000us 2 iterations, threshold 4400.00us
tst_timer_test.c:308: TINFO: min 1000093us, max 1000157us, median 1000093us, trunc mean 1000093.00us (discarded 1)
tst_timer_test.c:326: TPASS: Measured times are within thresholds

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:futex_wake01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake01.c:59: TINFO: Testing variant: syscall with old kernel spec
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
futex_wake01.c:52: TPASS: futex_wake() passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake01.c:59: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   6
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wake02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake02.c:134: TINFO: Testing variant: syscall with old kernel spec
futex_wake02.c:91: TPASS: futex_wake() woken up 1 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 2 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 3 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 4 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 5 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 6 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 7 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 8 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 9 threads
futex_wake02.c:91: TPASS: futex_wake() woken up 10 threads
futex_wake02.c:103: TPASS: futex_wake() woken up 0 threads
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake02.c:134: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   11
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wake03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake03.c:97: TINFO: Testing variant: syscall with old kernel spec
futex_wake03.c:61: TPASS: futex_wake() woken up 1 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 2 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 3 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 4 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 5 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 6 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 7 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 8 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 9 childs
futex_wake03.c:61: TPASS: futex_wake() woken up 10 childs
futex_wake03.c:89: TPASS: futex_wake() woken up 0 children
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wake03.c:97: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   11
failed   0
broken   0
skipped  1
warnings 0
syscalls:futex_wake04 passed

syscalls:futex_wait_bitset01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 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 100120us, 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 100098us, expected 100010us
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
futex_wait_bitset01.c:99: TINFO: Testing variant: syscall time64 with kernel spec
../../../../include/tst_timer.h:263: TCONF: syscall(422) __NR_futex_time64 not supported

Summary:
passed   2
failed   0
broken   0
skipped  1
warnings 0
syscalls:memfd_create01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
memfd_create01.c:243: TINFO: Basic tests + set/get seals
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:26: TPASS: fd 3 has expected seals (0)
memfd_create01.c:27: TPASS: fcntl(3, F_ADD_SEALS, 10) succeeded
memfd_create01.c:28: TPASS: fd 3 has expected seals (10)
memfd_create01.c:31: TPASS: fcntl(3, F_ADD_SEALS, 10) succeeded
memfd_create01.c:32: TPASS: fd 3 has expected seals (10)
memfd_create01.c:35: TPASS: fcntl(3, F_ADD_SEALS, 5) succeeded
memfd_create01.c:37: TPASS: fd 3 has expected seals (15)
memfd_create01.c:40: TPASS: fcntl(3, F_ADD_SEALS, 4) failed as expected: EPERM (1)
memfd_create01.c:41: TPASS: fcntl(3, F_ADD_SEALS, 0) failed as expected: EPERM (1)
memfd_create01.c:243: TINFO: Disabled sealing
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 0) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:50: TPASS: fd 3 has expected seals (1)
memfd_create01.c:52: TPASS: fcntl(3, F_ADD_SEALS, 14) failed as expected: EPERM (1)
memfd_create01.c:53: TPASS: fd 3 has expected seals (1)
memfd_create01.c:243: TINFO: Write seal
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:62: TPASS: fd 3 has expected seals (0)
memfd_create01.c:63: TPASS: fcntl(3, F_ADD_SEALS, 8) succeeded
memfd_create01.c:64: TPASS: fd 3 has expected seals (8)
memfd_create01.c:66: TPASS: read(3, , 16) succeeded
memfd_create01.c:66: TPASS: mmap((nil), 8192, 1, 2, 3, 0) succeeded
memfd_create01.c:66: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:66: TPASS: mmap((nil), 8192, 3, 2, 3, 0) succeeded
memfd_create01.c:66: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:67: TPASS: write failed as expected: EPERM (1)
memfd_create01.c:67: TPASS: mmap((nil), 8192, 3, 1, 3, 0) failed as expected: EPERM (1)
memfd_create01.c:67: TPASS: mmap((nil), 8192, 2, 1, 3, 0) failed as expected: EPERM (1)
memfd_create01.c:67: TPASS: fallocate(3, 3, 0, 8192) failed as expected: EPERM (1)
memfd_create01.c:68: TPASS: ftruncate(3, 4096) succeeded
memfd_create01.c:68: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:68: TPASS: open(/proc/self/fd/3, 578, 384) succeeded
memfd_create01.c:68: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:69: TPASS: ftruncate(3, 16384) succeeded
memfd_create01.c:69: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:69: TPASS: fallocate(3, 0, 0, 32768) succeeded
memfd_create01.c:69: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:70: TPASS: pwrite(3, , 65536, 0) succeeded
memfd_create01.c:243: TINFO: Shrink seal
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:79: TPASS: fd 3 has expected seals (0)
memfd_create01.c:80: TPASS: fcntl(3, F_ADD_SEALS, 2) succeeded
memfd_create01.c:81: TPASS: fd 3 has expected seals (2)
memfd_create01.c:83: TPASS: read(3, , 16) succeeded
memfd_create01.c:83: TPASS: mmap((nil), 8192, 1, 2, 3, 0) succeeded
memfd_create01.c:83: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:83: TPASS: mmap((nil), 8192, 3, 2, 3, 0) succeeded
memfd_create01.c:83: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:84: TPASS: write(3, \0\0\0\0, 4) succeeded
memfd_create01.c:84: TPASS: mmap((nil), 8192, 3, 1, 3, 0) succeeded
memfd_create01.c:84: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:84: TPASS: mmap((nil), 8192, 2, 1, 3, 0) succeeded
memfd_create01.c:84: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:84: TPASS: mmap((nil), 8192, 1, 1, 3, 0) succeeded
memfd_create01.c:84: TPASS: mprotect(0x7f838b3000, 8192, 3) succeeded
memfd_create01.c:84: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:84: TPASS: fallocate(3, 3, 0, 8192) succeeded
memfd_create01.c:85: TPASS: ftruncate(3, 4096) failed as expected: EPERM (1)
memfd_create01.c:85: TPASS: open(/proc/self/fd/3, 578, 384) failed as expected: EPERM (1)
memfd_create01.c:86: TPASS: ftruncate(3, 16384) succeeded
memfd_create01.c:86: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:86: TPASS: fallocate(3, 0, 0, 32768) succeeded
memfd_create01.c:86: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:87: TPASS: pwrite(3, , 65536, 0) succeeded
memfd_create01.c:87: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:243: TINFO: Grow seal
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:96: TPASS: fd 3 has expected seals (0)
memfd_create01.c:97: TPASS: fcntl(3, F_ADD_SEALS, 4) succeeded
memfd_create01.c:98: TPASS: fd 3 has expected seals (4)
memfd_create01.c:100: TPASS: read(3, , 16) succeeded
memfd_create01.c:100: TPASS: mmap((nil), 8192, 1, 2, 3, 0) succeeded
memfd_create01.c:100: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:100: TPASS: mmap((nil), 8192, 3, 2, 3, 0) succeeded
memfd_create01.c:100: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:101: TPASS: write(3, \0\0\0\0, 4) succeeded
memfd_create01.c:101: TPASS: mmap((nil), 8192, 3, 1, 3, 0) succeeded
memfd_create01.c:101: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:101: TPASS: mmap((nil), 8192, 2, 1, 3, 0) succeeded
memfd_create01.c:101: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:101: TPASS: mmap((nil), 8192, 1, 1, 3, 0) succeeded
memfd_create01.c:101: TPASS: mprotect(0x7f838b3000, 8192, 3) succeeded
memfd_create01.c:101: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:101: TPASS: fallocate(3, 3, 0, 8192) succeeded
memfd_create01.c:102: TPASS: ftruncate(3, 4096) succeeded
memfd_create01.c:102: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:102: TPASS: open(/proc/self/fd/3, 578, 384) succeeded
memfd_create01.c:102: TPASS: fstat(3, &st): file size is correct
memfd_create01.c:103: TPASS: ftruncate(3, 16384) failed as expected: EPERM (1)
memfd_create01.c:103: TPASS: fallocate(3, 0, 0, 32768) failed as expected: EPERM (1)
memfd_create01.c:104: TPASS: pwrite(3, , 65536, 0) succeeded
memfd_create01.c:243: TINFO: Resize seal
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:113: TPASS: fd 3 has expected seals (0)
memfd_create01.c:114: TPASS: fcntl(3, F_ADD_SEALS, 6) succeeded
memfd_create01.c:115: TPASS: fd 3 has expected seals (6)
memfd_create01.c:117: TPASS: read(3, , 16) succeeded
memfd_create01.c:117: TPASS: mmap((nil), 8192, 1, 2, 3, 0) succeeded
memfd_create01.c:117: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:117: TPASS: mmap((nil), 8192, 3, 2, 3, 0) succeeded
memfd_create01.c:117: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:118: TPASS: write(3, \0\0\0\0, 4) succeeded
memfd_create01.c:118: TPASS: mmap((nil), 8192, 3, 1, 3, 0) succeeded
memfd_create01.c:118: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:118: TPASS: mmap((nil), 8192, 2, 1, 3, 0) succeeded
memfd_create01.c:118: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:118: TPASS: mmap((nil), 8192, 1, 1, 3, 0) succeeded
memfd_create01.c:118: TPASS: mprotect(0x7f838b3000, 8192, 3) succeeded
memfd_create01.c:118: TPASS: munmap(0x7f838b3000, 8192) succeeded
memfd_create01.c:118: TPASS: fallocate(3, 3, 0, 8192) succeeded
memfd_create01.c:119: TPASS: ftruncate(3, 4096) failed as expected: EPERM (1)
memfd_create01.c:119: TPASS: open(/proc/self/fd/3, 578, 384) failed as expected: EPERM (1)
memfd_create01.c:120: TPASS: ftruncate(3, 16384) failed as expected: EPERM (1)
memfd_create01.c:120: TPASS: fallocate(3, 0, 0, 32768) failed as expected: EPERM (1)
memfd_create01.c:121: TPASS: pwrite(3, , 65536, 0) succeeded
memfd_create01.c:243: TINFO: Seals shared for dup
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:132: TPASS: fd 3 has expected seals (0)
memfd_create01.c:135: TPASS: fd 4 has expected seals (0)
memfd_create01.c:137: TPASS: fcntl(3, F_ADD_SEALS, 8) succeeded
memfd_create01.c:138: TPASS: fd 3 has expected seals (8)
memfd_create01.c:139: TPASS: fd 4 has expected seals (8)
memfd_create01.c:141: TPASS: fcntl(4, F_ADD_SEALS, 2) succeeded
memfd_create01.c:142: TPASS: fd 3 has expected seals (10)
memfd_create01.c:143: TPASS: fd 4 has expected seals (10)
memfd_create01.c:145: TPASS: fcntl(3, F_ADD_SEALS, 1) succeeded
memfd_create01.c:146: TPASS: fd 3 has expected seals (11)
memfd_create01.c:147: TPASS: fd 4 has expected seals (11)
memfd_create01.c:149: TPASS: fcntl(3, F_ADD_SEALS, 4) failed as expected: EPERM (1)
memfd_create01.c:150: TPASS: fcntl(4, F_ADD_SEALS, 4) failed as expected: EPERM (1)
memfd_create01.c:151: TPASS: fcntl(3, F_ADD_SEALS, 1) failed as expected: EPERM (1)
memfd_create01.c:152: TPASS: fcntl(4, F_ADD_SEALS, 1) failed as expected: EPERM (1)
memfd_create01.c:156: TPASS: fcntl(3, F_ADD_SEALS, 4) failed as expected: EPERM (1)
memfd_create01.c:243: TINFO: Seals shared for mmap
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:167: TPASS: fd 3 has expected seals (0)
memfd_create01.c:173: TPASS: fcntl(3, F_ADD_SEALS, 8) failed as expected: EBUSY (16)
memfd_create01.c:174: TPASS: fd 3 has expected seals (0)
memfd_create01.c:175: TPASS: fcntl(3, F_ADD_SEALS, 2) succeeded
memfd_create01.c:176: TPASS: fd 3 has expected seals (2)
memfd_create01.c:181: TPASS: fcntl(3, F_ADD_SEALS, 8) succeeded
memfd_create01.c:182: TPASS: fd 3 has expected seals (10)
memfd_create01.c:243: TINFO: Seals shared for open
memfd_create01.c:245: TPASS: memfd_create(ltp_memfd_create01, 2) succeeded
memfd_create01.c:245: TPASS: ftruncate(3, 8192) succeeded
memfd_create01.c:196: TPASS: fd 3 has expected seals (0)
memfd_create01.c:198: TPASS: open(/proc/self/fd/3, 2, 0) succeeded
memfd_create01.c:199: TPASS: fcntl(3, F_ADD_SEALS, 8) succeeded
memfd_create01.c:200: TPASS: fd 3 has expected seals (8)
memfd_create01.c:201: TPASS: fd 4 has expected seals (8)
memfd_create01.c:203: TPASS: fcntl(4, F_ADD_SEALS, 2) succeeded
memfd_create01.c:204: TPASS: fd 3 has expected seals (10)
memfd_create01.c:205: TPASS: fd 4 has expected seals (10)
memfd_create01.c:208: TPASS: open(/proc/self/fd/4, 0, 0) succeeded
memfd_create01.c:210: TPASS: fcntl(3, F_ADD_SEALS, 1) failed as expected: EPERM (1)
memfd_create01.c:211: TPASS: fd 3 has expected seals (10)
memfd_create01.c:212: TPASS: fd 4 has expected seals (10)

Summary:
passed   157
failed   0
broken   0
skipped  0
warnings 0
syscalls:memfd_create02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
memfd_create02.c:84: TPASS: test 'invalid name fail 1'
memfd_create02.c:84: TPASS: test 'invalid name fail 2'
memfd_create02.c:84: TPASS: test 'invalid name fail 3'
memfd_create02.c:84: TPASS: test 'invalid flags fail 1'
memfd_create02.c:84: TPASS: test 'invalid flags fail 2'
memfd_create02.c:84: TPASS: test 'invalid flags fail 3'
memfd_create02.c:84: TPASS: test 'invalid flags fail 4'
memfd_create02.c:84: TPASS: test 'invalid flags fail 5'
memfd_create02.c:84: TPASS: test 'invalid flags fail 6'
memfd_create02.c:84: TPASS: test 'valid flags 1 pass'
memfd_create02.c:84: TPASS: test 'valid flags 2 pass'
memfd_create02.c:84: TPASS: test 'valid flags 3 pass'
memfd_create02.c:84: TPASS: test 'valid flags 4 pass'
memfd_create02.c:84: TPASS: test 'valid flags 5 pass'

Summary:
passed   14
failed   0
broken   0
skipped  0
warnings 0
syscalls:memfd_create03 passed

syscalls:memfd_create04 passed

syscalls:copy_file_range01 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range01.c:208: TPASS: non cross-device copy_file_range completed all 144 copy jobs successfully!
copy_file_range01.c:208: TPASS: cross-device copy_file_range completed all 144 copy jobs successfully!
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range01.c:208: TPASS: non cross-device copy_file_range completed all 144 copy jobs successfully!
copy_file_range01.c:208: TPASS: cross-device copy_file_range completed all 144 copy jobs successfully!
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range01.c:208: TPASS: non cross-device copy_file_range completed all 144 copy jobs successfully!
copy_file_range01.c:208: TPASS: cross-device copy_file_range completed all 144 copy jobs successfully!
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range01.c:208: TPASS: non cross-device copy_file_range completed all 144 copy jobs successfully!
copy_file_range01.c:208: TPASS: cross-device copy_file_range completed all 144 copy jobs successfully!
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range01.c:208: TPASS: non cross-device copy_file_range completed all 144 copy jobs successfully!
copy_file_range01.c:208: TPASS: cross-device copy_file_range completed all 144 copy jobs successfully!
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range01.c:208: TPASS: non cross-device copy_file_range completed all 144 copy jobs successfully!
copy_file_range01.c:208: TPASS: cross-device copy_file_range completed all 144 copy jobs successfully!
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range01.c:208: TPASS: non cross-device copy_file_range completed all 144 copy jobs successfully!
copy_file_range01.c:208: TPASS: cross-device copy_file_range completed all 144 copy jobs successfully!

Summary:
passed   14
failed   0
broken   0
skipped  7
warnings 0
syscalls:copy_file_range02 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
tst_device.c:89: TINFO: Found free device 4 '/dev/loop4'
Setting up swapspace version 1, size = 36 KiB (36864 bytes)
no label, UUID=6dacd94d-2c22-453c-857c-d58f6646e23f
copy_file_range02.c:112: TINFO: Test #0: readonly file
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EBADF (9)
copy_file_range02.c:112: TINFO: Test #1: directory
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EISDIR (21)
copy_file_range02.c:112: TINFO: Test #2: append to file
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EBADF (9)
copy_file_range02.c:112: TINFO: Test #3: closed file descriptor
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EBADF (9)
copy_file_range02.c:112: TINFO: Test #4: invalid flags
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #5: immutable file
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EPERM (1)
copy_file_range02.c:112: TINFO: Test #6: swap file
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: ETXTBSY (26)
copy_file_range02.c:112: TINFO: Test #7: overlaping range
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #8: block device
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #9: char device
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #10: fifo
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #11: pipe
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EINVAL (22)
copy_file_range02.c:112: TINFO: Test #12: max length
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EOVERFLOW (75)
copy_file_range02.c:112: TINFO: Test #13: max file size
copy_file_range02.c:141: TPASS: copy_file_range failed as expected: EFBIG (27)

Summary:
passed   14
failed   0
broken   0
skipped  1
warnings 0
syscalls:copy_file_range03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:36: TINFO: Testing libc copy_file_range()
copy_file_range.h:53: TCONF: libc copy_file_range() not supported
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
copy_file_range.h:39: TINFO: Testing __NR_copy_file_range syscall
copy_file_range03.c:48: TPASS: copy_file_range sucessfully updated the timestamp

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
syscalls:statx01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx01.c:63: TPASS: statx(AT_FDCWD, test_file, 0, 0, &buff)
statx01.c:69: TPASS: stx_uid(0) is correct
statx01.c:75: TPASS: stx_gid(0) is correct
statx01.c:82: TPASS: stx_size(256) is correct
statx01.c:89: TPASS: stx_mode(33188) is correct
statx01.c:97: TPASS: stx_blocks(8) is valid
statx01.c:111: TPASS: statx(AT_FDCWD, mntpoint/blk_dev, 0, 0, &buff)
statx01.c:118: TPASS: stx_rdev_major(8) is correct
statx01.c:126: TPASS: stx_rdev_minor(1) is correct

Summary:
passed   9
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx02 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx02.c:46: TPASS: statx(file_fd, "", AT_EMPTY_PATH, 0, &buf)
statx02.c:53: TPASS: stx_size(14) is correct
statx02.c:70: TPASS: statx(AT_FDCWD, test_temp, 0, 0, &fbuf)
statx02.c:80: TPASS: statx(AT_FDCWD, test_temp_ln, AT_SYMLINK_NOFOLLOW, 0,&lbuf)
statx02.c:87: TPASS: Statx symlink flag worked as expected

Summary:
passed   5
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx03 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx03.c:91: TPASS: statx() failed with: EBADF (9)
statx03.c:91: TPASS: statx() failed with: EFAULT (14)
statx03.c:91: TPASS: statx() failed with: EINVAL (22)
statx03.c:91: TPASS: statx() failed with: EINVAL (22)
statx03.c:91: TPASS: statx() failed with: ENOENT (2)
statx03.c:91: TPASS: statx() failed with: ENOTDIR (20)
statx03.c:91: TPASS: statx() failed with: ENAMETOOLONG (36)

Summary:
passed   7
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx04 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_supported_fs_types.c:89: TINFO: Kernel supports ext2
tst_supported_fs_types.c:51: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext3
tst_supported_fs_types.c:51: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports ext4
tst_supported_fs_types.c:51: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports xfs
tst_supported_fs_types.c:51: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:47: TINFO: mkfs.btrfs does not exist
tst_supported_fs_types.c:89: TINFO: Kernel supports vfat
tst_supported_fs_types.c:51: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:115: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:89: TINFO: Kernel supports ntfs
tst_supported_fs_types.c:51: TINFO: mkfs.ntfs does exist
tst_supported_fs_types.c:89: TINFO: Kernel supports tmpfs
tst_supported_fs_types.c:38: TINFO: mkfs is not needed for tmpfs
tst_test.c:1379: TINFO: Testing on ext2
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:45: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir1, 0, 0, &buf)
statx04.c:51: TPASS: STATX_ATTR_COMPRESSED flag is set
statx04.c:56: TPASS: STATX_ATTR_APPEND flag is set
statx04.c:61: TPASS: STATX_ATTR_IMMUTABLE flag is set
statx04.c:66: TPASS: STATX_ATTR_NODUMP flag is set
statx04.c:79: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir2, 0, 0, &buf)
statx04.c:86: TPASS: STATX_ATTR_COMPRESSED flag is not set
statx04.c:91: TPASS: STATX_ATTR_APPEND flag is not set
statx04.c:96: TPASS: STATX_ATTR_IMMUTABLE flag is not set
statx04.c:101: TPASS: STATX_ATTR_NODUMP flag is not set
tst_test.c:1379: TINFO: Testing on ext3
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:45: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir1, 0, 0, &buf)
statx04.c:51: TPASS: STATX_ATTR_COMPRESSED flag is set
statx04.c:56: TPASS: STATX_ATTR_APPEND flag is set
statx04.c:61: TPASS: STATX_ATTR_IMMUTABLE flag is set
statx04.c:66: TPASS: STATX_ATTR_NODUMP flag is set
statx04.c:79: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir2, 0, 0, &buf)
statx04.c:86: TPASS: STATX_ATTR_COMPRESSED flag is not set
statx04.c:91: TPASS: STATX_ATTR_APPEND flag is not set
statx04.c:96: TPASS: STATX_ATTR_IMMUTABLE flag is not set
statx04.c:101: TPASS: STATX_ATTR_NODUMP flag is not set
tst_test.c:1379: TINFO: Testing on ext4
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:45: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir1, 0, 0, &buf)
statx04.c:51: TPASS: STATX_ATTR_COMPRESSED flag is set
statx04.c:56: TPASS: STATX_ATTR_APPEND flag is set
statx04.c:61: TPASS: STATX_ATTR_IMMUTABLE flag is set
statx04.c:66: TPASS: STATX_ATTR_NODUMP flag is set
statx04.c:79: TPASS: sys_statx(AT_FDCWD, mntpoint/test_dir2, 0, 0, &buf)
statx04.c:86: TPASS: STATX_ATTR_COMPRESSED flag is not set
statx04.c:91: TPASS: STATX_ATTR_APPEND flag is not set
statx04.c:96: TPASS: STATX_ATTR_IMMUTABLE flag is not set
statx04.c:101: TPASS: STATX_ATTR_NODUMP flag is not set
tst_test.c:1379: TINFO: Testing on xfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with xfs opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:143: TCONF: Flags not supported
tst_test.c:1379: TINFO: Testing on vfat
tst_test.c:889: TINFO: Formatting /dev/loop3 with vfat opts='' extra opts=''
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:127: TCONF: FS_IOC_GETFLAGS not supported: ENOTTY (25)
tst_test.c:1379: TINFO: Testing on ntfs
tst_test.c:889: TINFO: Formatting /dev/loop3 with ntfs opts='' extra opts=''
The partition start sector was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of sectors per track was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
The number of heads was not specified for /dev/loop3 and it could not be obtained automatically.  It has been set to 0.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
tst_test.c:900: TINFO: Trying FUSE...
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:132: TCONF: ntfs3g does not support FS_IOC_GETFLAGS: EINVAL (22)
tst_test.c:1379: TINFO: Testing on tmpfs
tst_test.c:889: TINFO: Skipping mkfs for TMPFS filesystem
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx04.c:127: TCONF: FS_IOC_GETFLAGS not supported: ENOTTY (25)

Summary:
passed   30
failed   0
broken   0
skipped  4
warnings 0
syscalls:statx05 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx05.c:106: TINFO: Formatting /dev/loop3 with ext4 opts='-O encrypt -b 4096' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
Enter passphrase (echo disabled): 
Added key with descriptor [8f9c649026f45d43]
Key with descriptor [8f9c649026f45d43] applied to mnt_point/test_dir1.
statx05.c:46: TPASS: sys_statx(AT_FDCWD, mnt_point/test_dir1, 0, 0, &buf)
statx05.c:52: TPASS: STATX_ATTR_ENCRYPTED flag is set
statx05.c:65: TPASS: sys_statx(AT_FDCWD, mnt_point/test_dir2, 0, 0, &buf)
statx05.c:72: TPASS: STATX_ATTR_ENCRYPTED flag is not set

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx06 passed
tst_device.c:89: TINFO: Found free device 3 '/dev/loop3'
tst_test.c:889: TINFO: Formatting /dev/loop3 with ext4 opts='-I 256' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
statx06.c:156: TPASS: Birth time Passed
statx06.c:156: TPASS: Modified time Passed
statx06.c:156: TPASS: Access time Passed
statx06.c:156: TPASS: Change time Passed

Summary:
passed   4
failed   0
broken   0
skipped  0
warnings 0
syscalls:statx07 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
sh: 1: exportfs: not found
statx07.c:142: TCONF: exportfs -i -o no_root_squash,rw,sync,no_subtree_check,fsid=29123 *:/home/pi/ltp/tmp/ltp-YVcjk3uOAl/vETmu2/server not found
sh: 1: exportfs: not found

Summary:
passed   0
failed   0
broken   0
skipped  1
warnings 0
syscalls:membarrier01 passed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
membarrier01.c:314: TPASS: membarrier(2): cmd_fail failed as expected
membarrier01.c:314: TPASS: membarrier(2): cmd_flags_fail failed as expected
membarrier01.c:310: TPASS: membarrier(2): cmd_global_success passed
membarrier01.c:314: TPASS: membarrier(2): cmd_private_expedited_fail failed as expected
membarrier01.c:341: TPASS: membarrier(2): cmd_private_expedited_register_success passed
membarrier01.c:341: TPASS: membarrier(2): cmd_private_expedited_success passed
membarrier01.c:314: TPASS: membarrier(2): cmd_private_expedited_sync_core_fail failed as expected
membarrier01.c:341: TPASS: membarrier(2): cmd_private_expedited_sync_core_register_success passed
membarrier01.c:341: TPASS: membarrier(2): cmd_private_expedited_sync_core_success passed
membarrier01.c:310: TPASS: membarrier(2): cmd_global_expedited_success passed
membarrier01.c:341: TPASS: membarrier(2): cmd_global_expedited_register_success passed
membarrier01.c:341: TPASS: membarrier(2): cmd_global_expedited_success passed

Summary:
passed   12
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_uring01 passed
tst_buffers.c:55: TINFO: Test is using guarded buffers
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_uring01.c:80: TPASS: io_uring_setup() passed
io_uring01.c:190: TPASS: io_uring_register() passed
io_uring01.c:219: TPASS: io_uring_enter() waited for 1 event
io_uring01.c:159: TPASS: CQE result 1024
io_uring01.c:139: TPASS: Buffer filled in correctly
io_uring01.c:170: TPASS: Got 1 completion events

Summary:
passed   6
failed   0
broken   0
skipped  0
warnings 0
syscalls:io_uring02 failed
tst_test.c:1313: TINFO: Timeout per run is 0h 05m 00s
io_uring02.c:187: TINFO: IOSQE_ASYNC is not supported, using fallback
io_uring02.c:151: TFAIL: Write outside chroot succeeded.

HINT: You _MAY_ be missing kernel fixes, see:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9392a27d88b9
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ff002b30181d
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d87683620489

HINT: You _MAY_ be missing stable kernel fixes, see:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c4a23c852e80
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cac68d12c531

HINT: You _MAY_ be vulnerable to CVE(s), see:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29373

Summary:
passed   0
failed   1
broken   0
skipped  0
warnings 0
incrementing stop
Fuego: requested test phases complete!

[-- Attachment #3: _FUNCTIONAL LTP SUMMARIZE ERROR REPORT.new.pdf --]
[-- Type: application/pdf, Size: 91367 bytes --]

[-- Attachment #4: ltp_result.xlsx --]
[-- Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, Size: 69100 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-06-30 12:39           ` Balaji Kalidas
@ 2021-06-30 22:32             ` Tim.Bird
  2021-06-30 22:43             ` Tim.Bird
  1 sibling, 0 replies; 11+ messages in thread
From: Tim.Bird @ 2021-06-30 22:32 UTC (permalink / raw)
  To: balaji.k; +Cc: pavan.ad, tbird20d, fuego



> -----Original Message-----
> From: Balaji Kalidas <balaji.k@pathpartnertech.com> 
> 
> 	Hi Tim,
> 	          We pulled the latest LTP and ran on rpi.here are some observations.
> 
> 	1.In current scenario Functional.Ltp includes 2 main test cases one is syscalls and SEM on spec.json file.but it checks for 3 different
> test cases(syscalls,pty and timers) in criteria.json file for threshold,but it is not included in spec.json file(pty and timers testcase).

Hmmm.  I'm not seeing this behavior.  The default
criteria.json file has these entries, which are related to individual sub-tests which might be executed
by Fuego's Functional.LTP test:
    {
        "tguid": "pty",
        "must_pass_list": ["hangup01"]
    }

This says, that if the 'pty' sub-test is run, then the individual testcase hangup01 must pass.
However, it should not affect the results if the 'pty' sub-test is not present.

If you are not running the pty test, this must_pass_list should not be processed.  If it *is* running
in your case, then that would be a significant bug in Fuego that we need to fix.

This entry:
   {
        "tguid": "timers",
        "fail_ok_list": ["leapsec_timer"]
    },

Should not have caused any problems.  This entry also should not have been processed if
the "timers" sub-test was not run.   Even so, since this is a "fail_ok_list", it should not have mattered
that the "timers" sub-test was not run.  At most, this construct should convert a FAIL to a PASS,
it should never turn absence of a result into a FAIL.

> 
> 	2.since pty and timers test cases are not included in spec.json, those 2 test cases won't run. so syscalls and SEM passes also LTP
> gives an error.

I have run LTP using the "smoketest" spec from spec.json, with the default criteria.json file, and had the
test pass.  The smoketest spec does not run the timers or pty sub-tests, so if those were the problem
in the criteria file, those criteria entries would presumably also cause that spec to fail.

How did you determine that those entries (for 'timers' and 'pty') were causing the problem?

You can see debugging information about how the criteria is processed by turning on debugging
for that phase of the test.  That is, you can set: criteria:debug in your FUEGO_LOGLEVELS,
and get a large (actually horrifyingly huge) amount of criteria processing data in the console log
for the test run.  (Look for entries starting with "DEBUG(criteria)").

> 
There is a sample spec in LTP's spec.json that runs timers and pty.  It is the 'somefail' spec, which has this
definition:
        "somefail": {
            "tests": "timers pty",
            "extra_success_links": {"xlsx": "results.xlsx", "skiplist": "skiplist.txt"},
            "extra_fail_links": {"xlsx": "results.xlsx", "skiplist": "skiplist.txt"}
        },

In general, the overall idea of criteria files is to specify exceptions for the "all individual testcases must pass"
rule that is normally in effect for evaluating the overall result of a test.

Having said this, I think that the combination of test specs (which selects different parameters to control
test output and the set of individual testcases to run) and criteria files (which specifies the
results analysis) is not as coordinated as it should be.  Possibly, the criteria file should be specified
as relating to a particular spec.  That is, we would have a criteria for the 'default' spec, and this would
be different from the criteria for the 'somefail' spec or the "selection" spec.

> 
> 	3.To make LTP success we have two option in front of us:
> 
> 	     Option 1: Add pty and timer test case to spec.json

It's already there in the "somefail" spec.

> 	     Option 2: Remove pty and timers threshold checking in criteria.json file
> 
> 
>      We took the second option and removed those test cases(pty and timers)  from the criteria.json file.and also changed the max_fail
> threshold checking of the syscalls test cases on criteria.json file.

Option 2 is the better choice, if their presence is the actual bug. 

I'm not sure how you customized the criteria file for the board.  Please let me know.
Did you overwrite the on in fuego-core/tests/Functional.LTP, or did you put one a board-specific
one in the /fuego-rw/boards directory?

The preferred method is to use a board-specific one, rather than change the global one.
See the instructions in fuego/docs/rst_src/criterial.json.rst, section "Using a board-specific directory".

> 
> 	After we ran the LTP test suite it ran successfully.

OK - if the only change you made to the critiera file was to remove the timers and pty entries,
and this affected the overall LTP pass results (when the same set of testcases failed), then this
would be a serious bug in LTP criteria handling.

Can you please do a few things:
 - check that the failed testcases was the same for the runs that succeeded and failed
 - check that the criteria file was not modified in some other way (such as by changing the
    syscalls 'max_fail' or 'min_pass' amount.
 - turn on debugging for the criteria handling, and compare the console output for a test
   that fails with the original criteria file, and succeeds for your modified criteria file. The 
     point of this would be to find the reason for the difference in the top-level result, which
     should be printed in the debug statements of the criteria processing code.

One feature which I have wanted to add, is a "reason" message for the results, that
could flow up the testcase/test set/ test suite tree, and indicate at the top level
what the problem was that was causing the top-level failure.

Another feature I have wanted to add is the ability to alter the criteria file using
ftc at the command line.  I got quite a ways along towards implementing that before
I got sidetracked, and unfortunately it has been left unfinished.

I think either of these features would have helped resolve this problem (or illuminated
the bug, if there is one).

Thanks for working on this.  Let discuss the results and next steps in our call this week.

Regards,
 -- Tim

> note:here attached the error report,results and console log.
> 
> regards,
> balaji.k
> 
> On Thu, Jun 17, 2021 at 5:21 PM Balaji Kalidas <balaji.k@pathpartnertech.com <mailto:balaji.k@pathpartnertech.com> > wrote:
> 
> 
> 
> 	Hi Tim,
> 
> 
> 	queries about LTP report:
> 
> 
> 
> 	Why did some of your tests not have libaio.so.1 issues, when others did (and more of my tests did)?
> 	     --While running these tests for the first time I got these libaio errors.
> 
> 	     --We resolved these errors by additionally downloading sources for libaio and cross-compiling them.
> 
> 
> 	In the meantime we will run the LTP and get back to you soon.
> 
> 	regards,
> 	balaji.k
> 
> 	On Sat, Jun 12, 2021 at 4:26 AM <Tim.Bird@sony.com <mailto:Tim.Bird@sony.com> > wrote:
> 
> 
> 		OK - here is some feedback on these results.
> 
> 		Before I get to discussing the issues below, I have a few comments.
> 
> 		First, I found a couple of bugs that needed to be fixed in the LTP test
> 		(or in Fuego itself).  I have pushed some of these to fuego-core, and
> 		others are still outstanding to resolve.
> 
> 		Here are some of issues that would be good to address:
> 		 - autoskip processing takes a long time.  There are some routines (such as is_on_target)
> 		    which take much longer than they should (doing multiple round trips to the target
> 		    that could be eliminated).  So this could be improved.
> 		 - if the kernel config can't be found, then the test errors out (this should be fixed in Fuego)
> 		 - the LTP test console is mostly silent during the test.  This makes it really hard to figure
> 		    out which test is causing problems in the case of a kernel panic or machine hang.
> 		    I started work on this, but found some bugs and had to roll back my changes.
> 		 - I had to fix some things related to the update to 20210524 version of LTP, but I'm not
> 		   confident I caught everything that needs to be fixed.
> 		    - One things is that LTP has a new test runner that should work much better with Fuego,
> 		      but I will have to re-write sections of fuego_test.sh and ltp_target_run.sh.  If it affects
> 		      the test output, I will also have to rewrite the parser.py and ltp_process.py scripts, which
> 		      would be a major effort.  I'm still thinking whether this is worth it or not.
> 
> 		OK, now for some response and feedback.
> 
> 		> -----Original Message-----
> 		> From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com <mailto:pavan.ad@pathpartnertech.com> >
> 		>
> 		> Hi Tim,
> 		>
> 		> We analysed the previous test error report and sorted out some TCONF errors but still some errors are coming.
> 		> We ran the latest ltp(20210524) test  on a raspberry pi board and we have prepared the test error reports for both tests
> based on the output
> 		> we got .
> 		>
> 		>
> 		> we have some observations:
> 		>
> 		> *      tests which failed as TCONF test error , shows status as "pass" in run.json log file.
> 		>
> 		>                for an example :  fork14 which gives the  error as -  mmap() fails too many times,so we are almost impossibleto
> get an
> 		> vm_area_structsized 16TB.
> 		>                     but in run.json shows status as pass . like  below
> 		>
> 		>                {
> 		>                     "name": "fork14",
> 		>                     "status": "PASS"
> 		>                 }
> 		>           query is on what bases tests are considered as pass or fail in the ltp?
> 
> 		According to the code in Functional.LTP/parser.py (line 128) TCONF is interpreted
> 		as a "PASS".  However, I think it would be better if it were interpreted as a SKIP.
> 
> 		The way Fuego processes LTP results, it doesn't count any tests that were
> 		auto-skipped.  These are processed independently of the set of specified
> 		runtest files, which is a bit confusing, IMHO, for users.  It might be worth
> 		re-thinking how skips are reported, and the mappings from LTP result codes
> 		to Fuego result codes.  (LTP has more than Fuego does, so the mapping
> 		will lose some information somewhere.)
> 
> 		In the case of fork14, I'm not sure what the test is saying about the machine
> 		configuration.  It looks like a runtime autodetection that the test cannot run
> 		based on dynamic evaluation of fork mmap failures.  This seems kind of
> 		sketchy to me, but I'm OK with LTP interpreting that as TCONF.
> 
> 		>
> 		> *     Most of the TCONF failed tests are due to absence of required configurations in the kernel config file.Tests which
> failed as TCONF
> 		> on raspberry pi runs successfully on x86 machine because required configurations are enabled in the config file.
> 		>
> 		>            for example: fanotify test was failed due to CONFIG_FANOTIFY_ACCESS_PERMISSIONS not configured in the kernel
> but same test
> 		> passed on the x86 machine
> 		>            because   CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y  enabled in the x86 config file.
> 		>
> 		>             So can we add all those required configs to the raspberry pi config file?
> 
> 		That's something that would be a lab-specific policy.  If you want less TCONFs, then you can do that.
> 		In general, I don't worry about TCONFs.  It depends on one's testing strategy and situation.
> 
> 		In general, the autoskip code catches a bunch of these, and makes it so that tests that not relevant
> 		to your processor, distro, or configuration are automatically avoided.  This cuts down no noise during
> 		testing.  However, it does possibly create confusion because the set of tests that is run changes
> 		based on kernel config or other factors (like whether you have a specific program installed (like 'at'))
> 
> 		With product testing (ie, the kind I do for Sony), I do NOT like to alter the configuration of the kernel.
> 		And in some cases, I can't change the kernel config.  I want to run the tests on the same kernel (config)
> 		that the end user will use on that product hardware.
> 
> 		However, for testing for upstream developers, they may want to enable as much of the kernel
> 		config as possible, so they can see all possible diagnostics, and avoid missing tests due to configuration.
> 
> 		>
> 		> I have attached a test error report and also attached result output  documents(results.xlsx,run.json,consolelog.txt)
> generated during test
> 		> execution.
> 		> Let me know your thoughts on this.
> 
> 		Did you generate the PDF error report manually?  It's a nice summary report.
> 
> 		It would be nice if 'ftc put-run' worked well with LTP.  If that were working well, you could just do
> 		a put-run for any run that you wanted to share, and just provide a link (or a reference build number),
> 		and I could get the data from fuegotest.org <http://fuegotest.org> .
> 
> 		However, right now 'ftc put-run' misses several key pieces of data from LTP that would be useful for analysis.
> 		It would be very nice to include the kernel config file (by putting in the log directory for a run).
> 		That might be a nice thing to add to the machine snapshot function for this test.  I'll think about that.
> 		Also I think it would be good to include the 'results' directory in the run package.  It's easier to manually
> 		examine issues from the command line with the broken out result files (ie the result file per test program,
> 		found under results/syscalls/outputs).
> 
> 		I would like to fix the 'ftc package-run' code to capture these other files into the run package for an
> 		LTP test.  That's something to go on the to-do list.
> 
> 		I found that I got different results for some of the tests that I ran.
> 
> 		I summarized the differences in a table on this page:
> 		http://fuegotest.org/wiki/LTP-results-analysis
> 
> 		It would be nice to figure out why I got different results in some cases.
> 		So far, I only analyzed failures, not TCONF, TBROK, or TWARN differences.
> 
> 		Two things that stand out immediately are:
> 		 1) why did you have problems with chown and setre* test, when I did not
> 		 2) why did some of your tests not have libaio.so.1 issues, when others did (and more of my tests did)?
> 
> 		If we could fix these two categories of errors, I think we would be very close to having
> 		the same results.  We could then dig into whether these were real bugs in the kernel or
> 		were maybe problems with the LTP test, or possibly even problems with the RPI hardware.
> 		In any case, we would want to report results to the appropriate upstream project.
> 
> 		I think some good goals for this LTP would be:
> 		 - be able to replicate each other's results, or find explanations for any differences
> 		 - fix some of the obvious issues with Fuego's handling of LTP execution and results
> 
> 		Let me know what you think.
> 
> 		In the mean time, can you perform another test, and see if there are any differences in
> 		results between the original run on June 9th, and the subsequent run.  Sometimes
> 		tests are flakey, and give different results depending on unobvious factors.
> 
> 		Thanks.  This is very helpful.
> 		 -- Tim
> 
> 
> 		> On Thu, Jun 3, 2021 at 5:31 PM Balaji Kalidas <balaji.k@pathpartnertech.com <mailto:balaji.k@pathpartnertech.com>
> <mailto:balaji.k@pathpartnertech.com <mailto:balaji.k@pathpartnertech.com> > > wrote:
> 		>
> 		>
> 		>       Hi Tim,
> 		>
> 		>             We ran the latest ltp version(20210524) Functional LTP and POSIX tests on a raspberry pi board and we have
> prepared the test
> 		> error reports for both tests based on the output we got .
> 		>
> 		>
> 		>       I have attached both(LTP and POSIX) test error reports and also attached result output  documents generated during
> test execution.
> 		>
> 		>       Let me know your thoughts on the same.
> 		>
> 		>
> 		>       Thanks and regards
> 		>       BALAJI.K
> 		>
> 		>
> 		>       On Thu, Jun 3, 2021 at 5:22 AM <Tim.Bird@sony.com <mailto:Tim.Bird@sony.com>  <mailto:Tim.Bird@sony.com
> <mailto:Tim.Bird@sony.com> > > wrote:
> 		>
> 		>
> 		>               OK - I did some more analysis and testing today.  I found a few different
> 		>               bugs in the Functional.LTP test.  It works OK on some other boards in
> 		>               my lab, but on my raspberry pi it had problems.  Specifically msgstress04
> 		>               is taking quite a long time (but it does eventually complete).
> 		>               But the overall test hangs before completing.
> 		>
> 		>               I updated Functional.LTP to the latest version (20210524).  This has
> 		>               been updated in the fuego-core master git repository. You should
> 		>               be able to do a git pull of the new test. Can you please
> 		>               try this test again, and let me know what results you get?
> 		>
> 		>               Thanks,
> 		>                -- Tim
> 		>
> 		>
> 		>               > -----Original Message-----
> 		>               > From: Pavan Arun Deshpande <pavan.ad@pathpartnertech.com <mailto:pavan.ad@pathpartnertech.com>
> <mailto:pavan.ad@pathpartnertech.com <mailto:pavan.ad@pathpartnertech.com> > >
> 		>               >
> 		>               > Hi Tim,
> 		>               >
> 		>               > fuego has LTP test version - 20180118.
> 		>               > but the latest LTP repo has version - 20210524.
> 		>               >
> 		>               >
> 		>               >
> 		>               > We ran the LTP and POSIX tests on a raspberry pi board and we have prepared the test error reports for both
> tests based
> 		> on the output we
> 		>               > got . Both the tests have the common errors(test failures).
> 		>               >
> 		>               >
> 		>               > I have attached both(LTP and POSIX) test error reports and also attached result output  documents generated
> during test
> 		> execution.
> 		>               >
> 		>               > Let me know your thoughts on the same.
> 		>               >
> 		>               >
> 		>               > Thanks and regards
> 		>               > Pavan Arun Deshpande
> 		>               >
> 		>               >
> 		>               >
> 		>               > This message contains confidential information and is intended only for the individual(s) named. If you are not
> the
> 		> intended recipient, you
> 		>               > are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and
> attached
> 		> file/s is strictly
> 		>               > prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission
> cannot be
> 		> guaranteed to be
> 		>               > secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete,
> or
> 		> contain viruses. The
> 		>               > sender therefore does not accept liability for any errors or omissions in the contents of this message, which
> arise as a
> 		> result of e-mail
> 		>               > transmission.
> 		>
> 		>
> 		>
> 		>
> 		> This message contains confidential information and is intended only for the individual(s) named. If you are not the
> intended recipient, you
> 		> are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached
> file/s is strictly
> 		> prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be
> guaranteed to be
> 		> secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses. The
> 		> sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a
> result of e-mail
> 		> transmission.
> 
> 
> 
> 
> This message contains confidential information and is intended only for the individual(s) named. If you are not the intended recipient, you
> are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this mail and attached file/s is strictly
> prohibited. Please notify the sender immediately and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be
> secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The
> sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail
> transmission.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Fuego] LTP and POSIX test suite report
  2021-06-30 12:39           ` Balaji Kalidas
  2021-06-30 22:32             ` Tim.Bird
@ 2021-06-30 22:43             ` Tim.Bird
  1 sibling, 0 replies; 11+ messages in thread
From: Tim.Bird @ 2021-06-30 22:43 UTC (permalink / raw)
  To: balaji.k; +Cc: pavan.ad, tbird20d, fuego

In looking at your latest reported results, I didn't see the TCONFs convert to Fuego SKIP
results.  I'm very sorry, I thought I had pushed my changes to the LTP parser.py code
to make this change.

I have now done this.  Can you run the test again, and let me know what results you see?
 -- Tim



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-06-30 22:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 12:34 [Fuego] LTP and POSIX test suite report Pavan Arun Deshpande
2021-05-26 23:14 ` daniel.sangorrin
2021-05-28 16:18 ` Tim.Bird
2021-06-02 23:52 ` Tim.Bird
2021-06-03 12:01   ` Balaji Kalidas
2021-06-09 12:58     ` Pavan Arun Deshpande
2021-06-11 22:56       ` Tim.Bird
2021-06-17 11:51         ` Balaji Kalidas
2021-06-30 12:39           ` Balaji Kalidas
2021-06-30 22:32             ` Tim.Bird
2021-06-30 22:43             ` Tim.Bird

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.