[Kernel-packages] [Bug 1824794] Re: acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

2021-03-12 Thread Po-Hsu Lin
Issue fixed upstream, it will be skipped without any error now:

<<>>
tag=acct01 stime=1615542850
cmdline="acct01"
contacts=""
analysis=exit
<<>>
incrementing stop
tst_test.c:1291: TINFO: Timeout per run is 0h 05m 00s
acct01.c:75: TCONF: acct() system call isn't configured in kernel

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


** Changed in: ubuntu-kernel-tests
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1824794

Title:
  acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux-kvm package in Ubuntu:
  Invalid

Bug description:
  This test was skipped in the ltp syscalls test, due to unmatched
  configs.

  However the ltp test suite will treat it as a failure, it's better to
  figure out how to skip this.

  <<>>
  tag=acct01 stime=1555326506
  cmdline="acct01"
  contacts=""
  analysis=exit
  <<>>
  tst_test.c:1096: INFO: Timeout per run is 0h 05m 00s
  incrementing stop
  acct01.c:70: CONF: acct() system call isn't configured in kernel
  safe_macros.c:360: WARN: acct01.c:96: unlink(./tmpfile) failed: ENOENT
  safe_macros.c:360: WARN: acct01.c:97: unlink(test_file_eloop1) failed: ENOENT

  Summary:
  passed   0
  failed   0
  skipped  0
  warnings 2
  <<>>
  initiation_status="ok"
  duration=0 termination_type=exited termination_id=36 corefile=no
  cutime=0 cstime=0
  <<>>
  INFO: ltp-pan reported some tests FAIL

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1824794] Re: acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

2019-06-26 Thread Po-Hsu Lin
Issue reported upstream: https://github.com/linux-test-
project/ltp/issues/540

** Bug watch added: github.com/linux-test-project/ltp/issues #540
   https://github.com/linux-test-project/ltp/issues/540

** Changed in: linux-kvm (Ubuntu)
   Status: New => Invalid

** Changed in: ubuntu-kernel-tests
   Status: New => Triaged

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1824794

Title:
  acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

Status in ubuntu-kernel-tests:
  Triaged
Status in linux-kvm package in Ubuntu:
  Invalid

Bug description:
  This test was skipped in the ltp syscalls test, due to unmatched
  configs.

  However the ltp test suite will treat it as a failure, it's better to
  figure out how to skip this.

  <<>>
  tag=acct01 stime=1555326506
  cmdline="acct01"
  contacts=""
  analysis=exit
  <<>>
  tst_test.c:1096: INFO: Timeout per run is 0h 05m 00s
  incrementing stop
  acct01.c:70: CONF: acct() system call isn't configured in kernel
  safe_macros.c:360: WARN: acct01.c:96: unlink(./tmpfile) failed: ENOENT
  safe_macros.c:360: WARN: acct01.c:97: unlink(test_file_eloop1) failed: ENOENT

  Summary:
  passed   0
  failed   0
  skipped  0
  warnings 2
  <<>>
  initiation_status="ok"
  duration=0 termination_type=exited termination_id=36 corefile=no
  cutime=0 cstime=0
  <<>>
  INFO: ltp-pan reported some tests FAIL

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1824794] Re: acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

2019-06-26 Thread Po-Hsu Lin
This issue was caused by the cleanup function, it will try to run SAFE_UNLINK() 
in the end of the test:
SAFE_UNLINK(TEST_TMPFILE);
SAFE_UNLINK(TEST_ELOOP);

As these should be the cleanup for the SAFE_SYMLINK() in the test:
SAFE_SYMLINK(TEST_ELOOP, "test_file_eloop2");
SAFE_SYMLINK("test_file_eloop2", TEST_ELOOP);

But the test was skipped due to the config issue. And the SAFE_UNLINK()
causes the ENOENT warning.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1824794

Title:
  acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

Status in ubuntu-kernel-tests:
  New
Status in linux-kvm package in Ubuntu:
  New

Bug description:
  This test was skipped in the ltp syscalls test, due to unmatched
  configs.

  However the ltp test suite will treat it as a failure, it's better to
  figure out how to skip this.

  <<>>
  tag=acct01 stime=1555326506
  cmdline="acct01"
  contacts=""
  analysis=exit
  <<>>
  tst_test.c:1096: INFO: Timeout per run is 0h 05m 00s
  incrementing stop
  acct01.c:70: CONF: acct() system call isn't configured in kernel
  safe_macros.c:360: WARN: acct01.c:96: unlink(./tmpfile) failed: ENOENT
  safe_macros.c:360: WARN: acct01.c:97: unlink(test_file_eloop1) failed: ENOENT

  Summary:
  passed   0
  failed   0
  skipped  0
  warnings 2
  <<>>
  initiation_status="ok"
  duration=0 termination_type=exited termination_id=36 corefile=no
  cutime=0 cstime=0
  <<>>
  INFO: ltp-pan reported some tests FAIL

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1824794] Re: acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

2019-06-24 Thread Po-Hsu Lin
** Tags added: linux-kvm

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1824794

Title:
  acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

Status in ubuntu-kernel-tests:
  New
Status in linux-kvm package in Ubuntu:
  New

Bug description:
  This test was skipped in the ltp syscalls test, due to unmatched
  configs.

  However the ltp test suite will treat it as a failure, it's better to
  figure out how to skip this.

  <<>>
  tag=acct01 stime=1555326506
  cmdline="acct01"
  contacts=""
  analysis=exit
  <<>>
  tst_test.c:1096: INFO: Timeout per run is 0h 05m 00s
  incrementing stop
  acct01.c:70: CONF: acct() system call isn't configured in kernel
  safe_macros.c:360: WARN: acct01.c:96: unlink(./tmpfile) failed: ENOENT
  safe_macros.c:360: WARN: acct01.c:97: unlink(test_file_eloop1) failed: ENOENT

  Summary:
  passed   0
  failed   0
  skipped  0
  warnings 2
  <<>>
  initiation_status="ok"
  duration=0 termination_type=exited termination_id=36 corefile=no
  cutime=0 cstime=0
  <<>>
  INFO: ltp-pan reported some tests FAIL

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1824794] Re: acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

2019-06-24 Thread Po-Hsu Lin
** Tags added: ubuntu-ltp-syscalls

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1824794

Title:
  acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

Status in ubuntu-kernel-tests:
  New
Status in linux-kvm package in Ubuntu:
  New

Bug description:
  This test was skipped in the ltp syscalls test, due to unmatched
  configs.

  However the ltp test suite will treat it as a failure, it's better to
  figure out how to skip this.

  <<>>
  tag=acct01 stime=1555326506
  cmdline="acct01"
  contacts=""
  analysis=exit
  <<>>
  tst_test.c:1096: INFO: Timeout per run is 0h 05m 00s
  incrementing stop
  acct01.c:70: CONF: acct() system call isn't configured in kernel
  safe_macros.c:360: WARN: acct01.c:96: unlink(./tmpfile) failed: ENOENT
  safe_macros.c:360: WARN: acct01.c:97: unlink(test_file_eloop1) failed: ENOENT

  Summary:
  passed   0
  failed   0
  skipped  0
  warnings 2
  <<>>
  initiation_status="ok"
  duration=0 termination_type=exited termination_id=36 corefile=no
  cutime=0 cstime=0
  <<>>
  INFO: ltp-pan reported some tests FAIL

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1824794] Re: acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

2019-06-24 Thread Po-Hsu Lin
** Also affects: linux-kvm (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1824794

Title:
  acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

Status in ubuntu-kernel-tests:
  New
Status in linux-kvm package in Ubuntu:
  New

Bug description:
  This test was skipped in the ltp syscalls test, due to unmatched
  configs.

  However the ltp test suite will treat it as a failure, it's better to
  figure out how to skip this.

  <<>>
  tag=acct01 stime=1555326506
  cmdline="acct01"
  contacts=""
  analysis=exit
  <<>>
  tst_test.c:1096: INFO: Timeout per run is 0h 05m 00s
  incrementing stop
  acct01.c:70: CONF: acct() system call isn't configured in kernel
  safe_macros.c:360: WARN: acct01.c:96: unlink(./tmpfile) failed: ENOENT
  safe_macros.c:360: WARN: acct01.c:97: unlink(test_file_eloop1) failed: ENOENT

  Summary:
  passed   0
  failed   0
  skipped  0
  warnings 2
  <<>>
  initiation_status="ok"
  duration=0 termination_type=exited termination_id=36 corefile=no
  cutime=0 cstime=0
  <<>>
  INFO: ltp-pan reported some tests FAIL

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp