[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-10-29 Thread Po-Hsu Lin
*** This bug is a duplicate of bug 1902118 ***
https://bugs.launchpad.net/bugs/1902118

** This bug has been marked a duplicate of bug 1902118
   ubuntu_ltp_syscalls: kill11 sub-test is always failing (timing out)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-10-09 Thread Kelsey Margarete Skunberg
Failed on Bionic/oracle : 5.4.0-1026.26~18.04.1 : amd64

** Tags added: oracle

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-10-09 Thread Kelsey Margarete Skunberg
Spotted on Focal/azure : 5.4.0-1029.29 : amd64

** Tags added: azure

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-10-07 Thread Kelsey Margarete Skunberg
** Tags added: 5.4 aws focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-10-02 Thread Kelsey Margarete Skunberg
** Tags added: sru-20200921

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-09-10 Thread Po-Hsu Lin
I tried to run the test staggeringly, all the tests before kill11 followed by 
kill11 test, to check if it's any test that's causing this issue:
while read line;
do 
   echo $line > tmp
   echo "kill11 kill11" >> tmp 
   sudo /opt/ltp/runltp -f /home/ubuntu/tmp/tmp
   if [ $? -ne 0 ]; then
   break
   fi
done < ~/syscalls

The ~/syscalls file here is a copy of /opt/ltp/runtests/syscalls, with
content after kill11 deleted.

However, I can't reproduce this failure.

I also tried to run those failed test cases on Xenial, fallocate06
fanotify06 fanotify10 kill11, but the kill11 still passed in this case.

I can only reproduce this on Xenial by running the whole syscalls suite.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-09-10 Thread Po-Hsu Lin
** Tags added: 4.4 sru-20200831

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-07-23 Thread Sean Feole
** Changed in: ubuntu-kernel-tests
   Status: New => Confirmed

** Tags added: hwe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-07-16 Thread Sean Feole
Also passes when run directly as outlined in comment #4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-07-16 Thread Sean Feole
9366.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGHUP
9367.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGINT
9368.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGQUIT dumped core
9369.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGILL dumped core
9370.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGTRAP dumped core
9371.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGIOT/SIGABRT dumped core
9372.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGIOT/SIGABRT dumped core
9373.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGBUS dumped core
9374.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGFPE dumped core
9375.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGKILL
9376.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGUSR1
9377.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGSEGV dumped core
9378.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGUSR2
9379.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGPIPE
9380.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGALRM
9381.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGTERM
9382.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGSTKFLT
9383.   07/13 20:30:37 DEBUG| utils:0153| [stdout] kill11.c:98: PASS: signal 
SIGXCPU dumped core
9384.   07/13 20:30:37 DEBUG| utils:0153| [stdout] Test timeouted, sending 
SIGKILL!
9385.   07/13 20:30:37 DEBUG| utils:0153| [stdout] tst_test.c:1286: INFO: If 
you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1
9386.   07/13 20:30:37 DEBUG| utils:0153| [stdout] tst_test.c:1288: BROK: Test 
killed! (timeout?)

** Tags added: bionic sru-20200629

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-03-20 Thread Po-Hsu Lin
This test would pass if you run it directly:
ubuntu@moe:/opt/ltp/testcases/bin$ sudo ./kill11
tst_test.c:1229: INFO: Timeout per run is 0h 05m 00s
kill11.c:117: INFO: Adjusting RLIMIT_CORE to 524288
kill11.c:97: PASS: signal SIGHUP  
kill11.c:97: PASS: signal SIGINT  
kill11.c:97: PASS: signal SIGQUIT  dumped core
kill11.c:97: PASS: signal SIGILL   dumped core
kill11.c:97: PASS: signal SIGTRAP  dumped core
kill11.c:97: PASS: signal SIGIOT/SIGABRT   dumped core
kill11.c:97: PASS: signal SIGIOT/SIGABRT   dumped core
kill11.c:97: PASS: signal SIGBUS   dumped core
kill11.c:97: PASS: signal SIGFPE   dumped core
kill11.c:97: PASS: signal SIGKILL 
kill11.c:97: PASS: signal SIGUSR1 
kill11.c:97: PASS: signal SIGSEGV  dumped core
kill11.c:97: PASS: signal SIGUSR2 
kill11.c:97: PASS: signal SIGPIPE 
kill11.c:97: PASS: signal SIGALRM 
kill11.c:97: PASS: signal SIGTERM 
kill11.c:97: PASS: signal SIGSTKFLT   
kill11.c:97: PASS: signal SIGXCPU  dumped core
kill11.c:97: PASS: signal SIGXFSZ  dumped core
kill11.c:97: PASS: signal SIGVTALRM   
kill11.c:97: PASS: signal SIGPROF 
kill11.c:97: PASS: signal SIGIO/SIGPOLL   
kill11.c:97: PASS: signal SIGPWR  
kill11.c:97: PASS: signal SIGSYS/SIGUNUSED dumped core

Summary:
passed   24
failed   0
skipped  0
warnings 0

Need to check if this is a composite issue with other cases.

** Tags added: sru-20200316

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-03-12 Thread Sean Feole
** Tags added: sru-20200217

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed

2020-03-04 Thread Sean Feole
** Tags added: kqa-blocker

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865965] Re: kill11 from ubuntu_ltp_syscalls failed on X-GCP-4.15

2020-03-04 Thread Po-Hsu Lin
This is failing on 4.15 generic kernel as well.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- kill11 from ubuntu_ltp_syscalls failed on X-GCP-4.15
+ kill11 from ubuntu_ltp_syscalls failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865965

Title:
  kill11 from ubuntu_ltp_syscalls failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs