Activity log for bug #1819129

Date Who What changed Old value New value Message
2019-03-08 09:09:56 Jean-Baptiste Lallement bug added bug
2019-04-25 12:52:40 Didier Roche-Tolomelli nominated for series Ubuntu Disco
2019-04-25 12:52:40 Didier Roche-Tolomelli bug task added ubuntu-report (Ubuntu Disco)
2019-04-25 12:52:40 Didier Roche-Tolomelli nominated for series Ubuntu Bionic
2019-04-25 12:52:40 Didier Roche-Tolomelli bug task added ubuntu-report (Ubuntu Bionic)
2019-04-25 13:03:16 Didier Roche-Tolomelli description On a virtualbox guest ubuntu-report doesn't report CPU information. u@pc:~$ ubuntu-report show { "Version": "19.04", "OEM": { "Vendor": "innotek GmbH", "Product": "VirtualBox" }, "BIOS": { "Vendor": "innotek GmbH", "Version": "VirtualBox" }, "Arch": "amd64", "GPU": [ { "Vendor": "15ad", "Model": "0405" } ], "RAM": 2, "Disks": [ 21.5 ], "Partitions": [ 20.5 ], "Screens": [ { "Size": "0mmx0mm", "Resolution": "800x600", "Frequency": "60.00" } ], "Autologin": true, "LivePatch": false, "Session": { "DE": "ubuntu:GNOME", "Name": "ubuntu", "Type": "x11" }, "Language": "en_US", "Timezone": "America/New_York", "Install": { "Media": "Ubuntu 19.04 \"Disco Dingo\" - Alpha amd64 (20190305.1)", "Type": "GTK", "OEM": false, "PartitionMethod": "use_device", "DownloadUpdates": true, "Language": "en", "Minimal": false, "RestrictedAddons": false, "Stages": { "0": "language", "2": "language", "8": "console_setup", "16": "console_setup", "20": "prepare", "24": "partman", "26": "start_install", "86": "timezone", "90": "usersetup", "97": "user_done", "582": "done" } } } @pc:~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 48 bits physical, 48 bits virtual CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 16 Model: 10 Model name: AMD Phenom(tm) II X6 1055T Processor Stepping: 0 CPU MHz: 2812.342 BogoMIPS: 5624.68 Hypervisor vendor: KVM Virtualization type: full L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 6144K NUMA node0 CPU(s): 0 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni monitor cx16 x2apic popcnt hypervisor lahf_lm cr8_legacy abm sse4a misalignsse 3dnowprefetch vmmcall ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: ubuntu-report 1.4.0 ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20 Uname: Linux 4.19.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu21 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Fri Mar 8 04:06:58 2019 Dependencies: gcc-9-base 9-20190220-0ubuntu1 libc6 2.28-0ubuntu1 libgcc1 1:9-20190220-0ubuntu1 libidn2-0 2.0.5-1 libunistring2 0.9.10-1ubuntu1 InstallationDate: Installed on 2019-03-07 (0 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubuntu-report UpgradeStatus: No upgrade log present (probably fresh install) [Impact] * Any new report after an installation in a Virtualbox machine won't show up CPU informations. [Test Case] * Make a new installation in virtualbox * Run "ubuntu-report show". -> you won't have any "CPU" field in the output * Install the new version from proposed * Run "ubuntu-report show" -> note the CPU field is now present. [Regression Potential] * The regexp to match lspcu information lines has been relaxed. The testsuite has been enhanced and existing cases keeps working. ------------ On a virtualbox guest ubuntu-report doesn't report CPU information. u@pc:~$ ubuntu-report show {   "Version": "19.04",   "OEM": {     "Vendor": "innotek GmbH",     "Product": "VirtualBox"   },   "BIOS": {     "Vendor": "innotek GmbH",     "Version": "VirtualBox"   },   "Arch": "amd64",   "GPU": [     {       "Vendor": "15ad",       "Model": "0405"     }   ],   "RAM": 2,   "Disks": [     21.5   ],   "Partitions": [     20.5   ],   "Screens": [     {       "Size": "0mmx0mm",       "Resolution": "800x600",       "Frequency": "60.00"     }   ],   "Autologin": true,   "LivePatch": false,   "Session": {     "DE": "ubuntu:GNOME",     "Name": "ubuntu",     "Type": "x11"   },   "Language": "en_US",   "Timezone": "America/New_York",   "Install": {     "Media": "Ubuntu 19.04 \"Disco Dingo\" - Alpha amd64 (20190305.1)",     "Type": "GTK",     "OEM": false,     "PartitionMethod": "use_device",     "DownloadUpdates": true,     "Language": "en",     "Minimal": false,     "RestrictedAddons": false,     "Stages": {       "0": "language",       "2": "language",       "8": "console_setup",       "16": "console_setup",       "20": "prepare",       "24": "partman",       "26": "start_install",       "86": "timezone",       "90": "usersetup",       "97": "user_done",       "582": "done"     }   } } @pc:~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 48 bits physical, 48 bits virtual CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 16 Model: 10 Model name: AMD Phenom(tm) II X6 1055T Processor Stepping: 0 CPU MHz: 2812.342 BogoMIPS: 5624.68 Hypervisor vendor: KVM Virtualization type: full L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 6144K NUMA node0 CPU(s): 0 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni monitor cx16 x2apic popcnt hypervisor lahf_lm cr8_legacy abm sse4a misalignsse 3dnowprefetch vmmcall ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: ubuntu-report 1.4.0 ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20 Uname: Linux 4.19.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu21 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Fri Mar 8 04:06:58 2019 Dependencies:  gcc-9-base 9-20190220-0ubuntu1  libc6 2.28-0ubuntu1  libgcc1 1:9-20190220-0ubuntu1  libidn2-0 2.0.5-1  libunistring2 0.9.10-1ubuntu1 InstallationDate: Installed on 2019-03-07 (0 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1) ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubuntu-report UpgradeStatus: No upgrade log present (probably fresh install)
2019-04-25 13:03:24 Didier Roche-Tolomelli description [Impact] * Any new report after an installation in a Virtualbox machine won't show up CPU informations. [Test Case] * Make a new installation in virtualbox * Run "ubuntu-report show". -> you won't have any "CPU" field in the output * Install the new version from proposed * Run "ubuntu-report show" -> note the CPU field is now present. [Regression Potential] * The regexp to match lspcu information lines has been relaxed. The testsuite has been enhanced and existing cases keeps working. ------------ On a virtualbox guest ubuntu-report doesn't report CPU information. u@pc:~$ ubuntu-report show {   "Version": "19.04",   "OEM": {     "Vendor": "innotek GmbH",     "Product": "VirtualBox"   },   "BIOS": {     "Vendor": "innotek GmbH",     "Version": "VirtualBox"   },   "Arch": "amd64",   "GPU": [     {       "Vendor": "15ad",       "Model": "0405"     }   ],   "RAM": 2,   "Disks": [     21.5   ],   "Partitions": [     20.5   ],   "Screens": [     {       "Size": "0mmx0mm",       "Resolution": "800x600",       "Frequency": "60.00"     }   ],   "Autologin": true,   "LivePatch": false,   "Session": {     "DE": "ubuntu:GNOME",     "Name": "ubuntu",     "Type": "x11"   },   "Language": "en_US",   "Timezone": "America/New_York",   "Install": {     "Media": "Ubuntu 19.04 \"Disco Dingo\" - Alpha amd64 (20190305.1)",     "Type": "GTK",     "OEM": false,     "PartitionMethod": "use_device",     "DownloadUpdates": true,     "Language": "en",     "Minimal": false,     "RestrictedAddons": false,     "Stages": {       "0": "language",       "2": "language",       "8": "console_setup",       "16": "console_setup",       "20": "prepare",       "24": "partman",       "26": "start_install",       "86": "timezone",       "90": "usersetup",       "97": "user_done",       "582": "done"     }   } } @pc:~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 48 bits physical, 48 bits virtual CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 16 Model: 10 Model name: AMD Phenom(tm) II X6 1055T Processor Stepping: 0 CPU MHz: 2812.342 BogoMIPS: 5624.68 Hypervisor vendor: KVM Virtualization type: full L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 6144K NUMA node0 CPU(s): 0 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni monitor cx16 x2apic popcnt hypervisor lahf_lm cr8_legacy abm sse4a misalignsse 3dnowprefetch vmmcall ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: ubuntu-report 1.4.0 ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20 Uname: Linux 4.19.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu21 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Fri Mar 8 04:06:58 2019 Dependencies:  gcc-9-base 9-20190220-0ubuntu1  libc6 2.28-0ubuntu1  libgcc1 1:9-20190220-0ubuntu1  libidn2-0 2.0.5-1  libunistring2 0.9.10-1ubuntu1 InstallationDate: Installed on 2019-03-07 (0 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1) ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubuntu-report UpgradeStatus: No upgrade log present (probably fresh install) [Impact]  * Any new report after an installation in a Virtualbox machine won't show up CPU informations. [Test Case]  * Make a new installation in virtualbox  * Run "ubuntu-report show". -> you won't have any "CPU" field in the output  * Install the new version from proposed  * Run "ubuntu-report show" -> note the CPU field is now present. [Regression Potential]  * The regexp to match lspcu information lines has been relaxed. The testsuite has been enhanced and existing cases keeps working. ------------ On a virtualbox guest ubuntu-report doesn't report CPU information. u@pc:~$ ubuntu-report show {   "Version": "19.04",   "OEM": {     "Vendor": "innotek GmbH",     "Product": "VirtualBox"   },   "BIOS": {     "Vendor": "innotek GmbH",     "Version": "VirtualBox"   },   "Arch": "amd64",   "GPU": [     {       "Vendor": "15ad",       "Model": "0405"     }   ],   "RAM": 2,   "Disks": [     21.5   ],   "Partitions": [     20.5   ],   "Screens": [     {       "Size": "0mmx0mm",       "Resolution": "800x600",       "Frequency": "60.00"     }   ],   "Autologin": true,   "LivePatch": false,   "Session": {     "DE": "ubuntu:GNOME",     "Name": "ubuntu",     "Type": "x11"   },   "Language": "en_US",   "Timezone": "America/New_York",   "Install": {     "Media": "Ubuntu 19.04 \"Disco Dingo\" - Alpha amd64 (20190305.1)",     "Type": "GTK",     "OEM": false,     "PartitionMethod": "use_device",     "DownloadUpdates": true,     "Language": "en",     "Minimal": false,     "RestrictedAddons": false,     "Stages": {       "0": "language",       "2": "language",       "8": "console_setup",       "16": "console_setup",       "20": "prepare",       "24": "partman",       "26": "start_install",       "86": "timezone",       "90": "usersetup",       "97": "user_done",       "582": "done"     }   } } @pc:~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 48 bits physical, 48 bits virtual CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 16 Model: 10 Model name: AMD Phenom(tm) II X6 1055T Processor Stepping: 0 CPU MHz: 2812.342 BogoMIPS: 5624.68 Hypervisor vendor: KVM Virtualization type: full L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 6144K NUMA node0 CPU(s): 0 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni monitor cx16 x2apic popcnt hypervisor lahf_lm cr8_legacy abm sse4a misalignsse 3dnowprefetch vmmcall ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: ubuntu-report 1.4.0 ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20 Uname: Linux 4.19.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu21 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Fri Mar 8 04:06:58 2019 Dependencies:  gcc-9-base 9-20190220-0ubuntu1  libc6 2.28-0ubuntu1  libgcc1 1:9-20190220-0ubuntu1  libidn2-0 2.0.5-1  libunistring2 0.9.10-1ubuntu1 InstallationDate: Installed on 2019-03-07 (0 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1) ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubuntu-report UpgradeStatus: No upgrade log present (probably fresh install)
2019-04-26 06:18:09 Didier Roche-Tolomelli description [Impact]  * Any new report after an installation in a Virtualbox machine won't show up CPU informations. [Test Case]  * Make a new installation in virtualbox  * Run "ubuntu-report show". -> you won't have any "CPU" field in the output  * Install the new version from proposed  * Run "ubuntu-report show" -> note the CPU field is now present. [Regression Potential]  * The regexp to match lspcu information lines has been relaxed. The testsuite has been enhanced and existing cases keeps working. ------------ On a virtualbox guest ubuntu-report doesn't report CPU information. u@pc:~$ ubuntu-report show {   "Version": "19.04",   "OEM": {     "Vendor": "innotek GmbH",     "Product": "VirtualBox"   },   "BIOS": {     "Vendor": "innotek GmbH",     "Version": "VirtualBox"   },   "Arch": "amd64",   "GPU": [     {       "Vendor": "15ad",       "Model": "0405"     }   ],   "RAM": 2,   "Disks": [     21.5   ],   "Partitions": [     20.5   ],   "Screens": [     {       "Size": "0mmx0mm",       "Resolution": "800x600",       "Frequency": "60.00"     }   ],   "Autologin": true,   "LivePatch": false,   "Session": {     "DE": "ubuntu:GNOME",     "Name": "ubuntu",     "Type": "x11"   },   "Language": "en_US",   "Timezone": "America/New_York",   "Install": {     "Media": "Ubuntu 19.04 \"Disco Dingo\" - Alpha amd64 (20190305.1)",     "Type": "GTK",     "OEM": false,     "PartitionMethod": "use_device",     "DownloadUpdates": true,     "Language": "en",     "Minimal": false,     "RestrictedAddons": false,     "Stages": {       "0": "language",       "2": "language",       "8": "console_setup",       "16": "console_setup",       "20": "prepare",       "24": "partman",       "26": "start_install",       "86": "timezone",       "90": "usersetup",       "97": "user_done",       "582": "done"     }   } } @pc:~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 48 bits physical, 48 bits virtual CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 16 Model: 10 Model name: AMD Phenom(tm) II X6 1055T Processor Stepping: 0 CPU MHz: 2812.342 BogoMIPS: 5624.68 Hypervisor vendor: KVM Virtualization type: full L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 6144K NUMA node0 CPU(s): 0 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni monitor cx16 x2apic popcnt hypervisor lahf_lm cr8_legacy abm sse4a misalignsse 3dnowprefetch vmmcall ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: ubuntu-report 1.4.0 ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20 Uname: Linux 4.19.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu21 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Fri Mar 8 04:06:58 2019 Dependencies:  gcc-9-base 9-20190220-0ubuntu1  libc6 2.28-0ubuntu1  libgcc1 1:9-20190220-0ubuntu1  libidn2-0 2.0.5-1  libunistring2 0.9.10-1ubuntu1 InstallationDate: Installed on 2019-03-07 (0 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1) ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubuntu-report UpgradeStatus: No upgrade log present (probably fresh install) [Impact]  * Any new report after an installation in a Virtualbox machine won't show up CPU informations. * Note that we don't fix Cosmic: it's almost EOL and ubuntu-report is used on first user login. Now, we either proposed bionic or disco to our users. The issue isn't that critical either as the CPU field is just ignored when missing. [Test Case]  * Make a new installation in virtualbox  * Run "ubuntu-report show". -> you won't have any "CPU" field in the output  * Install the new version from proposed  * Run "ubuntu-report show" -> note the CPU field is now present. [Regression Potential]  * The regexp to match lspcu information lines has been relaxed. The testsuite has been enhanced and existing cases keeps working. ------------ On a virtualbox guest ubuntu-report doesn't report CPU information. u@pc:~$ ubuntu-report show {   "Version": "19.04",   "OEM": {     "Vendor": "innotek GmbH",     "Product": "VirtualBox"   },   "BIOS": {     "Vendor": "innotek GmbH",     "Version": "VirtualBox"   },   "Arch": "amd64",   "GPU": [     {       "Vendor": "15ad",       "Model": "0405"     }   ],   "RAM": 2,   "Disks": [     21.5   ],   "Partitions": [     20.5   ],   "Screens": [     {       "Size": "0mmx0mm",       "Resolution": "800x600",       "Frequency": "60.00"     }   ],   "Autologin": true,   "LivePatch": false,   "Session": {     "DE": "ubuntu:GNOME",     "Name": "ubuntu",     "Type": "x11"   },   "Language": "en_US",   "Timezone": "America/New_York",   "Install": {     "Media": "Ubuntu 19.04 \"Disco Dingo\" - Alpha amd64 (20190305.1)",     "Type": "GTK",     "OEM": false,     "PartitionMethod": "use_device",     "DownloadUpdates": true,     "Language": "en",     "Minimal": false,     "RestrictedAddons": false,     "Stages": {       "0": "language",       "2": "language",       "8": "console_setup",       "16": "console_setup",       "20": "prepare",       "24": "partman",       "26": "start_install",       "86": "timezone",       "90": "usersetup",       "97": "user_done",       "582": "done"     }   } } @pc:~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 48 bits physical, 48 bits virtual CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 16 Model: 10 Model name: AMD Phenom(tm) II X6 1055T Processor Stepping: 0 CPU MHz: 2812.342 BogoMIPS: 5624.68 Hypervisor vendor: KVM Virtualization type: full L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 6144K NUMA node0 CPU(s): 0 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni monitor cx16 x2apic popcnt hypervisor lahf_lm cr8_legacy abm sse4a misalignsse 3dnowprefetch vmmcall ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: ubuntu-report 1.4.0 ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20 Uname: Linux 4.19.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu21 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Fri Mar 8 04:06:58 2019 Dependencies:  gcc-9-base 9-20190220-0ubuntu1  libc6 2.28-0ubuntu1  libgcc1 1:9-20190220-0ubuntu1  libidn2-0 2.0.5-1  libunistring2 0.9.10-1ubuntu1 InstallationDate: Installed on 2019-03-07 (0 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190305.1) ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: ubuntu-report UpgradeStatus: No upgrade log present (probably fresh install)
2019-04-26 06:27:19 Didier Roche-Tolomelli bug added subscriber Ubuntu Stable Release Updates Team
2019-04-26 06:27:21 Didier Roche-Tolomelli ubuntu-report (Ubuntu): assignee Didier Roche (didrocks)
2019-04-26 06:27:23 Didier Roche-Tolomelli ubuntu-report (Ubuntu Bionic): assignee Didier Roche (didrocks)
2019-04-26 06:27:24 Didier Roche-Tolomelli ubuntu-report (Ubuntu Disco): assignee Didier Roche (didrocks)
2019-04-26 06:27:29 Didier Roche-Tolomelli ubuntu-report (Ubuntu): importance Undecided Low
2019-04-26 06:27:31 Didier Roche-Tolomelli ubuntu-report (Ubuntu Bionic): importance Undecided Low
2019-04-26 06:27:32 Didier Roche-Tolomelli ubuntu-report (Ubuntu Disco): importance Undecided Low
2019-04-26 06:27:38 Didier Roche-Tolomelli ubuntu-report (Ubuntu): status New Triaged
2019-04-26 06:27:40 Didier Roche-Tolomelli ubuntu-report (Ubuntu Bionic): status New Triaged
2019-04-26 06:27:42 Didier Roche-Tolomelli ubuntu-report (Ubuntu Disco): status New Triaged
2019-04-27 21:53:00 Launchpad Janitor ubuntu-report (Ubuntu): status Triaged Fix Released
2019-05-03 23:20:20 Steve Langasek ubuntu-report (Ubuntu Disco): status Triaged Fix Committed
2019-05-03 23:20:23 Steve Langasek bug added subscriber SRU Verification
2019-05-03 23:20:28 Steve Langasek tags amd64 apport-bug disco amd64 apport-bug disco verification-needed verification-needed-disco
2019-05-03 23:22:01 Steve Langasek ubuntu-report (Ubuntu Bionic): status Triaged Fix Committed
2019-05-03 23:22:06 Steve Langasek tags amd64 apport-bug disco verification-needed verification-needed-disco amd64 apport-bug disco verification-needed verification-needed-bionic verification-needed-disco
2019-05-27 11:44:19 Sebastien Bacher tags amd64 apport-bug disco verification-needed verification-needed-bionic verification-needed-disco amd64 apport-bug disco verification-done-disco verification-needed verification-needed-bionic
2019-05-29 15:58:41 Sebastien Bacher tags amd64 apport-bug disco verification-done-disco verification-needed verification-needed-bionic amd64 apport-bug disco verification-done-bionic verification-done-disco verification-needed
2019-05-29 15:58:50 Sebastien Bacher tags amd64 apport-bug disco verification-done-bionic verification-done-disco verification-needed amd64 apport-bug disco verification-done verification-done-bionic verification-done-disco
2019-05-30 08:19:25 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2019-05-30 08:29:26 Launchpad Janitor ubuntu-report (Ubuntu Disco): status Fix Committed Fix Released
2019-05-30 09:52:10 Launchpad Janitor ubuntu-report (Ubuntu Bionic): status Fix Committed Fix Released