Public bug reported: Issue found on Openstack amd64/arm64/ppc64el with Oracular since 6.11.0-5.5 in d2024.08.12.
It's worthy to note that with 6.11.0-4.4, only ARM64 has failed with this test, AMD64 and PPC64EL are good. The test is expecting return code 6 (No such device), but we got 13 (Permission denied) here on Oracular. Test log: Running 'python3 ./test-kernel-security.py -v KernelSecurityTest.test_032_dev_kmem' Running test: './test-kernel-security.py' distro: 'Ubuntu 24.10' kernel: '6.11.0-8.8 (Ubuntu 6.11.0-8.8-generic 6.11.0)' arch: 'amd64' init: 'systemd' uid: 0/0 SUDO_USER: 'ubuntu') test_032_dev_kmem (__main__.KernelSecurityTest.test_032_dev_kmem) /dev/kmem not available ... FAIL ====================================================================== FAIL: test_032_dev_kmem (__main__.KernelSecurityTest.test_032_dev_kmem) /dev/kmem not available ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/./test-kernel-security.py", line 375, in test_032_dev_kmem self.assertShellExitEquals(expected, ["./errno-read.py", kmem, '4096']) File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py", line 1332, in assertShellExitEquals self.assertEqual(expected, rc, msg + result + report) AssertionError: 6 != 13 : Got exit code 13, expected 6 Command: './errno-read.py', '/tmp/kmem-y9brst6e/kmem', '4096' Output: /tmp/kmem-y9brst6e/kmem: Permission denied ---------------------------------------------------------------------- Ran 1 test in 0.046s FAILED (failures=1) ** Affects: ubuntu-kernel-tests Importance: Undecided Status: New ** Tags: 6.11 amd64 arm64 oracular ppc64el ubuntu-qrt-kernel-security ** Description changed: Issue found on Openstack amd64/arm64/ppc64el with Oracular since 6.11.0-5.5 in d2024.08.12. It's worthy to note that with 6.11.0-4.4, only ARM64 has failed with this test, AMD64 and PPC64EL are good. + The test is expecting return code 6 (No such device), but we got 13 + (Permission denied) here on Oracular. + Test log: - Running 'python3 ./test-kernel-security.py -v KernelSecurityTest.test_032_dev_kmem' - Running test: './test-kernel-security.py' distro: 'Ubuntu 24.10' kernel: '6.11.0-8.8 (Ubuntu 6.11.0-8.8-generic 6.11.0)' arch: 'amd64' init: 'systemd' uid: 0/0 SUDO_USER: 'ubuntu') - test_032_dev_kmem (__main__.KernelSecurityTest.test_032_dev_kmem) - /dev/kmem not available ... FAIL - - ====================================================================== - FAIL: test_032_dev_kmem (__main__.KernelSecurityTest.test_032_dev_kmem) - /dev/kmem not available - ---------------------------------------------------------------------- - Traceback (most recent call last): - File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/./test-kernel-security.py", line 375, in test_032_dev_kmem - self.assertShellExitEquals(expected, ["./errno-read.py", kmem, '4096']) - File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py", line 1332, in assertShellExitEquals - self.assertEqual(expected, rc, msg + result + report) - AssertionError: 6 != 13 : Got exit code 13, expected 6 - Command: './errno-read.py', '/tmp/kmem-y9brst6e/kmem', '4096' - Output: - /tmp/kmem-y9brst6e/kmem: Permission denied - - - ---------------------------------------------------------------------- - Ran 1 test in 0.046s - - FAILED (failures=1) + Running 'python3 ./test-kernel-security.py -v KernelSecurityTest.test_032_dev_kmem' + Running test: './test-kernel-security.py' distro: 'Ubuntu 24.10' kernel: '6.11.0-8.8 (Ubuntu 6.11.0-8.8-generic 6.11.0)' arch: 'amd64' init: 'systemd' uid: 0/0 SUDO_USER: 'ubuntu') + test_032_dev_kmem (__main__.KernelSecurityTest.test_032_dev_kmem) + /dev/kmem not available ... FAIL + + ====================================================================== + FAIL: test_032_dev_kmem (__main__.KernelSecurityTest.test_032_dev_kmem) + /dev/kmem not available + ---------------------------------------------------------------------- + Traceback (most recent call last): + File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/./test-kernel-security.py", line 375, in test_032_dev_kmem + self.assertShellExitEquals(expected, ["./errno-read.py", kmem, '4096']) + File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py", line 1332, in assertShellExitEquals + self.assertEqual(expected, rc, msg + result + report) + AssertionError: 6 != 13 : Got exit code 13, expected 6 + Command: './errno-read.py', '/tmp/kmem-y9brst6e/kmem', '4096' + Output: + /tmp/kmem-y9brst6e/kmem: Permission denied + + ---------------------------------------------------------------------- + Ran 1 test in 0.046s + + FAILED (failures=1) -- You received this bug notification because you are a member of Canonical Platform QA Team, which is subscribed to ubuntu-kernel-tests. https://bugs.launchpad.net/bugs/2083819 Title: test_032_dev_kmem from ubuntu_qrt_kernel_security failed on Oracular (Permission denied) Status in ubuntu-kernel-tests: New Bug description: Issue found on Openstack amd64/arm64/ppc64el with Oracular since 6.11.0-5.5 in d2024.08.12. It's worthy to note that with 6.11.0-4.4, only ARM64 has failed with this test, AMD64 and PPC64EL are good. The test is expecting return code 6 (No such device), but we got 13 (Permission denied) here on Oracular. Test log: Running 'python3 ./test-kernel-security.py -v KernelSecurityTest.test_032_dev_kmem' Running test: './test-kernel-security.py' distro: 'Ubuntu 24.10' kernel: '6.11.0-8.8 (Ubuntu 6.11.0-8.8-generic 6.11.0)' arch: 'amd64' init: 'systemd' uid: 0/0 SUDO_USER: 'ubuntu') test_032_dev_kmem (__main__.KernelSecurityTest.test_032_dev_kmem) /dev/kmem not available ... FAIL ====================================================================== FAIL: test_032_dev_kmem (__main__.KernelSecurityTest.test_032_dev_kmem) /dev/kmem not available ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/./test-kernel-security.py", line 375, in test_032_dev_kmem self.assertShellExitEquals(expected, ["./errno-read.py", kmem, '4096']) File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py", line 1332, in assertShellExitEquals self.assertEqual(expected, rc, msg + result + report) AssertionError: 6 != 13 : Got exit code 13, expected 6 Command: './errno-read.py', '/tmp/kmem-y9brst6e/kmem', '4096' Output: /tmp/kmem-y9brst6e/kmem: Permission denied ---------------------------------------------------------------------- Ran 1 test in 0.046s FAILED (failures=1) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2083819/+subscriptions -- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp