This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1938964

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

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

Title:
  icmp_redirect from selftests fails on F/kvm (unary operator expected)

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  icmp_redirect from selftect is failing on F/kvm 5.4.0-1045.47

   # selftests: net: icmp_redirect.sh
   #
   # ###########################################################################
   # Legacy routing
   # ###########################################################################
   #
   # TEST: IPv4: redirect exception                                      [ OK ]
   # TEST: IPv6: redirect exception                                      [ OK ]
   # TEST: IPv4: redirect exception plus mtu                             [ OK ]
   # TEST: IPv6: redirect exception plus mtu                             [ OK ]
   # TEST: IPv4: routing reset                                           [ OK ]
   # TEST: IPv6: routing reset                                           [ OK ]
   # TEST: IPv4: mtu exception                                           [ OK ]
   # TEST: IPv6: mtu exception                                           [ OK ]
   # TEST: IPv4: mtu exception plus redirect                             [ OK ]
   # TEST: IPv6: mtu exception plus redirect                             [XFAIL]
   #
   # ###########################################################################
   # Legacy routing with VRF
   # ###########################################################################
   #
   # Error: Unknown device type.
   # Cannot find device "red"
   # Error: argument "red" is wrong: Invalid VRF
   #
   # Error: argument "red" is wrong: Invalid VRF
   #
   # Cannot find device "red"
   # Cannot find device "red"
   # Error: argument "red" is wrong: Not a valid VRF name
   #
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: redirect exception                                      [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: redirect exception                                      [XFAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: redirect exception plus mtu                             [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: redirect exception plus mtu                             [XFAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: routing reset                                           [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: routing reset                                           [XFAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: mtu exception                                           [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: mtu exception                                           [XFAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: mtu exception plus redirect                             [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: mtu exception plus redirect                             [XFAIL]
   #
   # ###########################################################################
   # Routing with nexthop objects
   # ###########################################################################
   #
   # TEST: IPv4: redirect exception                                      [ OK ]
   # TEST: IPv6: redirect exception                                      [ OK ]
   # TEST: IPv4: redirect exception plus mtu                             [ OK ]
   # TEST: IPv6: redirect exception plus mtu                             [ OK ]
   # TEST: IPv4: routing reset                                           [ OK ]
   # TEST: IPv6: routing reset                                           [ OK ]
   # TEST: IPv4: mtu exception                                           [ OK ]
   # TEST: IPv6: mtu exception                                           [ OK ]
   # TEST: IPv4: mtu exception plus redirect                             [ OK ]
   # TEST: IPv6: mtu exception plus redirect                             [XFAIL]
   #
   # ###########################################################################
   # Routing with nexthop objects and VRF
   # ###########################################################################
   #
   # Error: Unknown device type.
   # Cannot find device "red"
   # Error: argument "red" is wrong: Invalid VRF
   #
   # Error: argument "red" is wrong: Invalid VRF
   #
   # Cannot find device "red"
   # Cannot find device "red"
   # Error: argument "red" is wrong: Not a valid VRF name
   #
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: redirect exception                                      [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: redirect exception                                      [XFAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: redirect exception plus mtu                             [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: redirect exception plus mtu                             [XFAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: routing reset                                           [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: routing reset                                           [XFAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: mtu exception                                           [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: mtu exception                                           [XFAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # ./icmp_redirect.sh: line 71: [: 1: unary operator expected
   # TEST: IPv4: mtu exception plus redirect                             [FAIL]
   # Error: argument "red" is wrong: Invalid VRF
   #
   # TEST: IPv6: mtu exception plus redirect                             [XFAIL]
   #
   # Tests passed:  18
   # Tests failed:  10
   # Tests xfailed:  12
   not ok 35 selftests: net: icmp_redirect.sh # exit=1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1938964/+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

Reply via email to