# Noble

$ SERIES=noble; podman run --hostname $SERIES --name $SERIES -it --rm 
ubuntu:$SERIES
root@noble:/# apt-get -qq update
apt-get install -qqy lsb-release wget
echo "deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed 
restricted main multiverse universe" 
>/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
apt-get -qq update
apt-get install -qqy -t $(lsb_release -cs)-proposed whoopsie
dpkg-query -W whoopsie
cd $(mktemp -d)
chown whoopsie .
wget -q 
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/2130649/+attachment/5929464/+files/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash
wget -q 
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/2130649/+attachment/5929465/+files/_usr_libexec_gnome-shell-calendar-server.1000.crash
touch _usr_libexec_gnome-shell-calendar-server.1000.upload 
_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.upload
CRASH_DB_URL=https://daisy.ubuntu.com APPORT_REPORT_DIR=$(pwd) 
CRASH_DB_IDENTIFIER=bug-2130649-verification-$(lsb_release -cs) whoopsie 
--no-polling -f
[...]
whoopsie        0.2.77ubuntu0.1
[08:25:14] Using lock path: /tmp/tmp.MPeiK01Ti5/whoopsie_lock
[08:25:14] Parsing 
/tmp/tmp.MPeiK01Ti5/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash.
[08:25:14] Uploading 
/tmp/tmp.MPeiK01Ti5/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash.
[08:25:28] Sent; server replied with: No error
[08:25:28] Response code: 200
[08:25:28] Reported OOPS ID 6d7b2b90-cf58-11f0-a9b2-fa163ec8ca8c
[08:25:28] Parsing 
/tmp/tmp.MPeiK01Ti5/_usr_libexec_gnome-shell-calendar-server.1000.crash.
[08:25:28] Uploading 
/tmp/tmp.MPeiK01Ti5/_usr_libexec_gnome-shell-calendar-server.1000.crash.
[08:26:20] Sent; server replied with: No error
[08:26:20] Response code: 200
[08:26:20] Reported OOPS ID 77ed17b4-cf58-11f0-a9b2-fa163ec8ca8c
root@noble:/tmp/tmp.MPeiK01Ti5#

https://errors.ubuntu.com/oops/6d7b2b90-cf58-11f0-a9b2-fa163ec8ca8c => Has 
`JournalAll`, `JournalErrors`, and `ShellJournal` (✅)
https://errors.ubuntu.com/oops/77ed17b4-cf58-11f0-a9b2-fa163ec8ca8c => Has 
`JournalAll`, `JournalErrors`, and `ShellJournal` (✅)


# Plucky

SERIES=plucky; podman run --hostname $SERIES --name $SERIES -it --rm 
ubuntu:$SERIES
root@plucky:/# apt-get -qq update
apt-get install -qqy lsb-release wget
echo "deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed 
restricted main multiverse universe" 
>/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
apt-get -qq update
apt-get install -qqy -t $(lsb_release -cs)-proposed whoopsie
dpkg-query -W whoopsie
cd $(mktemp -d)
chown whoopsie .
wget -q 
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/2130649/+attachment/5929464/+files/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash
wget -q 
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/2130649/+attachment/5929465/+files/_usr_libexec_gnome-shell-calendar-server.1000.crash
touch _usr_libexec_gnome-shell-calendar-server.1000.upload 
_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.upload
CRASH_DB_URL=https://daisy.ubuntu.com APPORT_REPORT_DIR=$(pwd) 
CRASH_DB_IDENTIFIER=bug-2130649-verification-$(lsb_release -cs) whoopsie 
--no-polling -f
[...]
whoopsie        0.2.79ubuntu0.25.04.1
[08:29:26] Using lock path: /tmp/tmp.fC4wHiwWUJ/whoopsie_lock
[08:29:26] Looking for .upload files in /tmp/tmp.fC4wHiwWUJ
[08:29:26] Found .crash corresponding to .upload 
(/tmp/tmp.fC4wHiwWUJ/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash)
[08:29:26] Parsing 
/tmp/tmp.fC4wHiwWUJ/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash.
[08:29:26] Uploading 
/tmp/tmp.fC4wHiwWUJ/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash.
[08:29:35] Sent; server replied with: No error
[08:29:35] Response code: 200
[08:29:35] Reported OOPS ID 02edf717-cf59-11f0-b937-fa163ec44ecd
[08:29:35] Found .crash corresponding to .upload 
(/tmp/tmp.fC4wHiwWUJ/_usr_libexec_gnome-shell-calendar-server.1000.crash)
[08:29:35] Parsing 
/tmp/tmp.fC4wHiwWUJ/_usr_libexec_gnome-shell-calendar-server.1000.crash.
[08:29:35] Uploading 
/tmp/tmp.fC4wHiwWUJ/_usr_libexec_gnome-shell-calendar-server.1000.crash.
[08:29:46] Sent; server replied with: No error
[08:29:46] Response code: 200
[08:29:46] Reported OOPS ID 09d7f162-cf59-11f0-a222-fa163e171f02
root@plucky:/tmp/tmp.fC4wHiwWUJ#

https://errors.ubuntu.com/oops/02edf717-cf59-11f0-b937-fa163ec44ecd => Has 
`JournalAll`, `JournalErrors`, and `ShellJournal` (✅)
https://errors.ubuntu.com/oops/09d7f162-cf59-11f0-a222-fa163e171f02 => Has 
`JournalAll`, `JournalErrors`, and `ShellJournal` (✅)


# Questing

❯ SERIES=questing; podman run --hostname $SERIES --name $SERIES -it --rm 
ubuntu:$SERIES
root@questing:/# apt-get -qq update
apt-get install -qqy lsb-release wget
echo "deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed 
restricted main multiverse universe" 
>/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
apt-get -qq update
apt-get install -qqy -t $(lsb_release -cs)-proposed whoopsie
dpkg-query -W whoopsie
cd $(mktemp -d)
chown whoopsie .
wget -q 
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/2130649/+attachment/5929464/+files/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash
wget -q 
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/2130649/+attachment/5929465/+files/_usr_libexec_gnome-shell-calendar-server.1000.crash
touch _usr_libexec_gnome-shell-calendar-server.1000.upload 
_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.upload
CRASH_DB_URL=https://daisy.ubuntu.com APPORT_REPORT_DIR=$(pwd) 
CRASH_DB_IDENTIFIER=bug-2130649-verification-$(lsb_release -cs) whoopsie 
--no-polling -f
[...]
whoopsie        0.2.79ubuntu0.25.10.1
[08:33:59] Using lock path: /tmp/tmp.dXgYlYRpPs/whoopsie_lock
[08:33:59] Looking for .upload files in /tmp/tmp.dXgYlYRpPs
[08:33:59] Found .crash corresponding to .upload 
(/tmp/tmp.dXgYlYRpPs/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash)
[08:33:59] Parsing 
/tmp/tmp.dXgYlYRpPs/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash.
[08:33:59] Uploading 
/tmp/tmp.dXgYlYRpPs/_usr_libexec_gnome-shell-calendar-server_smaller_fields.1000.crash.
[08:34:15] Sent; server replied with: No error
[08:34:15] Response code: 200
[08:34:15] Reported OOPS ID a6919a80-cf59-11f0-a222-fa163e171f02
[08:34:15] Found .crash corresponding to .upload 
(/tmp/tmp.dXgYlYRpPs/_usr_libexec_gnome-shell-calendar-server.1000.crash)
[08:34:15] Parsing 
/tmp/tmp.dXgYlYRpPs/_usr_libexec_gnome-shell-calendar-server.1000.crash.
[08:34:15] Uploading 
/tmp/tmp.dXgYlYRpPs/_usr_libexec_gnome-shell-calendar-server.1000.crash.
[08:34:40] Sent; server replied with: No error
[08:34:40] Response code: 200
[08:34:40] Reported OOPS ID b0f32db0-cf59-11f0-a9b2-fa163ec8ca8c
root@questing:/tmp/tmp.dXgYlYRpPs#

https://errors.ubuntu.com/oops/a6919a80-cf59-11f0-a222-fa163e171f02 => Has 
`JournalAll`, `JournalErrors`, and `ShellJournal` (✅)
https://errors.ubuntu.com/oops/b0f32db0-cf59-11f0-a9b2-fa163ec8ca8c => Has 
`JournalAll`, `JournalErrors`, and `ShellJournal` (✅)


** Tags removed: verification-needed verification-needed-noble 
verification-needed-plucky verification-needed-questing
** Tags added: verification-done verification-done-noble 
verification-done-plucky verification-done-questing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2130649

Title:
  [SRU] whoopsie drops the ShellJournal field

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie/+bug/2130649/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to