New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 786129 link

Starred by 1 user

Issue metadata

Status: Fixed
Merged: issue 774534
Owner:
Last visit > 30 days ago
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 783865



Sign in to add a comment

lxc_cleanup is broken

Project Member Reported by kenobi@chromium.org, Nov 16 2017

Issue description

Crashes with this error:

DEBUG:root:Checking if container is orphaned: test_150603716_1508836525_8440 Traceback (most recent call last): File "./lxc_cleanup.py", line 173, in <module> main(options) File "./lxc_cleanup.py", line 163, in main if is_container_orphaned(container): File "./lxc_cleanup.py", line 52, in is_container_orphaned container_id = container.get_id() AttributeError: 'Container' object has no attribute 'get_id'

 

Comment 1 by kenobi@chromium.org, Nov 16 2017

Mergedinto: 774534
Status: Duplicate (was: Assigned)

Comment 2 by kenobi@chromium.org, Nov 16 2017

Status: Assigned (was: Duplicate)
Sorry, wrong bug

Comment 3 by kenobi@chromium.org, Nov 16 2017

Blocking: 783865

Comment 4 by kenobi@chromium.org, Dec 15 2017

Status: Fixed (was: Assigned)
Bah.  Just noticed the fix for this was also tagged with the wrong bug.

https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/775675

Sign in to add a comment