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

Issue 672987 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType'

Project Member Reported by st...@chromium.org, Dec 9 2016

Issue description

 File "/base/data/home/apps/s~findit-for-me/waterfall-backend:77a2064.397553395604744766/first_party/pipeline_utils/appengine_third_party_pipeline_python_src_pipeline/pipeline.py", line 2207, in evaluate
    yielded = pipeline_iter.send(next_value)
  File "/base/data/home/apps/s~findit-for-me/waterfall-backend:77a2064.397553395604744766/waterfall/start_try_job_on_demand_pipeline.py", line 77, in run
    heuristic_result, force_try_job)
  File "/base/data/home/apps/s~findit-for-me/waterfall-backend:77a2064.397553395604744766/waterfall/try_job_util.py", line 321, in NeedANewTryJob
    if _ShouldBailOutForOutdatedBuild(build):
  File "/base/data/home/apps/s~findit-for-me/waterfall-backend:77a2064.397553395604744766/waterfall/try_job_util.py", line 22, in _ShouldBailOutForOutdatedBuild
    return (time_util.GetUTCNow() - build.start_time).days > 0
TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType'
 

Comment 1 by st...@chromium.org, Jan 20 2017

Status: Fixed (was: Started)

Sign in to add a comment