Activity log for bug #1583276

Date Who What changed Old value New value Message
2016-05-18 17:27:23 Andreas Hasenack bug added bug
2016-05-18 17:27:23 Andreas Hasenack attachment added glance-simplestreams-sync.log https://bugs.launchpad.net/bugs/1583276/+attachment/4665704/+files/glance-simplestreams-sync.log
2016-05-18 17:27:57 Andreas Hasenack attachment added unit-glance-0.log https://bugs.launchpad.net/glance-simplestreams-sync-charm/+bug/1583276/+attachment/4665706/+files/unit-glance-0.log
2016-05-18 17:29:23 Andreas Hasenack bug task added landscape
2016-05-18 17:29:35 Andreas Hasenack nominated for series landscape/16.05
2016-05-18 17:29:35 Andreas Hasenack bug task added landscape/16.05
2016-05-18 17:37:03 🤖 Landscape Builder tags image-refresh kanban image-refresh
2016-05-18 17:37:23 Andreas Hasenack description gs3 log attached. Below some excerpts: It looks like the problem started when it uploaded the first image (14.04) to glance. That failed: WARNING * 05-18 13:36:48 [PID:10259] * root * No rabbitmq connection available for msg{'status': 'Syncing', 'message': 'ubuntu-trusty-14.04-amd64-server-20160516 99%\n DEBUG * 05-18 13:36:50 [PID:10259] * glanceclient.common.http * curl -i -X POST -H 'x-image-meta-property-source_content_id: com.ubuntu.cloud:released:download' -H 'INFO * 05-18 13:37:01 [PID:10364] * root * glance-simplestreams-sync started. INFO * 05-18 13:37:01 [PID:10364] * root * /var/run/glance-simplestreams-sync.pid is locked, exiting ERROR * 05-18 13:37:07 [PID:10259] * root * Glance Client exception during do_sync: Error communicating with http://10.96.10.146:9292 [Errno 32] Broken pipe Will continue polling. Traceback (most recent call last): File "/usr/share/glance-simplestreams-sync/glance-simplestreams-sync.py", line 444, in main do_sync(charm_conf, status_exchange) File "/usr/share/glance-simplestreams-sync/glance-simplestreams-sync.py", line 215, in do_sync tmirror.sync(smirror, path=initial_path) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 91, in sync return self.sync_index(reader, path, data, content) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 254, in sync_index self.sync(reader, path=epath) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 89, in sync return self.sync_products(reader, path, data, content) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 341, in sync_products self.insert_item(item, src, target, pgree, ipath_cs) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/glance.py", line 303, in insert_item ret = self.gclient.images.create(**create_kwargs) File "/usr/lib/python2.7/dist-packages/glanceclient/v1/images.py", line 253, in create 'POST', '/v1/images', headers=hdrs, body=image_data) File "/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 289, in raw_request return self._http_request(url, method, **kwargs) File "/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 235, in _http_request raise exc.CommunicationError(message=message) CommunicationError: Error communicating with http://10.96.10.146:9292 [Errno 32] Broken pipe INFO * 05-18 13:37:07 [PID:10259] * root * sync done. INFO * 05-18 13:38:01 [PID:10372] * root * glance-simplestreams-sync started. Found evidence in the juju logs for glance/0 that it restarted right at 13:37:07: 2016-05-18 13:37:07 INFO ceph-relation-changed ^MReading state information... 0%^MReading state information... 0%^MReading state information... Done 2016-05-18 13:37:07 INFO juju-log ceph:50: Loaded template from templates/ceph.conf 2016-05-18 13:37:07 INFO juju-log ceph:50: Rendering from template: ceph.conf 2016-05-18 13:37:07 INFO juju-log ceph:50: Wrote template /var/lib/charm/glance/ceph.conf. 2016-05-18 13:37:07 INFO ceph-relation-changed glance-api stop/waiting 2016-05-18 13:37:07 INFO ceph-relation-changed glance-api start/running, process 62839 glance/1 had its last restart later: 2016-05-18 13:32:01 INFO ceph-relation-changed glance-api start/running, process 31045 glance/2 at that time too: 2016-05-18 13:32:00 INFO ceph-relation-changed glance-api start/running, process 30584 In gs3, a few log entries later, we can see that 14.04 is in state "saving" in glance: (...) {"images": [{"status": "saving", "deleted_at": null, "name": "auto-sync/ubuntu-trusty-14.04-amd64-server-20160516-disk1.img", "deleted": false, "container_format": "bare (...) It remains in this state throughout the logs. gs3 then proceeds to download 16.04, upload it to glance, and then finally publishes the streams. It's unknown if 14.04 is part of this publication or not. Landscape however fails, because it doesn't find enough "active" images: May 18 14:33:29 job-handler-1 INFO RetryingCall for '_wait_for_active_image' failed, will try again. May 18 14:33:29 job-handler-1 INFO Traceback: <class 'canonical.landscape.model.openstack.jobs.errors.NoActiveImageAvailable'>: #012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:393:callback#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:501:_startRunCallbacks#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:588:_runCallbacks#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1184:gotResult#012--- <exception caught here> ---#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1128:_inlineCallbacks#012/opt/canonical/landscape/canonical/landscape/model/openstack/jobs/images.py:48:_wait_for_active_image CI run: https://ci.lscape.net/job/landscape-system-tests/2451/ gs3 log attached. Below some excerpts: It looks like the problem started when it uploaded the first image (14.04) to glance. That failed: WARNING * 05-18 13:36:48 [PID:10259] * root * No rabbitmq connection available for msg{'status': 'Syncing', 'message': 'ubuntu-trusty-14.04-amd64-server-20160516 99%\n DEBUG * 05-18 13:36:50 [PID:10259] * glanceclient.common.http * curl -i -X POST -H 'x-image-meta-property-source_content_id: com.ubuntu.cloud:released:download' -H 'INFO * 05-18 13:37:01 [PID:10364] * root * glance-simplestreams-sync started. INFO * 05-18 13:37:01 [PID:10364] * root * /var/run/glance-simplestreams-sync.pid is locked, exiting ERROR * 05-18 13:37:07 [PID:10259] * root * Glance Client exception during do_sync: Error communicating with http://10.96.10.146:9292 [Errno 32] Broken pipe Will continue polling. Traceback (most recent call last):   File "/usr/share/glance-simplestreams-sync/glance-simplestreams-sync.py", line 444, in main     do_sync(charm_conf, status_exchange)   File "/usr/share/glance-simplestreams-sync/glance-simplestreams-sync.py", line 215, in do_sync     tmirror.sync(smirror, path=initial_path)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 91, in sync     return self.sync_index(reader, path, data, content)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 254, in sync_index     self.sync(reader, path=epath)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 89, in sync     return self.sync_products(reader, path, data, content)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 341, in sync_products     self.insert_item(item, src, target, pgree, ipath_cs)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/glance.py", line 303, in insert_item     ret = self.gclient.images.create(**create_kwargs)   File "/usr/lib/python2.7/dist-packages/glanceclient/v1/images.py", line 253, in create     'POST', '/v1/images', headers=hdrs, body=image_data)   File "/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 289, in raw_request     return self._http_request(url, method, **kwargs)   File "/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 235, in _http_request     raise exc.CommunicationError(message=message) CommunicationError: Error communicating with http://10.96.10.146:9292 [Errno 32] Broken pipe INFO * 05-18 13:37:07 [PID:10259] * root * sync done. INFO * 05-18 13:38:01 [PID:10372] * root * glance-simplestreams-sync started. Found evidence in the juju logs for glance/0 that it restarted right at 13:37:07: 2016-05-18 13:37:07 INFO ceph-relation-changed ^MReading state information... 0%^MReading state information... 0%^MReading state information... Done 2016-05-18 13:37:07 INFO juju-log ceph:50: Loaded template from templates/ceph.conf 2016-05-18 13:37:07 INFO juju-log ceph:50: Rendering from template: ceph.conf 2016-05-18 13:37:07 INFO juju-log ceph:50: Wrote template /var/lib/charm/glance/ceph.conf. 2016-05-18 13:37:07 INFO ceph-relation-changed glance-api stop/waiting 2016-05-18 13:37:07 INFO ceph-relation-changed glance-api start/running, process 62839 glance/1 had its last restart later: 2016-05-18 13:32:01 INFO ceph-relation-changed glance-api start/running, process 31045 glance/2 at that time too: 2016-05-18 13:32:00 INFO ceph-relation-changed glance-api start/running, process 30584 In gs3, a few log entries later, we can see that 14.04 is in state "saving" in glance: (...) {"images": [{"status": "saving", "deleted_at": null, "name": "auto-sync/ubuntu-trusty-14.04-amd64-server-20160516-disk1.img", "deleted": false, "container_format": "bare (...) It remains in this state throughout the logs. gs3 then proceeds to download 16.04, upload it to glance, and then finally publishes the streams. It's unknown if 14.04 is part of this publication or not. Landscape however fails, because it doesn't find enough "active" images: May 18 14:33:29 job-handler-1 INFO RetryingCall for '_wait_for_active_image' failed, will try again. May 18 14:33:29 job-handler-1 INFO Traceback: <class 'canonical.landscape.model.openstack.jobs.errors.NoActiveImageAvailable'>: #012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:393:callback#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:501:_startRunCallbacks#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:588:_runCallbacks#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1184:gotResult#012--- <exception caught here> ---#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1128:_inlineCallbacks#012/opt/canonical/landscape/canonical/landscape/model/openstack/jobs/images.py:48:_wait_for_active_image
2016-05-19 07:16:43 Данило Шеган glance-simplestreams-sync-charm: assignee Данило Шеган (danilo)
2016-05-19 12:00:29 Данило Шеган branch linked lp:~danilo/simplestreams/ignore-inactive-images
2016-05-19 14:18:05 Francis Ginther attachment added lp-1583276.logs.tgz https://bugs.launchpad.net/glance-simplestreams-sync-charm/+bug/1583276/+attachment/4666217/+files/lp-1583276.logs.tgz
2016-05-19 17:00:10 Данило Шеган glance-simplestreams-sync-charm: status New In Progress
2016-05-19 17:00:15 Данило Шеган landscape: status New In Progress
2016-05-19 17:00:19 Данило Шеган landscape/16.05: status New In Progress
2016-05-19 17:00:32 Данило Шеган landscape: assignee Данило Шеган (danilo)
2016-05-19 17:00:37 Данило Шеган landscape/16.05: assignee Данило Шеган (danilo)
2016-05-19 17:00:42 Данило Шеган glance-simplestreams-sync-charm: status In Progress Invalid
2016-05-19 17:01:00 Данило Шеган bug task added simplestreams
2016-05-19 17:01:09 Данило Шеган simplestreams: assignee Данило Шеган (danilo)
2016-05-19 19:10:21 Scott Moser simplestreams: status New Confirmed
2016-05-19 19:10:25 Scott Moser simplestreams: importance Undecided Medium
2016-05-19 21:46:12 Francis Ginther attachment added lp-1583276.2.tar.gz https://bugs.launchpad.net/glance-simplestreams-sync-charm/+bug/1583276/+attachment/4666497/+files/lp-1583276.2.tar.gz
2016-05-20 19:35:19 Launchpad Janitor branch linked lp:simplestreams
2016-05-23 07:52:10 Данило Шеган simplestreams: status Confirmed Fix Committed
2016-05-23 11:44:31 Данило Шеган landscape/16.05: importance Undecided Medium
2016-05-23 11:44:33 Данило Шеган landscape: importance Undecided Medium
2016-05-23 11:44:36 Данило Шеган landscape: status In Progress Fix Committed
2016-05-23 11:44:39 Данило Шеган landscape/16.05: status In Progress Fix Committed
2016-05-23 19:14:43 Francis Ginther landscape/16.05: milestone 16.05
2016-06-16 21:29:54 Andreas Hasenack landscape/16.05: status Fix Committed Fix Released
2017-09-14 13:47:21 Launchpad Janitor branch linked lp:~simplestreams-dev/simplestreams/artful
2018-03-09 08:08:12 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/341205
2018-04-12 16:54:10 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/341214
2018-06-25 14:52:44 Scott Moser simplestreams: status Fix Committed Fix Released
2019-09-20 09:35:42 Rafael David Tinoco description CI run: https://ci.lscape.net/job/landscape-system-tests/2451/ gs3 log attached. Below some excerpts: It looks like the problem started when it uploaded the first image (14.04) to glance. That failed: WARNING * 05-18 13:36:48 [PID:10259] * root * No rabbitmq connection available for msg{'status': 'Syncing', 'message': 'ubuntu-trusty-14.04-amd64-server-20160516 99%\n DEBUG * 05-18 13:36:50 [PID:10259] * glanceclient.common.http * curl -i -X POST -H 'x-image-meta-property-source_content_id: com.ubuntu.cloud:released:download' -H 'INFO * 05-18 13:37:01 [PID:10364] * root * glance-simplestreams-sync started. INFO * 05-18 13:37:01 [PID:10364] * root * /var/run/glance-simplestreams-sync.pid is locked, exiting ERROR * 05-18 13:37:07 [PID:10259] * root * Glance Client exception during do_sync: Error communicating with http://10.96.10.146:9292 [Errno 32] Broken pipe Will continue polling. Traceback (most recent call last):   File "/usr/share/glance-simplestreams-sync/glance-simplestreams-sync.py", line 444, in main     do_sync(charm_conf, status_exchange)   File "/usr/share/glance-simplestreams-sync/glance-simplestreams-sync.py", line 215, in do_sync     tmirror.sync(smirror, path=initial_path)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 91, in sync     return self.sync_index(reader, path, data, content)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 254, in sync_index     self.sync(reader, path=epath)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 89, in sync     return self.sync_products(reader, path, data, content)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 341, in sync_products     self.insert_item(item, src, target, pgree, ipath_cs)   File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/glance.py", line 303, in insert_item     ret = self.gclient.images.create(**create_kwargs)   File "/usr/lib/python2.7/dist-packages/glanceclient/v1/images.py", line 253, in create     'POST', '/v1/images', headers=hdrs, body=image_data)   File "/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 289, in raw_request     return self._http_request(url, method, **kwargs)   File "/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 235, in _http_request     raise exc.CommunicationError(message=message) CommunicationError: Error communicating with http://10.96.10.146:9292 [Errno 32] Broken pipe INFO * 05-18 13:37:07 [PID:10259] * root * sync done. INFO * 05-18 13:38:01 [PID:10372] * root * glance-simplestreams-sync started. Found evidence in the juju logs for glance/0 that it restarted right at 13:37:07: 2016-05-18 13:37:07 INFO ceph-relation-changed ^MReading state information... 0%^MReading state information... 0%^MReading state information... Done 2016-05-18 13:37:07 INFO juju-log ceph:50: Loaded template from templates/ceph.conf 2016-05-18 13:37:07 INFO juju-log ceph:50: Rendering from template: ceph.conf 2016-05-18 13:37:07 INFO juju-log ceph:50: Wrote template /var/lib/charm/glance/ceph.conf. 2016-05-18 13:37:07 INFO ceph-relation-changed glance-api stop/waiting 2016-05-18 13:37:07 INFO ceph-relation-changed glance-api start/running, process 62839 glance/1 had its last restart later: 2016-05-18 13:32:01 INFO ceph-relation-changed glance-api start/running, process 31045 glance/2 at that time too: 2016-05-18 13:32:00 INFO ceph-relation-changed glance-api start/running, process 30584 In gs3, a few log entries later, we can see that 14.04 is in state "saving" in glance: (...) {"images": [{"status": "saving", "deleted_at": null, "name": "auto-sync/ubuntu-trusty-14.04-amd64-server-20160516-disk1.img", "deleted": false, "container_format": "bare (...) It remains in this state throughout the logs. gs3 then proceeds to download 16.04, upload it to glance, and then finally publishes the streams. It's unknown if 14.04 is part of this publication or not. Landscape however fails, because it doesn't find enough "active" images: May 18 14:33:29 job-handler-1 INFO RetryingCall for '_wait_for_active_image' failed, will try again. May 18 14:33:29 job-handler-1 INFO Traceback: <class 'canonical.landscape.model.openstack.jobs.errors.NoActiveImageAvailable'>: #012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:393:callback#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:501:_startRunCallbacks#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:588:_runCallbacks#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1184:gotResult#012--- <exception caught here> ---#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1128:_inlineCallbacks#012/opt/canonical/landscape/canonical/landscape/model/openstack/jobs/images.py:48:_wait_for_active_image [Impact] CI run: https://ci.lscape.net/job/landscape-system-tests/2451/ gs3 log attached. Below some excerpts: It looks like the problem started when it uploaded the first image (14.04) to glance. That failed: WARNING * 05-18 13:36:48 [PID:10259] * root * No rabbitmq connection available for msg{'status': 'Syncing', 'message': 'ubuntu-trusty-14.04-amd64-server-20160516 99%\n DEBUG * 05-18 13:36:50 [PID:10259] * glanceclient.common.http * curl -i -X POST -H 'x-image-meta-property-source_content_id: com.ubuntu.cloud:released:download' -H 'INFO * 05-18 13:37:01 [PID:10364] * root * glance-simplestreams-sync started. INFO * 05-18 13:37:01 [PID:10364] * root * /var/run/glance-simplestreams-sync.pid is locked, exiting ERROR * 05-18 13:37:07 [PID:10259] * root * Glance Client exception during do_sync: Error communicating with http://10.96.10.146:9292 [Errno 32] Broken pipe Will continue polling. Traceback (most recent call last): File "/usr/share/glance-simplestreams-sync/glance-simplestreams-sync.py", line 444, in main do_sync(charm_conf, status_exchange) File "/usr/share/glance-simplestreams-sync/glance-simplestreams-sync.py", line 215, in do_sync tmirror.sync(smirror, path=initial_path) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 91, in sync return self.sync_index(reader, path, data, content) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 254, in sync_index self.sync(reader, path=epath) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 89, in sync return self.sync_products(reader, path, data, content) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 341, in sync_products self.insert_item(item, src, target, pgree, ipath_cs) File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/glance.py", line 303, in insert_item ret = self.gclient.images.create(**create_kwargs) File "/usr/lib/python2.7/dist-packages/glanceclient/v1/images.py", line 253, in create 'POST', '/v1/images', headers=hdrs, body=image_data) File "/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 289, in raw_request return self._http_request(url, method, **kwargs) File "/usr/lib/python2.7/dist-packages/glanceclient/common/http.py", line 235, in _http_request raise exc.CommunicationError(message=message) CommunicationError: Error communicating with http://10.96.10.146:9292 [Errno 32] Broken pipe INFO * 05-18 13:37:07 [PID:10259] * root * sync done. INFO * 05-18 13:38:01 [PID:10372] * root * glance-simplestreams-sync started. [Test Case] Found evidence in the juju logs for glance/0 that it restarted right at 13:37:07: 2016-05-18 13:37:07 INFO ceph-relation-changed ^MReading state information... 0%^MReading state information... 0%^MReading state information... Done 2016-05-18 13:37:07 INFO juju-log ceph:50: Loaded template from templates/ceph.conf 2016-05-18 13:37:07 INFO juju-log ceph:50: Rendering from template: ceph.conf 2016-05-18 13:37:07 INFO juju-log ceph:50: Wrote template /var/lib/charm/glance/ceph.conf. 2016-05-18 13:37:07 INFO ceph-relation-changed glance-api stop/waiting 2016-05-18 13:37:07 INFO ceph-relation-changed glance-api start/running, process 62839 glance/1 had its last restart later: 2016-05-18 13:32:01 INFO ceph-relation-changed glance-api start/running, process 31045 glance/2 at that time too: 2016-05-18 13:32:00 INFO ceph-relation-changed glance-api start/running, process 30584 In gs3, a few log entries later, we can see that 14.04 is in state "saving" in glance: (...) {"images": [{"status": "saving", "deleted_at": null, "name": "auto-sync/ubuntu-trusty-14.04-amd64-server-20160516-disk1.img", "deleted": false, "container_format": "bare (...) It remains in this state throughout the logs. gs3 then proceeds to download 16.04, upload it to glance, and then finally publishes the streams. It's unknown if 14.04 is part of this publication or not. [Regression Potential] This part was added specifically for the Xenial backport, including: - 433-glance-ignore-inactive-images.patch (LP: #1583276) And chances of regression are small based on the MR feedback from SEG and this particular bug already stating the issue was fixed. [Other Info] Landscape however fails, because it doesn't find enough "active" images: May 18 14:33:29 job-handler-1 INFO RetryingCall for '_wait_for_active_image' failed, will try again. May 18 14:33:29 job-handler-1 INFO Traceback: <class 'canonical.landscape.model.openstack.jobs.errors.NoActiveImageAvailable'>: #012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:393:callback#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:501:_startRunCallbacks#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:588:_runCallbacks#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1184:gotResult#012--- <exception caught here> ---#012/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1128:_inlineCallbacks#012/opt/canonical/landscape/canonical/landscape/model/openstack/jobs/images.py:48:_wait_for_active_image
2019-09-20 09:37:28 Rafael David Tinoco bug task added simplestreams (Ubuntu)
2019-09-20 09:37:41 Rafael David Tinoco nominated for series Ubuntu Bionic
2019-09-20 09:37:41 Rafael David Tinoco bug task added simplestreams (Ubuntu Bionic)
2019-09-20 09:37:41 Rafael David Tinoco nominated for series Ubuntu Disco
2019-09-20 09:37:41 Rafael David Tinoco bug task added simplestreams (Ubuntu Disco)
2019-09-20 09:37:41 Rafael David Tinoco nominated for series Ubuntu Xenial
2019-09-20 09:37:41 Rafael David Tinoco bug task added simplestreams (Ubuntu Xenial)
2019-09-20 09:37:49 Rafael David Tinoco simplestreams (Ubuntu): status New Fix Released
2019-09-20 09:37:51 Rafael David Tinoco simplestreams (Ubuntu Disco): status New Fix Released
2019-09-20 09:37:54 Rafael David Tinoco simplestreams (Ubuntu Bionic): status New Fix Released
2019-09-20 09:37:56 Rafael David Tinoco simplestreams (Ubuntu Xenial): status New In Progress
2019-09-20 09:37:59 Rafael David Tinoco simplestreams (Ubuntu Xenial): assignee Rafael David Tinoco (rafaeldtinoco)
2019-09-20 09:47:23 Rafael David Tinoco bug added subscriber Canonical Server Team
2019-09-20 10:16:14 Launchpad Janitor merge proposal linked https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/simplestreams/+git/simplestreams/+merge/373030
2019-10-16 15:19:55 Rafael David Tinoco simplestreams (Ubuntu Xenial): status In Progress Won't Fix
2019-10-16 15:19:58 Rafael David Tinoco simplestreams (Ubuntu Bionic): status Fix Released In Progress
2019-10-16 15:21:47 Rafael David Tinoco simplestreams (Ubuntu Xenial): assignee Rafael David Tinoco (rafaeldtinoco)
2019-10-16 15:21:59 Rafael David Tinoco simplestreams (Ubuntu Bionic): assignee Rafael David Tinoco (rafaeldtinoco)
2019-11-04 18:33:51 Rafael David Tinoco simplestreams (Ubuntu Bionic): status In Progress Fix Released
2019-11-04 18:33:56 Rafael David Tinoco simplestreams (Ubuntu Bionic): assignee Rafael David Tinoco (rafaeldtinoco)
2020-09-03 14:43:48 Simon Poirier landscape: status Fix Committed Fix Released