[Bug 2027575] Re: autopkgtest net is failing on 6.2 kernels with 'System is deadlocked on memory'
Benjamin Drung
2027575 at bugs.launchpad.net
Sat Jul 29 09:03:42 UTC 2023
Verified successsful autopkgtest runs:
initramfs-tools/0.140ubuntu13.4 on jammy:
* amd64: https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/amd64/i/initramfs-tools/20230728_115027_a4814@/log.gz
* arm64: https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/arm64/i/initramfs-tools/20230728_114858_98ccd@/log.gz
* armhf: https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/armhf/i/initramfs-tools/20230728_113811_c2c0b@/log.gz
* ppc64el: https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/ppc64el/i/initramfs-tools/20230728_113831_d4a90@/log.gz
* s390x: https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/s390x/i/initramfs-tools/20230728_131700_052e0@/log.gz
initramfs-tools/0.142ubuntu2.2 on lunar:
* amd64: https://autopkgtest.ubuntu.com/results/autopkgtest-lunar/lunar/amd64/i/initramfs-tools/20230729_085539_78fbb@/log.gz
* arm64: https://autopkgtest.ubuntu.com/results/autopkgtest-lunar/lunar/arm64/i/initramfs-tools/20230728_120120_3604c@/log.gz
* armhf: https://autopkgtest.ubuntu.com/results/autopkgtest-lunar/lunar/armhf/i/initramfs-tools/20230728_113422_10e6b@/log.gz
* ppc64el: https://autopkgtest.ubuntu.com/results/autopkgtest-lunar/lunar/ppc64el/i/initramfs-tools/20230728_113425_06348@/log.gz
* s390x: https://autopkgtest.ubuntu.com/results/autopkgtest-lunar/lunar/s390x/i/initramfs-tools/20230728_140252_532d0@/log.gz
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/2027575
Title:
autopkgtest net is failing on 6.2 kernels with 'System is deadlocked
on memory'
Status in initramfs-tools package in Ubuntu:
Fix Released
Status in initramfs-tools source package in Jammy:
Fix Committed
Status in initramfs-tools source package in Lunar:
Fix Committed
Bug description:
[Impact]
In debian/tests/run-image we instantiate an image with 512Mb of ram, but recent jammy/lunar 6.2 kernels need more than that.
Example of a test failure:
https://autopkgtest.ubuntu.com/results/autopkgtest-lunar/lunar/amd64/i/initramfs-tools/20230619_135049_ab1cb@/log.gz
'net' test fails with a kernel panic due to out-of-memory.
It also relies on an existing and working cloud image. If the cloud
image is not available, the test will silently succeed.
[Fix]
The net autopkgtest was ported to the common test framework in
initramfs-tools 0.142ubuntu3. This makes the test more robust by
relying on the minimum needed for the integration test.
[Test Plan]
Check that the autopkgtest succeed or test it manually:
1. Download a lunar image:
$ autopkgtest-buildvm-ubuntu-cloud -v -a amd64 -r lunar
2. Run autotestpkg tests from initramfs-tools package. The "net" test is the one that depends on the image instantiated by 'run-image'. The testcase should complete successfully without the kernel panic.
$ autopkgtest initramfs-tools -- qemu autopkgtest-lunar-amd64.img
[Where problems could occur]
The usage of a larger image for the tests could fail if the the test system is low on ram size.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2027575/+subscriptions
More information about the foundations-bugs
mailing list