Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Stack Documentation and UX
-
Labels:
-
Story Points:0.7
-
Epic Link:
-
Team:SQuaRE
Description
I'm observing a new runtime error in LTD Keeper. This happened when trying to rebuild the master edition of ldm-538 to use the latest existing build from the master branch.
{
|
insertId: "1gfyt0rg1lpguyc"
|
labels: {…}
|
logName: "projects/plasma-geode-127520/logs/keeper-worker"
|
receiveTimestamp: "2018-10-09T16:11:09.569179750Z"
|
resource: {…}
|
severity: "ERROR"
|
textPayload: "Traceback (most recent call last):
|
File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 382, in trace_task
|
R = retval = fun(*args, **kwargs)
|
File "/usr/local/lib/python3.6/site-packages/keeper/celery.py", line 35, in __call__
|
return TaskBase.__call__(self, *args, **kwargs)
|
File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 641, in __protected_call__
|
return self.run(*args, **kwargs)
|
File "/usr/local/lib/python3.6/site-packages/keeper/tasks/editionrebuild.py", line 60, in rebuild_edition
|
cache_control='no-cache')
|
File "/usr/local/lib/python3.6/site-packages/keeper/s3.py", line 147, in copy_directory
|
aws_access_key_id, aws_secret_access_key)
|
File "/usr/local/lib/python3.6/site-packages/keeper/s3.py", line 54, in delete_directory
|
keys['Objects'].append({'Key': item['Key']})
|
TypeError: 'NoneType' object is not subscriptable
|
"
|
timestamp: "2018-10-09T16:11:06Z"
|
}
|
This is highly related to the new pagination work done in DM-15518.
For reference, this is the operation that triggered the error:
http --auth $TOKEN: patch https://keeper.lsst.codes/editions/1903 build_url="https://keeper.lsst.codes/builds/6129"
|
Attachments
Issue Links
- relates to
-
DM-15518 pipelines.lsst.io editions updates are breaking since 2018-07-22
- Done