[Canonical-ubuntu-qa] [Bug 2054154] Re: b/linux: kvm_smoke_test fails on metal/kernel02

2024-02-21 Thread Po-Hsu Lin
I give it a try manually and it failed on my first attempt. On the second attempt I tried to use `virsh console` to see what's going on but test has passed this time. And so forth for the 3rd and 4th manual attempts. Perhaps it's the default timeout is too close to what it takes in some occasions

[Canonical-ubuntu-qa] [Bug 2054362] Re: ftrace:test.d--kprobe--kprobe_non_uniq_symbol.tc from ubuntu_kselftests_ftrace failed on 5.4

2024-02-21 Thread Po-Hsu Lin
** Description changed: - Issue found on B-hwe-5.4.0-173.191~18.04.1 + Issue found on B-hwe-5.4.0-173.191~18.04.1 F-5.4.0-173.191 and + J-5.15.0-96.106, 5.15.0-100.110 in sru-20240205 This kprobe_non_uniq_symbol.tc test case came from stable update (bug 2049024) and landed in our Focal kern

[Canonical-ubuntu-qa] [Bug 2054362] Re: ftrace:test.d--kprobe--kprobe_non_uniq_symbol.tc from ubuntu_kselftests_ftrace failed on 5.4 / 5.15

2024-02-21 Thread Po-Hsu Lin
** Summary changed: - ftrace:test.d--kprobe--kprobe_non_uniq_symbol.tc from ubuntu_kselftests_ftrace failed on 5.4 + ftrace:test.d--kprobe--kprobe_non_uniq_symbol.tc from ubuntu_kselftests_ftrace failed on 5.4 / 5.15 ** Changed in: linux (Ubuntu) Status: New => Invalid -- You received

[Canonical-ubuntu-qa] [Merge] ~hyask/autopkgtest-cloud:skia/irc_highlight into autopkgtest-cloud:master

2024-02-21 Thread Skia
Skia has proposed merging ~hyask/autopkgtest-cloud:skia/irc_highlight into autopkgtest-cloud:master. Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~hyask/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460920 -- Your team Cano

[Canonical-ubuntu-qa] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-21 Thread Daniel van Vugt
** Description changed: + [ Impact ] + + Kernel (and systemd) log messages appear during boot for many machines, + when the user should be seeing only the BIOS logo and/or Plymouth splash + screens. + + [ Test Plan ] + + 1. Boot Ubuntu on a number of laptops that have the problem and verify + n

[Canonical-ubuntu-qa] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-21 Thread Daniel van Vugt
** Description changed: [ Impact ] Kernel (and systemd) log messages appear during boot for many machines, when the user should be seeing only the BIOS logo and/or Plymouth splash screens. + [ Workaround ] + + On most machines you can hide the problem by using these kernel parameter

[Canonical-ubuntu-qa] [Bug 2054562] [NEW] ISO tracker cannot vary tests by release

2024-02-21 Thread Dave Jones
Public bug reported: I'm currently running through the ISO tests for Ubuntu 22.04.4 (https://iso.qa.ubuntu.com/qatracker/milestones/451/builds) on various Raspberry Pi models. Unfortunately, the Pi 5 4GB and 8GB models are listed as ones that should be tested (e.g. https://iso.qa.ubuntu.com/qatrac

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:lxd-cleanup-srv-files into autopkgtest-cloud:master

2024-02-21 Thread Tim Andersson
Look at that. I completely forgot to do this. testing now. -- https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/456773 Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:lxd-cleanup-srv-files into au

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:lxd-cleanup-srv-files into autopkgtest-cloud:master

2024-02-21 Thread Tim Andersson
Tested and fully functional. Noice -- https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/456773 Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:lxd-cleanup-srv-files into autopkgtest-cloud:master.

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:d-r-d-a-r-merging into autopkgtest-cloud:master

2024-02-21 Thread Tim Andersson
Diff comments: > diff --git a/charms/focal/autopkgtest-web/webcontrol/download-results > b/charms/focal/autopkgtest-web/webcontrol/download-results > index e71d4a0..4b9b11e 100755 > --- a/charms/focal/autopkgtest-web/webcontrol/download-results > +++ b/charms/focal/autopkgtest-web/webcontrol/d

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:d-r-d-a-r-merging into autopkgtest-cloud:master

2024-02-21 Thread Tim Andersson
Diff comments: > diff --git a/charms/focal/autopkgtest-web/webcontrol/sqlite-writer > b/charms/focal/autopkgtest-web/webcontrol/sqlite-writer > new file mode 100755 > index 000..3939bde > --- /dev/null > +++ b/charms/focal/autopkgtest-web/webcontrol/sqlite-writer > @@ -0,0 +1,136 @@ > +#!/

[Canonical-ubuntu-qa] [Merge] ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into ubuntu-manual-tests:main

2024-02-21 Thread Skia
Skia has proposed merging ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into ubuntu-manual-tests:main. Commit message: Add an optional cleaning step for chroot test As these tests are not performed in a VM, and do some `mount --bind` of the system's `dev`, `dev/pts`, `proc`, `sys`, an option

Re: [Canonical-ubuntu-qa] [Merge] ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into ubuntu-manual-tests:main

2024-02-21 Thread Paride Legovini
Big +1 for adding the cleanup step. One question: Would `umount -R base/` work? This should be even safer, as it should really unmount everything and allow to `rm` only if that succeeds. Something like: sudo umount -R base/ && sudo rm -rf base/ If this doesn't work for some reason your propos

Re: [Canonical-ubuntu-qa] [Merge] ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into ubuntu-manual-tests:main

2024-02-21 Thread Skia
It sadly doesn't work: ``` $ sudo umount -R base/; echo $? umount: base/: not mounted 1 ``` An alternative would be that: ``` $ sudo umount -R base/*; echo $? umount: base/bin: not mounted umount: base/boot: not mounted umount: base/etc: not mounted umount: base/home: not mounted umount: base/lib:

Re: [Canonical-ubuntu-qa] [Merge] ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into ubuntu-manual-tests:main

2024-02-21 Thread Skia
Maybe that: ``` $ sudo umount -Rq base/*; echo $? 15 ``` But we still can't use the `&&` operator, so doesn't bring much either. -- https://code.launchpad.net/~hyask/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460936 Your team Ubuntu Testcase Admins is requested to review the proposed merg

Re: [Canonical-ubuntu-qa] [Merge] ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into ubuntu-manual-tests:main

2024-02-21 Thread Paride Legovini
Review: Approve +1 for your original version -- https://code.launchpad.net/~hyask/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460936 Your team Ubuntu Testcase Admins is subscribed to branch ubuntu-manual-tests:main. -- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to

[Canonical-ubuntu-qa] [Merge] ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into ubuntu-manual-tests:main

2024-02-21 Thread mp+460936
The proposal to merge ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into ubuntu-manual-tests:main has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~hyask/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460936 -- Your team Ubuntu Test

[Canonical-ubuntu-qa] [Bug 2037015] Re: Screen corruption of slides during install on Raspberry Pi 4

2024-02-21 Thread Dave Jones
Now affecting the 22.04.4 jammy ISO ** Also affects: ubiquity (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: ubiquity (Ubuntu Jammy) Status: New => Confirmed -- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subsc

[Canonical-ubuntu-qa] [Bug 2037015] Re: Screen corruption of slides during install on Raspberry Pi 4

2024-02-21 Thread Dave Jones
** Changed in: ubiquity (Ubuntu Jammy) Importance: Undecided => Low ** Changed in: ubiquity (Ubuntu Noble) Milestone: ubuntu-24.03 => None ** Changed in: ubiquity (Ubuntu Noble) Milestone: None => ubuntu-24.04 -- You received this bug notification because you are a member of Canonica

[Canonical-ubuntu-qa] [Bug 2037017] Re: Sharing tab hangs gnome-control-center

2024-02-21 Thread Dave Jones
Failed to reproduce this on the jammy .4 images during ISO testing. Possibility it's either fixed or only occurs on later versions. Will attempt to reproduce on mantic later, if I've got the time. -- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is su

[Canonical-ubuntu-qa] [Bug 1993347] Re: Wrong audio output selected by default on Pi 4

2024-02-21 Thread Dave Jones
Occurred on the jammy .4 images during ISO testing -- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1993347 Title: Wrong audio output selected by default on Pi 4 Status in PipeWire: New St

[Canonical-ubuntu-qa] [Bug 1967015] Re: Release notes link in KDE frontend launches Kate

2024-02-21 Thread KDE
-- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967015 Title: Release notes link in KDE frontend launches Kate Status in ubiquity package in Ubuntu: Confirmed Status in ubiquity source pa

[Canonical-ubuntu-qa] [Bug 1967015] Re: Release notes link in KDE frontend launches Kate

2024-02-21 Thread Scarlett Gately Moore
Present in Jammy 22.04.4 test ISO 02/21/24 . Seeing as it releases tomorrow, not much I can do. Will work on sorting this out for noble.. -- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967015

[Canonical-ubuntu-qa] [Bug 1939022] Re: test_entries_since_login(_verbose) in test-aa-notify.py of test_utils_testsuite(3) from ubuntu_qrt_apparmor failed with AppArmor denials string unmatch

2024-02-21 Thread Georgia Garcia
I have a suggestion for a fix upstream in MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1152 I'll add it to QRT after a review/approval -- You received this bug notification because you are a member of Canonical Platform QA Team, which is subscribed to ubuntu-kernel-tests. https://bu

[Canonical-ubuntu-qa] [Merge] autopkgtest-cloud:adt-region into autopkgtest-cloud:master

2024-02-21 Thread Brian Murray
Brian Murray has proposed merging autopkgtest-cloud:adt-region into autopkgtest-cloud:master. Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460979 We had some iss

[Canonical-ubuntu-qa] [Bug 2037015] Re: Screen corruption of slides during install on Raspberry Pi 4

2024-02-21 Thread Daniel van Vugt
Same issue in Yelp (the Help app) when in Xorg sessions. So I think this is a webkit2gtk bug that only manifests on Xorg (like our installer/live sessions). Also I have removed the series targets because they were getting cluttered and likely targeting the wrong package anyway. ** Also affects: w

[Canonical-ubuntu-qa] [Bug 2029405] Re: Change in trace file leads to test timeout in ftrace tests on 5.15 ARM64

2024-02-21 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-nvidia- tegra/5.15.0-1022.22 kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-jammy-linux-nvidia-tegra' to 'verification-done-jammy-linu