Activity log for bug #1864172

Date Who What changed Old value New value Message
2020-02-21 09:18:11 Po-Hsu Lin bug added bug
2020-02-21 09:30:09 Ubuntu Kernel Bot linux (Ubuntu): status New Confirmed
2020-02-21 09:40:37 Po-Hsu Lin nominated for series Ubuntu Eoan
2020-02-21 09:40:37 Po-Hsu Lin bug task added linux (Ubuntu Eoan)
2020-02-21 09:40:37 Po-Hsu Lin nominated for series Ubuntu Focal
2020-02-21 09:40:37 Po-Hsu Lin bug task added linux (Ubuntu Focal)
2020-02-21 09:40:48 Po-Hsu Lin summary ftrace test in ubuntu_kernel_selftests will timeout on E ftrace test in ubuntu_kernel_selftests will timeout randomly
2020-02-21 09:40:59 Po-Hsu Lin bug task added ubuntu-kernel-tests
2020-02-21 09:41:06 Po-Hsu Lin linux (Ubuntu Focal): status Confirmed In Progress
2020-02-21 09:41:08 Po-Hsu Lin linux (Ubuntu Eoan): status New In Progress
2020-02-21 09:41:10 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2020-02-21 09:41:11 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2020-02-21 09:41:13 Po-Hsu Lin linux (Ubuntu Eoan): assignee Po-Hsu Lin (cypressyew)
2020-02-21 09:41:14 Po-Hsu Lin linux (Ubuntu Focal): assignee Po-Hsu Lin (cypressyew)
2020-02-21 10:00:31 Po-Hsu Lin tags amd64 apport-bug eoan uec-images amd64 apport-bug eoan focal ubuntu-kernel-selftests uec-images
2020-02-21 10:00:35 Po-Hsu Lin tags amd64 apport-bug eoan focal ubuntu-kernel-selftests uec-images amd64 apport-bug eoan focal sru-20200217 ubuntu-kernel-selftests uec-images
2020-02-21 10:19:20 Po-Hsu Lin description Issue found on Eoan this test will timeout quite randomly before the test can complete: 1st attempt: # [23] ftrace - function trace on module [PASS] # [24] ftrace - function profiling# not ok 1 selftests: ftrace: ftracetest # TIMEOUT 2nd attemp: # [31] Kprobe dynamic event - adding and removing [PASS] # [32] Kprobe dynamic event - busy event check# not ok 1 selftests: ftrace: ftracetest # TIMEOUT 3rd attempt: # [35] Kprobe event string type argument [PASS] # [36] Kprobe event symbol argument# not ok 1 selftests: ftrace: ftracetest # TIMEOUT ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-image-5.3.0-40-generic 5.3.0-40.32 ProcVersionSignature: User Name 5.3.0-40.32-generic 5.3.18 Uname: Linux 5.3.0-40-generic x86_64 AlsaDevices: total 0 crw-rw---- 1 root audio 116, 1 Feb 21 09:05 seq crw-rw---- 1 root audio 116, 33 Feb 21 09:05 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay' ApportVersion: 2.20.11-0ubuntu8.2 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Fri Feb 21 09:09:06 2020 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig' Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: QEMU Standard PC (i440FX + PIIX, 1996) PciMultimedia: ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=C.UTF-8 SHELL=/bin/bash ProcFB: 0 cirrusdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=29438a95-0e7a-484b-a1fb-527f0e3d2e06 ro console=tty1 console=ttyS0 RelatedPackageVersions: linux-restricted-modules-5.3.0-40-generic N/A linux-backports-modules-5.3.0-40-generic N/A linux-firmware 1.183.4 RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/01/2014 dmi.bios.vendor: SeaBIOS dmi.bios.version: 1.10.2-1ubuntu1 dmi.chassis.type: 1 dmi.chassis.vendor: QEMU dmi.chassis.version: pc-i440fx-bionic dmi.modalias: dmi:bvnSeaBIOS:bvr1.10.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-bionic:cvnQEMU:ct1:cvrpc-i440fx-bionic: dmi.product.name: Standard PC (i440FX + PIIX, 1996) dmi.product.version: pc-i440fx-bionic dmi.sys.vendor: QEMU == SRU Justification == A new timeout feature was added to kselftests in commit 852c8cbf (selftests/kselftest/runner.sh: Add 45 second timeout per test) However the ftrace test will take much longer than 45 seconds to run, thus you will see it failed with: not ok 1 selftests: ftrace: ftracetest # TIMEOUT == Fix == * 9fab89cc (tracing/selftests: Turn off timeout setting) This patch will turn off the timeout setting for the ftrace test. It can be cherry-picked into B/D/E/F, we don't run this test in X so it can be skipped. Note that we don't have 852c8cbf in B/D, but I think it's still OK to fix them as the change is really small, and if they got that patch in the future we don't need to look back on this. == Test == Patch tested directly on KVM nodes. It works as expected. == Regression Potential == Low, trival change limited to testing tools. == Original Bug Report == Issue found on Eoan this test will timeout quite randomly before the test can complete: 1st attempt:  # [23] ftrace - function trace on module [PASS]  # [24] ftrace - function profiling#  not ok 1 selftests: ftrace: ftracetest # TIMEOUT 2nd attemp: # [31] Kprobe dynamic event - adding and removing [PASS] # [32] Kprobe dynamic event - busy event check# not ok 1 selftests: ftrace: ftracetest # TIMEOUT 3rd attempt: # [35] Kprobe event string type argument [PASS] # [36] Kprobe event symbol argument# not ok 1 selftests: ftrace: ftracetest # TIMEOUT ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-image-5.3.0-40-generic 5.3.0-40.32 ProcVersionSignature: User Name 5.3.0-40.32-generic 5.3.18 Uname: Linux 5.3.0-40-generic x86_64 AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 Feb 21 09:05 seq  crw-rw---- 1 root audio 116, 33 Feb 21 09:05 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay' ApportVersion: 2.20.11-0ubuntu8.2 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Fri Feb 21 09:09:06 2020 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig' Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: QEMU Standard PC (i440FX + PIIX, 1996) PciMultimedia: ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=C.UTF-8  SHELL=/bin/bash ProcFB: 0 cirrusdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=29438a95-0e7a-484b-a1fb-527f0e3d2e06 ro console=tty1 console=ttyS0 RelatedPackageVersions:  linux-restricted-modules-5.3.0-40-generic N/A  linux-backports-modules-5.3.0-40-generic N/A  linux-firmware 1.183.4 RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/01/2014 dmi.bios.vendor: SeaBIOS dmi.bios.version: 1.10.2-1ubuntu1 dmi.chassis.type: 1 dmi.chassis.vendor: QEMU dmi.chassis.version: pc-i440fx-bionic dmi.modalias: dmi:bvnSeaBIOS:bvr1.10.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-bionic:cvnQEMU:ct1:cvrpc-i440fx-bionic: dmi.product.name: Standard PC (i440FX + PIIX, 1996) dmi.product.version: pc-i440fx-bionic dmi.sys.vendor: QEMU
2020-02-21 10:20:16 Po-Hsu Lin description == SRU Justification == A new timeout feature was added to kselftests in commit 852c8cbf (selftests/kselftest/runner.sh: Add 45 second timeout per test) However the ftrace test will take much longer than 45 seconds to run, thus you will see it failed with: not ok 1 selftests: ftrace: ftracetest # TIMEOUT == Fix == * 9fab89cc (tracing/selftests: Turn off timeout setting) This patch will turn off the timeout setting for the ftrace test. It can be cherry-picked into B/D/E/F, we don't run this test in X so it can be skipped. Note that we don't have 852c8cbf in B/D, but I think it's still OK to fix them as the change is really small, and if they got that patch in the future we don't need to look back on this. == Test == Patch tested directly on KVM nodes. It works as expected. == Regression Potential == Low, trival change limited to testing tools. == Original Bug Report == Issue found on Eoan this test will timeout quite randomly before the test can complete: 1st attempt:  # [23] ftrace - function trace on module [PASS]  # [24] ftrace - function profiling#  not ok 1 selftests: ftrace: ftracetest # TIMEOUT 2nd attemp: # [31] Kprobe dynamic event - adding and removing [PASS] # [32] Kprobe dynamic event - busy event check# not ok 1 selftests: ftrace: ftracetest # TIMEOUT 3rd attempt: # [35] Kprobe event string type argument [PASS] # [36] Kprobe event symbol argument# not ok 1 selftests: ftrace: ftracetest # TIMEOUT ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-image-5.3.0-40-generic 5.3.0-40.32 ProcVersionSignature: User Name 5.3.0-40.32-generic 5.3.18 Uname: Linux 5.3.0-40-generic x86_64 AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 Feb 21 09:05 seq  crw-rw---- 1 root audio 116, 33 Feb 21 09:05 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay' ApportVersion: 2.20.11-0ubuntu8.2 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Fri Feb 21 09:09:06 2020 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig' Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: QEMU Standard PC (i440FX + PIIX, 1996) PciMultimedia: ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=C.UTF-8  SHELL=/bin/bash ProcFB: 0 cirrusdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=29438a95-0e7a-484b-a1fb-527f0e3d2e06 ro console=tty1 console=ttyS0 RelatedPackageVersions:  linux-restricted-modules-5.3.0-40-generic N/A  linux-backports-modules-5.3.0-40-generic N/A  linux-firmware 1.183.4 RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/01/2014 dmi.bios.vendor: SeaBIOS dmi.bios.version: 1.10.2-1ubuntu1 dmi.chassis.type: 1 dmi.chassis.vendor: QEMU dmi.chassis.version: pc-i440fx-bionic dmi.modalias: dmi:bvnSeaBIOS:bvr1.10.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-bionic:cvnQEMU:ct1:cvrpc-i440fx-bionic: dmi.product.name: Standard PC (i440FX + PIIX, 1996) dmi.product.version: pc-i440fx-bionic dmi.sys.vendor: QEMU == SRU Justification == A new timeout feature was added to kselftests in commit 852c8cbf (selftests/kselftest/runner.sh: Add 45 second timeout per test) However the ftrace test will take much longer than 45 seconds to run, thus you will see it failed with:    not ok 1 selftests: ftrace: ftracetest # TIMEOUT == Fix == * 9fab89cc (tracing/selftests: Turn off timeout setting) This patch will turn off the timeout setting for the ftrace test. It can be cherry-picked into B/D/E/F, we don't run this test in X so it can be skipped. Note that we don't have 852c8cbf in B/D, but I think it's still OK to fix them as the change is really small, and if they got that patch in the future we don't need to look back on this. == Test == Patch tested directly on KVM nodes. It works as expected. == Regression Potential == Low, trivial change limited to testing tools. == Original Bug Report == Issue found on Eoan this test will timeout quite randomly before the test can complete: 1st attempt:  # [23] ftrace - function trace on module [PASS]  # [24] ftrace - function profiling#  not ok 1 selftests: ftrace: ftracetest # TIMEOUT 2nd attemp: # [31] Kprobe dynamic event - adding and removing [PASS] # [32] Kprobe dynamic event - busy event check# not ok 1 selftests: ftrace: ftracetest # TIMEOUT 3rd attempt: # [35] Kprobe event string type argument [PASS] # [36] Kprobe event symbol argument# not ok 1 selftests: ftrace: ftracetest # TIMEOUT ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-image-5.3.0-40-generic 5.3.0-40.32 ProcVersionSignature: User Name 5.3.0-40.32-generic 5.3.18 Uname: Linux 5.3.0-40-generic x86_64 AlsaDevices:  total 0  crw-rw---- 1 root audio 116, 1 Feb 21 09:05 seq  crw-rw---- 1 root audio 116, 33 Feb 21 09:05 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay' ApportVersion: 2.20.11-0ubuntu8.2 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Fri Feb 21 09:09:06 2020 IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig' Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: QEMU Standard PC (i440FX + PIIX, 1996) PciMultimedia: ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=C.UTF-8  SHELL=/bin/bash ProcFB: 0 cirrusdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=29438a95-0e7a-484b-a1fb-527f0e3d2e06 ro console=tty1 console=ttyS0 RelatedPackageVersions:  linux-restricted-modules-5.3.0-40-generic N/A  linux-backports-modules-5.3.0-40-generic N/A  linux-firmware 1.183.4 RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/01/2014 dmi.bios.vendor: SeaBIOS dmi.bios.version: 1.10.2-1ubuntu1 dmi.chassis.type: 1 dmi.chassis.vendor: QEMU dmi.chassis.version: pc-i440fx-bionic dmi.modalias: dmi:bvnSeaBIOS:bvr1.10.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-bionic:cvnQEMU:ct1:cvrpc-i440fx-bionic: dmi.product.name: Standard PC (i440FX + PIIX, 1996) dmi.product.version: pc-i440fx-bionic dmi.sys.vendor: QEMU
2020-02-21 10:22:07 Po-Hsu Lin bug task deleted ubuntu-kernel-tests
2020-02-21 10:22:41 Po-Hsu Lin nominated for series Ubuntu Disco
2020-02-21 10:22:41 Po-Hsu Lin bug task added linux (Ubuntu Disco)
2020-02-21 10:22:41 Po-Hsu Lin nominated for series Ubuntu Bionic
2020-02-21 10:22:41 Po-Hsu Lin bug task added linux (Ubuntu Bionic)
2020-02-21 10:22:48 Po-Hsu Lin linux (Ubuntu Bionic): status New In Progress
2020-02-21 10:23:14 Po-Hsu Lin bug task added ubuntu-kernel-tests
2020-02-21 10:23:22 Po-Hsu Lin linux (Ubuntu Disco): status New In Progress
2020-02-21 10:23:25 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2020-02-21 10:23:27 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2020-02-21 10:23:58 Po-Hsu Lin linux (Ubuntu Bionic): assignee Po-Hsu Lin (cypressyew)
2020-02-21 10:24:00 Po-Hsu Lin linux (Ubuntu Disco): assignee Po-Hsu Lin (cypressyew)
2020-02-26 17:05:24 Sean Feole tags amd64 apport-bug eoan focal sru-20200217 ubuntu-kernel-selftests uec-images amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images
2020-02-26 17:05:49 Sean Feole tags amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images
2020-03-04 09:35:32 Po-Hsu Lin tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images 5.3 amd64 apport-bug aws azure eoan focal kqa-blocker sru-20200217 ubuntu-kernel-selftests uec-images
2020-03-10 14:20:33 Sean Feole tags 5.3 amd64 apport-bug aws azure eoan focal kqa-blocker sru-20200217 ubuntu-kernel-selftests uec-images 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images
2020-03-11 05:41:16 Khaled El Mously linux (Ubuntu Bionic): status In Progress Fix Committed
2020-03-11 05:41:19 Khaled El Mously linux (Ubuntu Eoan): status In Progress Fix Committed
2020-03-11 05:41:22 Khaled El Mously linux (Ubuntu Disco): status In Progress Fix Committed
2020-03-12 10:43:20 Ubuntu Kernel Bot tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-needed-focal
2020-03-16 23:19:02 Launchpad Janitor linux (Ubuntu Focal): status In Progress Fix Released
2020-03-16 23:19:02 Launchpad Janitor cve linked 2019-19076
2020-03-17 16:13:46 Ubuntu Kernel Bot tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-needed-focal 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-needed-bionic verification-needed-focal
2020-03-17 17:33:33 Ubuntu Kernel Bot tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-needed-bionic verification-needed-focal 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-needed-bionic verification-needed-eoan verification-needed-focal
2020-03-27 08:10:53 Po-Hsu Lin tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-needed-bionic verification-needed-eoan verification-needed-focal 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-done-bionic verification-needed-eoan verification-needed-focal
2020-03-27 08:12:54 Po-Hsu Lin tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-done-bionic verification-needed-eoan verification-needed-focal 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-done-bionic verification-donw-eoan verification-needed-focal
2020-03-27 08:12:59 Po-Hsu Lin tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-done-bionic verification-donw-eoan verification-needed-focal 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-don-eoan verification-done-bionic verification-needed-focal
2020-03-27 08:13:08 Po-Hsu Lin tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-don-eoan verification-done-bionic verification-needed-focal 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-done-bionic verification-done-eoan verification-needed-focal
2020-03-27 08:13:46 Po-Hsu Lin tags 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-done-bionic verification-done-eoan verification-needed-focal 5.3 amd64 apport-bug aws azure eoan focal sru-20200217 ubuntu-kernel-selftests uec-images verification-done-bionic verification-done-eoan verification-done-focal
2020-03-27 08:14:49 Po-Hsu Lin ubuntu-kernel-tests: status In Progress Fix Released
2020-04-06 12:20:18 Launchpad Janitor linux (Ubuntu Eoan): status Fix Committed Fix Released
2020-04-06 16:52:57 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2020-04-06 16:52:57 Launchpad Janitor cve linked 2020-8834
2020-07-02 20:03:02 Steve Langasek linux (Ubuntu Disco): status Fix Committed Won't Fix