New issue
Advanced search Search tips

Issue 795411 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Jul 16
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

PreCQ Launcher hit corrupt CIDB timestamp

Project Member Reported by dgarr...@chromium.org, Dec 15 2017

Issue description

This build:

https://uberchromegw.corp.google.com/i/chromeos/builders/pre-cq-launcher/builds/10474

Includes this timestamp:

13:19:34: INFO: Running cidb query on pid 22644, repr(query) starts with 'SELECT deadline >= NOW(), TIMEDIFF(deadline, NOW()), deadline from buildTable where id = 2133956'
13:19:34: WARNING: /usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py:324: Warning: Truncated incorrect time value: '-17689053:19:34'
  cursor.execute(statement, parameters)


 
This happened on the first loop. Looking to see if it's normal historically.
The same error appeared once in the previous build as well (not the first iteration, and not repeatedly):

08:31:53: INFO: Running cidb query on pid 21812, repr(query) starts with 'SELECT deadline >= NOW(), TIMEDIFF(deadline, NOW()), deadline from buildTable where id = 2133303'
08:31:53: WARNING: /usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py:324: Warning: Truncated incorrect time value: '-17689048:31:53'
  cursor.execute(statement, parameters)

Components: -Infra>Client>ChromeOS Infra>Client>ChromeOS>CI
Status: Archived (was: Untriaged)

Sign in to add a comment